Home
last modified time | relevance | path

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

/third_party/elfutils/libebl/
Deblsegmenttypename.c70 else if (segment == PT_SUNWBSS) in ebl_segment_type_name()
/third_party/elfio/elfio/
Delfio_dump.hpp430 { PT_SUNWBSS, "PT_SUNWBSS" },
Delf_types.hpp979 constexpr Elf_Word PT_SUNWBSS = 0X6FFFFFFA; variable
/third_party/musl/porting/linux/user/include/
Delf.h609 #define PT_SUNWBSS 0x6ffffffa macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h607 #define PT_SUNWBSS 0x6ffffffa macro
/third_party/musl/include/
Delf.h613 #define PT_SUNWBSS 0x6ffffffa macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h607 #define PT_SUNWBSS 0x6ffffffa macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h607 #define PT_SUNWBSS 0x6ffffffa macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt1869 PT_SUNWBSS
/third_party/elfutils/libelf/
Delf.h732 #define PT_SUNWBSS 0x6ffffffa /* Sun Specific segment */ macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1545 pub const PT_SUNWBSS: u32 = 0x6ffffffa; constant