Home
last modified time | relevance | path

Searched full:section_start (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Delfutils.cc49 const void** section_start, in FindElfClassSection() argument
55 assert(section_start); in FindElfClassSection()
64 *section_start = NULL; in FindElfClassSection()
82 *section_start = elf_base + section->sh_offset; in FindElfClassSection()
132 const void** section_start, in FindElfSection() argument
135 assert(section_start); in FindElfSection()
138 *section_start = NULL; in FindElfSection()
150 section_start, section_size); in FindElfSection()
151 return *section_start != NULL; in FindElfSection()
154 section_start, section_size); in FindElfSection()
[all …]
H A Delfutils.h121 // and sets |*section_start| to point to the start of the section data,
126 const void** section_start,
/aosp_15_r20/external/rust/android-crates-io/crates/linkme/src/
Ddistributed_slice.rs134 section_start: StaticPtr<T::Element>, field
170 section_start: *const T, in private_new()
177 section_start: StaticPtr { ptr: section_start }, in private_new()
190 section_start: *const [T; 0], in private_new()
197 section_start: StaticPtr {
198 ptr: section_start as *const T,
261 let start = self.section_start.ptr; in static_slice()
/aosp_15_r20/packages/modules/NeuralNetworks/tools/api/
Dgenerate_api.py51 self.section_start = None # first line number of current %section
182 self.section_start = self.lineno
197 assert self.conditional_start is None or self.conditional_start < self.section_start, \
200 self.section_start = None
219 assert self.section_start is None or self.section_start < self.conditional_start, \
247 assert self.section_start is None or self.section_start < self.conditional_start, \
/aosp_15_r20/external/rust/android-crates-io/crates/linkme-impl/src/
Dlinker.rs8 pub fn section_start(ident: &Ident) -> String { in section_start() function
24 pub fn section_start(ident: &Ident) -> String { in section_start() function
43 pub fn section_start(ident: &Ident) -> String { in section_start() function
59 pub fn section_start(ident: &Ident) -> String { in section_start() function
75 pub fn section_start(ident: &Ident) -> String { in section_start() function
Ddeclaration.rs79 let linux_section_start = linker::linux::section_start(&ident); in expand()
86 let macho_section_start = linker::macho::section_start(&ident); in expand()
93 let windows_section_start = linker::windows::section_start(&ident); in expand()
100 let illumos_section_start = linker::illumos::section_start(&ident); in expand()
107 let freebsd_section_start = linker::freebsd::section_start(&ident); in expand()
/aosp_15_r20/external/deqp-deps/amber/src/vkscript/
Dsection_parser.cc158 size_t section_start = 0; in SplitSections() local
176 section_start = line_count; in SplitSections()
186 AddSection(current_type, current_shader, current_fmt, section_start, in SplitSections()
188 section_start = line_count; in SplitSections()
205 AddSection(current_type, current_shader, current_fmt, section_start, in SplitSections()
/aosp_15_r20/external/mesa3d/.gitlab-ci/tests/utils/
H A Dtest_lava_log.py120 assert "section_start" in parsed_lines[0]
123 assert "section_start" in parsed_lines[2]
126 assert "section_start" in parsed_lines[4]
129 assert "section_start" in parsed_lines[6]
198 "Split section_start at target level": (
/aosp_15_r20/external/mesa3d/.gitlab-ci/
H A Drun-shader-db.sh14 section_start shader-db-${driver} "Running shader-db for $driver"
23 section_start shader-db-nouveau-${chipset} "Running shader-db for nouveau - ${chipset}"
33 section_start shader-db-r300-${chipset} "Running shader-db for r300 - ${chipset}"
H A Dsetup-test-env.sh54 function section_start { function
102 export -f section_start
H A Drun-pytest.sh12 section_start pytest_setup "Setting up pytest environment"
H A Dcuttlefish-runner.sh4 section_start cuttlefish_setup "cuttlefish: setup"
H A Ddeqp-runner.sh4 section_start test_setup "deqp: preparing test setup"
/aosp_15_r20/external/cronet/build/toolchain/ios/
H A Dswiftc.py319 section_start, nesting_level = imports_section
321 imports_section = (section_start, nesting_level + 1)
324 imports_section = (section_start, nesting_level - 1)
329 for index in range(section_start, section_end):
/aosp_15_r20/external/angle/build/toolchain/apple/
H A Dswiftc.py319 section_start, nesting_level = imports_section
321 imports_section = (section_start, nesting_level + 1)
324 imports_section = (section_start, nesting_level - 1)
329 for index in range(section_start, section_end):
/aosp_15_r20/external/mesa3d/.gitlab-ci/test/
H A Dgitlab-ci.yml11 - section_start ldd_section "Checking ldd on driver build"
143 - section_start variables "Variables passed through:"
174 - section_start artifacts_download "Downloading artifacts from s3"
/aosp_15_r20/external/coreboot/tests/lib/
H A Dfmap-test.c230 const unsigned int section_start = FMAP_SECTION_RW_SECTION_A_START; in test_fmap_read_area() local
235 assert_memory_equal(flash_buffer + section_start, buffer, section_size); in test_fmap_read_area()
/aosp_15_r20/external/cronet/base/win/
H A Dpe_image.cc300 PVOID section_start = RVAToAddr(section->VirtualAddress); in EnumSections() local
303 if (!callback(*this, section, section_start, size, cookie)) in EnumSections()
H A Dpe_image_unittest.cc36 PVOID section_start, in SectionsCallback() argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ci/
H A Dgitlab-ci.yml35 section_start weston "weston: prepare"
/aosp_15_r20/external/mesa3d/.gitlab-ci/lava/
H A Dlava-submit.sh28 section_start variables "Variables passed through:"
/aosp_15_r20/external/mesa3d/.gitlab-ci/container/
H A Dlava_build.sh366 section_start kdl "Prepare a venv for kdl"
/aosp_15_r20/external/mesa3d/.gitlab-ci/build/
H A Dgitlab-ci.yml38 section_start ccache_before "ccache stats before build"