/external/perfetto/src/trace_processor/importers/elf/ |
D | elf.h | 90 struct Phdr { struct 91 uint32_t p_type; 92 Off p_offset; 93 Addr p_vaddr; 94 Addr p_paddr; 95 uint32_t p_filesz; 96 uint32_t p_memsz; 97 uint32_t p_flags; 98 uint32_t p_align; 144 struct Phdr { struct [all …]
|
/external/perfetto/src/profiling/symbolizer/ |
D | elf.h | 91 struct Phdr { struct 92 uint32_t p_type; 93 Off p_offset; 94 Addr p_vaddr; 95 Addr p_paddr; 96 uint32_t p_filesz; 97 uint32_t p_memsz; 98 uint32_t p_flags; 99 uint32_t p_align; 145 struct Phdr { struct [all …]
|
/external/cronet/tot/base/debug/ |
D | elf_reader.h | 21 using Phdr = Elf32_Phdr; variable 23 using Phdr = Elf64_Phdr; variable
|
D | test_elf_image_builder.h | 24 using Phdr = Elf32_Phdr; variable 31 using Phdr = Elf64_Phdr; variable
|
/external/cronet/stable/base/debug/ |
D | elf_reader.h | 21 using Phdr = Elf32_Phdr; variable 23 using Phdr = Elf64_Phdr; variable
|
D | test_elf_image_builder.h | 24 using Phdr = Elf32_Phdr; variable 31 using Phdr = Elf64_Phdr; variable
|
/external/elfutils/libelf/ |
D | elf32_getphdr.c | 46 ElfW2(LIBELFBITS,Phdr) * in ElfW2() argument 236 ElfW2(LIBELFBITS,Phdr) * in ElfW2() argument
|
D | elf32_newphdr.c | 45 ElfW2(LIBELFBITS,Phdr) * in ElfW2() argument
|
/external/trusty/musl/src/env/ |
D | __init_tls.c | 77 typedef Elf32_Phdr Phdr; typedef 79 typedef Elf64_Phdr Phdr; typedef
|
/external/trusty/musl/src/internal/ |
D | vdso.c | 13 typedef Elf32_Phdr Phdr; typedef 19 typedef Elf64_Phdr Phdr; typedef
|
D | dynlink.h | 12 typedef Elf32_Phdr Phdr; typedef 19 typedef Elf64_Phdr Phdr; typedef
|
/external/musl/src/internal/ |
D | vdso.c | 13 typedef Elf32_Phdr Phdr; typedef 19 typedef Elf64_Phdr Phdr; typedef
|
D | dynlink.h | 12 typedef Elf32_Phdr Phdr; typedef 19 typedef Elf64_Phdr Phdr; typedef
|
/external/musl/src/env/ |
D | __init_tls.c | 75 typedef Elf32_Phdr Phdr; typedef 77 typedef Elf64_Phdr Phdr; typedef
|
/external/google-breakpad/src/common/linux/ |
D | elf_core_dump.h | 51 typedef ElfW(Phdr) Phdr; typedef
|
D | synth_elf_unittest.cc | 203 typedef typename TypeParam::Phdr Phdr; in TYPED_TEST() typedef 270 typedef typename TypeParam::Phdr Phdr; in TYPED_TEST() typedef
|
D | elfutils.h | 83 typedef Elf32_Phdr Phdr; typedef 102 typedef Elf64_Phdr Phdr; typedef
|
D | elfutils.cc | 92 typedef typename ElfClass::Phdr Phdr; in FindElfClassSegment() typedef
|
/external/llvm/tools/llvm-objdump/ |
D | ELFDump.cpp | 27 for (const typename ELFO::Elf_Phdr &Phdr : o->program_headers()) { in printProgramHeaders() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELF.cpp | 570 [](uint64_t VAddr, const Elf_Phdr_Impl<ELFT> *Phdr) { in toMappedAddr() 578 const Elf_Phdr &Phdr = **I; in toMappedAddr() local
|
/external/libchrome/base/debug/ |
D | elf_reader_linux.cc | 27 using Phdr = Elf32_Phdr; typedef
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
D | ELF.h | 153 const typename ELFT::Phdr &Phdr) { in getPhdrIndexForError() 309 Elf_Note_Iterator notes_begin(const Elf_Phdr &Phdr, Error &Err) const { in notes_begin() 352 iterator_range<Elf_Note_Iterator> notes(const Elf_Phdr &Phdr, in notes() 524 ELFFile<ELFT>::getSegmentContents(const Elf_Phdr &Phdr) const { in getSegmentContents()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
D | ELF.cpp | 614 LoadSegments, VAddr, [](uint64_t VAddr, const Elf_Phdr_Impl<ELFT> *Phdr) { in toMappedAddr() 622 const Elf_Phdr &Phdr = **I; in toMappedAddr() local
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1311 for (const Elf_Phdr &Phdr : Obj->program_headers()) { in ELFDumper() local 1373 const Elf_Phdr &Phdr = **I; in parseDynamicTable() local 2836 bool GNUStyle<ELFT>::checkTLSSections(const Elf_Phdr &Phdr, in checkTLSSections() 2847 bool GNUStyle<ELFT>::checkoffsets(const Elf_Phdr &Phdr, const Elf_Shdr &Sec) { in checkoffsets() 2865 bool GNUStyle<ELFT>::checkVMA(const Elf_Phdr &Phdr, const Elf_Shdr &Sec) { in checkVMA() 2881 bool GNUStyle<ELFT>::checkPTDynamic(const Elf_Phdr &Phdr, const Elf_Shdr &Sec) { in checkPTDynamic() 2914 for (const auto &Phdr : Obj->program_headers()) { in printProgramHeaders() local 2941 for (const Elf_Phdr &Phdr : Obj->program_headers()) { in printProgramHeaders() local 3514 for (const Elf_Phdr &Phdr : Obj->program_headers()) { in printProgramHeaders() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELF.h | 217 Elf_Note_Iterator notes_begin(const Elf_Phdr &Phdr, Error &Err) const { in notes_begin() 261 iterator_range<Elf_Note_Iterator> notes(const Elf_Phdr &Phdr, in notes()
|