Home
last modified time | relevance | path

Searched defs:phdr (Results 1 – 9 of 9) sorted by relevance

/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_globals.cpp29 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 Dhwasan.cpp417 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 Dhwasan_report.cpp378 for (const auto &phdr : in GetGlobalSizeFromDescriptor() local
/llvm-project/libunwind/src/
H A DAddressSpace.hpp394 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 Dcfi.cpp245 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 Dsanitizer_linux_libcdep.cpp656 const Elf_Phdr *phdr = &info->dlpi_phdr[i]; AddModuleSegments() local
[all...]
H A Dsanitizer_linux.cpp1245 Elf_Phdr *phdr = (Elf_Phdr *)iter; ForEachMappedRegion() local
1254 Elf_Phdr *phdr = (Elf_Phdr *)iter; ForEachMappedRegion() local
/llvm-project/lld/ELF/
H A DLinkerScript.cpp1541 PhdrEntry *phdr = make<PhdrEntry>(cmd.type, cmd.flags.value_or(PF_R)); createPhdrs() local
H A DRelocations.cpp272 for (const Elf_Phdr &phdr : isReadOnly() local