| /external/google-breakpad/src/common/linux/ |
| D | elfutils.cc | 49 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 …]
|
| D | elfutils.h | 121 // and sets |*section_start| to point to the start of the section data, 126 const void** section_start,
|
| /external/rust/crates/linkme-impl/src/ |
| D | linker.rs | 8 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
|
| D | declaration.rs | 79 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()
|
| /external/rust/crates/linkme/src/ |
| D | distributed_slice.rs | 134 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()
|
| /external/mesa3d/.gitlab-ci/ |
| D | run-shader-db.sh | 14 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}"
|
| D | setup-test-env.sh | 52 function section_start { function 93 export -f section_start
|
| D | cuttlefish-runner.sh | 4 section_start cuttlefish_setup "cuttlefish: setup"
|
| D | deqp-runner.sh | 4 section_start test_setup "deqp: preparing test setup"
|
| /external/deqp-deps/amber/src/vkscript/ |
| D | section_parser.cc | 158 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()
|
| /external/mesa3d/.gitlab-ci/tests/utils/ |
| D | test_lava_log.py | 114 assert "section_start" in parsed_lines[0] 117 assert "section_start" in parsed_lines[2] 120 assert "section_start" in parsed_lines[4] 123 assert "section_start" in parsed_lines[6] 192 "Split section_start at target level": (
|
| /external/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 11 - section_start ldd_section "Checking ldd on driver build" 159 - section_start variables "Variables passed through:" 200 - section_start artifacts_download "Downloading artifacts from s3"
|
| /external/angle/build/toolchain/ios/ |
| D | swiftc.py | 319 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):
|
| /external/mesa3d/src/gallium/drivers/llvmpipe/ci/ |
| D | gitlab-ci.yml | 36 section_start weston "weston: prepare"
|
| /external/mesa3d/.gitlab-ci/lava/ |
| D | lava-submit.sh | 28 section_start variables "Variables passed through:"
|
| /external/cronet/base/win/ |
| D | pe_image.cc | 300 PVOID section_start = RVAToAddr(section->VirtualAddress); in EnumSections() local 303 if (!callback(*this, section, section_start, size, cookie)) in EnumSections()
|
| D | pe_image_unittest.cc | 36 PVOID section_start, in SectionsCallback() argument
|
| /external/mesa3d/.gitlab-ci/build/ |
| D | gitlab-ci.yml | 37 section_start ccache_before "ccache stats before build" 184 section_start lava-pytest "lava-pytest"
|
| /external/mesa3d/.gitlab-ci/container/ |
| D | lava_build.sh | 313 section_start kdl "Prepare a venv for kdl"
|