Home
last modified time | relevance | path

Searched refs:PT_ARM_EXIDX (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libc/arm/aeabi/
H A Daeabi_unwind_exidx.c72 if (hdr->p_type == PT_ARM_EXIDX) { in dl_unwind_find_exidx()
/freebsd/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp428 if (phdr->p_type == PT_ARM_EXIDX) { in checkForUnwindInfoSegment()
468 // PT_GNU_EH_FRAME and PT_ARM_EXIDX are usually near the end. Iterate in findUnwindSectionsByPhdr()
/freebsd/sys/sys/
H A Delf_common.h548 #define PT_ARM_EXIDX 0x70000001 /* ARM exception unwind tables. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1504 PT_ARM_EXIDX = 0x70000001, enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h992 _ELF_DEFINE_PT(PT_ARM_EXIDX, 0x70000001UL, \
1011 #define PT_ARM_UNWIND PT_ARM_EXIDX
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1928 addPhdrForSection(part, SHT_ARM_EXIDX, PT_ARM_EXIDX, PF_R); in finalizeSections()
2552 if (part.armExidx && p->p_type == PT_ARM_EXIDX) { in setPhdrs()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c681 case PT_ARM_EXIDX: return "ARM_EXIDX"; in phdr_type()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1461 switch (Type) { LLVM_READOBJ_ENUM_CASE(ELF, PT_ARM_EXIDX); } in segmentTypeToString()