Home
last modified time | relevance | path

Searched refs:PT_LOPROC (Results 1 - 13 of 13) sorted by relevance

/third_party/elfutils/libebl/
H A 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/
H A 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/
H A 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/porting/linux/user/include/
H A Delf.h614 #define PT_LOPROC 0x70000000 macro
2361 #define PT_ARM_EXIDX (PT_LOPROC + 1)
2700 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0)
2701 #define PT_IA_64_UNWIND (PT_LOPROC + 1)
/third_party/musl/porting/liteos_m/kernel/include/
H A 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/
H A 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/uniproton/kernel/include/
H A 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/
H A Delf.h625 #define PT_LOPROC 0x70000000 macro
2388 #define PT_ARM_EXIDX (PT_LOPROC + 1)
2727 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0)
2728 #define PT_IA_64_UNWIND (PT_LOPROC + 1)
/third_party/elfio/c_wrapper/
H A 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/
H A DELF.h1193 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator
/third_party/elfio/elfio/
H A Delf_types.hpp982 constexpr Elf_Word PT_LOPROC = 0X70000000; member
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2121 pub const PT_LOPROC: u32 = 0x70000000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1549 pub const PT_LOPROC: u32 = 0x70000000; consts

Completed in 96 milliseconds