Home
last modified time | relevance | path

Searched refs:PT_LOOS (Results 1 – 14 of 14) sorted by relevance

/external/google-breakpad/src/third_party/musl/include/
Delf.h482 #define PT_LOOS 0x60000000 macro
1679 #define PT_HP_TLS (PT_LOOS + 0x0)
1680 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
1681 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
1682 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
1683 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
1684 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
1685 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
1686 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)
1687 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)
[all …]
/external/elfutils/libebl/
Deblsegmenttypename.c76 if (segment >= PT_LOOS && segment <= PT_HIOS) in ebl_segment_type_name()
77 snprintf (buf, len, "LOOS+%d", segment - PT_LOOS); in ebl_segment_type_name()
/external/kmod/port-gnu/
Delf.h607 #define PT_LOOS 0x60000000 /* Start of OS-specific */ macro
2040 #define PT_HP_TLS (PT_LOOS + 0x0)
2041 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
2042 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
2043 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
2044 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
2045 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
2046 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
2047 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)
2048 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)
[all …]
/external/elfutils/libelf/
Delf.h717 #define PT_LOOS 0x60000000 /* Start of OS-specific */ macro
2283 #define PT_HP_TLS (PT_LOOS + 0x0)
2284 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
2285 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
2286 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
2287 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
2288 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
2289 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
2290 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)
2291 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)
[all …]
/external/kernel-headers/original/uapi/linux/
Delf-fdpic.h18 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
Delf.h34 #define PT_LOOS 0x60000000 /* OS-specific */ macro
41 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
/external/crosvm/kernel_loader/src/
Delf.rs64 pub const PT_LOOS: u32 = 1610612736; constant
/external/llvm/include/llvm/Support/
DELF.h1022 PT_LOOS = 0x60000000, // Lowest operating system-specific pt entry type. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1020 PT_LOOS = 0x60000000, // Lowest operating system-specific pt entry type. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1191 PT_LOOS = 0x60000000, // Lowest operating system-specific pt entry type. enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1218 PT_LOOS = 0x60000000, // Lowest operating system-specific pt entry type. enumerator
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dprogram-headers.test492 ## Case 9: the PT_LOOS segment.
493 - Type: 0x60000000 ## PT_LOOS
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1771 pub const PT_LOOS: u32 = 0x60000000; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2664 pub const PT_LOOS: u32 = 0x60000000; constant