Home
last modified time | relevance | path

Searched defs:Phdr (Results 1 – 25 of 43) sorted by relevance

12

/external/perfetto/src/trace_processor/importers/elf/
Delf.h90 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/
Delf.h91 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/
Delf_reader.h21 using Phdr = Elf32_Phdr; variable
23 using Phdr = Elf64_Phdr; variable
Dtest_elf_image_builder.h24 using Phdr = Elf32_Phdr; variable
31 using Phdr = Elf64_Phdr; variable
/external/cronet/stable/base/debug/
Delf_reader.h21 using Phdr = Elf32_Phdr; variable
23 using Phdr = Elf64_Phdr; variable
Dtest_elf_image_builder.h24 using Phdr = Elf32_Phdr; variable
31 using Phdr = Elf64_Phdr; variable
/external/elfutils/libelf/
Delf32_getphdr.c46 ElfW2(LIBELFBITS,Phdr) * in ElfW2() argument
236 ElfW2(LIBELFBITS,Phdr) * in ElfW2() argument
Delf32_newphdr.c45 ElfW2(LIBELFBITS,Phdr) * in ElfW2() argument
/external/trusty/musl/src/env/
D__init_tls.c77 typedef Elf32_Phdr Phdr; typedef
79 typedef Elf64_Phdr Phdr; typedef
/external/trusty/musl/src/internal/
Dvdso.c13 typedef Elf32_Phdr Phdr; typedef
19 typedef Elf64_Phdr Phdr; typedef
Ddynlink.h12 typedef Elf32_Phdr Phdr; typedef
19 typedef Elf64_Phdr Phdr; typedef
/external/musl/src/internal/
Dvdso.c13 typedef Elf32_Phdr Phdr; typedef
19 typedef Elf64_Phdr Phdr; typedef
Ddynlink.h12 typedef Elf32_Phdr Phdr; typedef
19 typedef Elf64_Phdr Phdr; typedef
/external/musl/src/env/
D__init_tls.c75 typedef Elf32_Phdr Phdr; typedef
77 typedef Elf64_Phdr Phdr; typedef
/external/google-breakpad/src/common/linux/
Delf_core_dump.h51 typedef ElfW(Phdr) Phdr; typedef
Dsynth_elf_unittest.cc203 typedef typename TypeParam::Phdr Phdr; in TYPED_TEST() typedef
270 typedef typename TypeParam::Phdr Phdr; in TYPED_TEST() typedef
Delfutils.h83 typedef Elf32_Phdr Phdr; typedef
102 typedef Elf64_Phdr Phdr; typedef
Delfutils.cc92 typedef typename ElfClass::Phdr Phdr; in FindElfClassSegment() typedef
/external/llvm/tools/llvm-objdump/
DELFDump.cpp27 for (const typename ELFO::Elf_Phdr &Phdr : o->program_headers()) { in printProgramHeaders() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp570 [](uint64_t VAddr, const Elf_Phdr_Impl<ELFT> *Phdr) { in toMappedAddr()
578 const Elf_Phdr &Phdr = **I; in toMappedAddr() local
/external/libchrome/base/debug/
Delf_reader_linux.cc27 using Phdr = Elf32_Phdr; typedef
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DELF.h153 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/
DELF.cpp614 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/
DELFDumper.cpp1311 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/
DELF.h217 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()

12