Home
last modified time | relevance | path

Searched refs:PT_SUNWSTACK (Results 1 – 11 of 11) sorted by relevance

/third_party/elfutils/libebl/
Deblsegmenttypename.c72 else if (segment == PT_SUNWSTACK) in ebl_segment_type_name()
/third_party/elfio/elfio/
Delfio_dump.hpp431 { PT_SUNWSTACK, "SUNWSTACK" },
Delf_types.hpp980 constexpr Elf_Word PT_SUNWSTACK = 0X6FFFFFFB; variable
/third_party/musl/porting/linux/user/include/
Delf.h610 #define PT_SUNWSTACK 0x6ffffffb macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h608 #define PT_SUNWSTACK 0x6ffffffb macro
/third_party/musl/include/
Delf.h614 #define PT_SUNWSTACK 0x6ffffffb macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h608 #define PT_SUNWSTACK 0x6ffffffb macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h608 #define PT_SUNWSTACK 0x6ffffffb macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt1870 PT_SUNWSTACK
/third_party/elfutils/libelf/
Delf.h733 #define PT_SUNWSTACK 0x6ffffffb /* Stack segment */ macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1546 pub const PT_SUNWSTACK: u32 = 0x6ffffffb; constant