Searched refs:Elf_Phdr (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/Object/
H A DELF.h47 typedef Elf_Phdr_Impl<ELFT> Elf_Phdr; typedef in class:llvm::object::ELFFile
107 ErrorOr<const Elf_Dyn *> dynamic_table_begin(const Elf_Phdr *Phdr) const;
108 ErrorOr<const Elf_Dyn *> dynamic_table_end(const Elf_Phdr *Phdr) const;
109 ErrorOr<Elf_Dyn_Range> dynamic_table(const Elf_Phdr *Phdr) const {
182 const Elf_Phdr *program_header_begin() const {
183 if (Header->e_phnum && Header->e_phentsize != sizeof(Elf_Phdr))
185 return reinterpret_cast<const Elf_Phdr *>(base() + Header->e_phoff);
188 const Elf_Phdr *program_header_end() const {
192 typedef iterator_range<const Elf_Phdr *> Elf_Phdr_Range;
408 ELFFile<ELFT>::dynamic_table_begin(const Elf_Phdr *Phd
[all...]
/external/llvm/tools/llvm-objdump/
H A DELFDump.cpp27 for (const typename ELFO::Elf_Phdr &Phdr : o->program_headers()) {
/external/compiler-rt/lib/cfi/
H A Dcfi.cc25 typedef ElfW(Phdr) Elf_Phdr; typedef
133 const Elf_Phdr *phdr = &info->dlpi_phdr[phdr_idx];
166 const Elf_Phdr *phdr = &info->dlpi_phdr[i];
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc407 typedef ElfW(Phdr) Elf_Phdr; typedef in namespace:__sanitizer
409 # define Elf_Phdr XElf32_Phdr macro
442 const Elf_Phdr *phdr = &info->dlpi_phdr[i];
H A Dsanitizer_linux.cc772 typedef ElfW(Phdr) Elf_Phdr; typedef
785 Elf_Phdr *phdr = (Elf_Phdr *)iter;
794 Elf_Phdr *phdr = (Elf_Phdr *)iter;
H A Dsanitizer_platform_limits_posix.cc304 unsigned struct_ElfW_Phdr_sz = sizeof(Elf_Phdr);
/external/libunwind_llvm/src/
H A DAddressSpace.hpp401 #if !defined(Elf_Phdr)
402 typedef ElfW(Phdr) Elf_Phdr;
406 const Elf_Phdr *phdr = &pinfo->dlpi_phdr[i];
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp79 typedef typename ELFO::Elf_Phdr Elf_Phdr; typedef in class:__anon13087::ELFDumper
133 const Elf_Phdr *DynamicProgHeader = nullptr;
909 SmallVector<const Elf_Phdr *, 4> LoadSegments;
910 for (const Elf_Phdr &Phdr : Obj->program_headers()) {
921 const Elf_Phdr **I = std::upper_bound(
926 const Elf_Phdr &Phdr = **I;
1607 for (const Elf_Phdr &Phdr : Obj->program_headers()) {
/external/valgrind/VEX/switchback/
H A Dlinker.c185 #define Elf_Phdr Elf64_Phdr
200 #define Elf_Phdr Elf32_Phdr
/external/valgrind/VEX/unused/
H A Dlinker.c119 #define Elf_Phdr Elf64_Phdr macro
134 #define Elf_Phdr Elf32_Phdr macro

Completed in 160 milliseconds