Searched defs:phdr (Results 1 – 9 of 9) sorted by relevance
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_globals.cpp | 29 static void CheckCodeModel(ElfW(Addr) base, const ElfW(Phdr) * phdr, in CheckCodeModel() 52 ArrayRef<const hwasan_global> HwasanGlobalsFor(ElfW(Addr) base, in HwasanGlobalsFor()
|
H A D | hwasan.cpp | 417 void __hwasan_library_loaded(ElfW(Addr) base, const ElfW(Phdr) * phdr, in __hwasan_library_loaded() argument 423 void __hwasan_library_unloaded(ElfW(Addr) base, const ElfW(Phdr) * phdr, in __hwasan_library_unloaded() argument
|
H A D | hwasan_report.cpp | 378 for (const auto &phdr : in GetGlobalSizeFromDescriptor() local
|
/llvm-project/libunwind/src/ |
H A D | AddressSpace.hpp | 394 static bool checkAddrInSegment(const Elf_Phdr *phdr, size_t image_base, in checkAddrInSegment() 408 static bool checkForUnwindInfoSegment(const Elf_Phdr *phdr, size_t image_base, in checkForUnwindInfoSegment() 472 const Elf_Phdr *phdr = &pinfo->dlpi_phdr[i - 1]; in findUnwindSectionsByPhdr() local
|
/llvm-project/compiler-rt/lib/cfi/ |
H A D | cfi.cpp | 245 const Elf_Phdr *phdr = &info->dlpi_phdr[phdr_idx]; in find_cfi_check_in_dso() local 286 const Elf_Phdr *phdr = &info->dlpi_phdr[i]; in dl_iterate_phdr_cb() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux_libcdep.cpp | 656 const Elf_Phdr *phdr = &info->dlpi_phdr[i]; AddModuleSegments() local [all...] |
H A D | sanitizer_linux.cpp | 1245 Elf_Phdr *phdr = (Elf_Phdr *)iter; ForEachMappedRegion() local 1254 Elf_Phdr *phdr = (Elf_Phdr *)iter; ForEachMappedRegion() local
|
/llvm-project/lld/ELF/ |
H A D | LinkerScript.cpp | 1541 PhdrEntry *phdr = make<PhdrEntry>(cmd.type, cmd.flags.value_or(PF_R)); createPhdrs() local
|
H A D | Relocations.cpp | 272 for (const Elf_Phdr &phdr : isReadOnly() local
|