/third_party/elfutils/libebl/ |
D | eblsegmenttypename.c | 78 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/ |
D | elf.h | 736 #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/ |
D | ELF.h | 1022 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/ |
D | elf.h | 611 #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/ |
D | elf.h | 611 #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/ |
D | elf.h | 612 #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/ |
D | elf.h | 611 #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/ |
D | elf.h | 611 #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/ |
D | elf.h | 613 #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/ |
D | freebsd-elf_common.h | 268 #define PT_LOPROC 0x70000000 /* First processor-specific type. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 268 #define PT_LOPROC 0x70000000 /* First processor-specific type. */ macro
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 654 #define PT_LOPROC 0x70000000 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1193 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator
|
/third_party/elfio/elfio/ |
D | elf_types.hpp | 982 constexpr Elf_Word PT_LOPROC = 0X70000000; variable
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 1854 PT_LOPROC
|
D | android.txt | 1807 PT_LOPROC
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2121 pub const PT_LOPROC: u32 = 0x70000000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1549 pub const PT_LOPROC: u32 = 0x70000000; constant
|