Home
last modified time | relevance | path

Searched refs:PT_LOPROC (Results 1 – 18 of 18) sorted by relevance

/third_party/elfutils/libebl/
Deblsegmenttypename.c78 else if (segment >= PT_LOPROC && segment <= PT_HIPROC) in ebl_segment_type_name()
79 snprintf (buf, len, "LOPROC+%d", segment - PT_LOPROC); in ebl_segment_type_name()
/third_party/elfutils/libelf/
Delf.h736 #define PT_LOPROC 0x70000000 /* Start of processor-specific */ macro
2766 #define PT_ARM_EXIDX (PT_LOPROC + 1) /* ARM unwind segment. */
2915 #define PT_AARCH64_MEMTAG_MTE (PT_LOPROC + 2)
3177 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0) /* arch extension bits */
3178 #define PT_IA_64_UNWIND (PT_LOPROC + 1) /* ia64 unwind bits */
4012 #define PT_RISCV_ATTRIBUTES (PT_LOPROC + 3)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1022 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator
1057 PT_WEBASSEMBLY_FUNCTIONS = PT_LOPROC + 0, // Function definitions.
/third_party/musl/ndk_musl_include/
Delf.h611 #define PT_LOPROC 0x70000000 macro
2352 #define PT_ARM_EXIDX (PT_LOPROC + 1)
2691 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0)
2692 #define PT_IA_64_UNWIND (PT_LOPROC + 1)
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h611 #define PT_LOPROC 0x70000000 macro
2352 #define PT_ARM_EXIDX (PT_LOPROC + 1)
2691 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0)
2692 #define PT_IA_64_UNWIND (PT_LOPROC + 1)
/third_party/musl/include/
Delf.h612 #define PT_LOPROC 0x70000000 macro
2356 #define PT_ARM_EXIDX (PT_LOPROC + 1)
2695 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0)
2696 #define PT_IA_64_UNWIND (PT_LOPROC + 1)
/third_party/musl/porting/uniproton/kernel/include/
Delf.h611 #define PT_LOPROC 0x70000000 macro
2352 #define PT_ARM_EXIDX (PT_LOPROC + 1)
2691 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0)
2692 #define PT_IA_64_UNWIND (PT_LOPROC + 1)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h611 #define PT_LOPROC 0x70000000 macro
2352 #define PT_ARM_EXIDX (PT_LOPROC + 1)
2691 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0)
2692 #define PT_IA_64_UNWIND (PT_LOPROC + 1)
/third_party/musl/porting/linux/user/include/
Delf.h613 #define PT_LOPROC 0x70000000 macro
2360 #define PT_ARM_EXIDX (PT_LOPROC + 1)
2699 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0)
2700 #define PT_IA_64_UNWIND (PT_LOPROC + 1)
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h268 #define PT_LOPROC 0x70000000 /* First processor-specific type. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h268 #define PT_LOPROC 0x70000000 /* First processor-specific type. */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp654 #define PT_LOPROC 0x70000000 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1193 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator
/third_party/elfio/elfio/
Delf_types.hpp982 constexpr Elf_Word PT_LOPROC = 0X70000000; variable
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt1854 PT_LOPROC
Dandroid.txt1807 PT_LOPROC
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2121 pub const PT_LOPROC: u32 = 0x70000000; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1549 pub const PT_LOPROC: u32 = 0x70000000; constant