Searched refs:PT_SUNWBSS (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | phdr.c | 88 { PT_SUNWBSS, SOL, MSG_PT_SUNWBSS }, 102 { PT_SUNWBSS, SOL, MSG_PT_SUNWBSS_CF }, 116 { PT_SUNWBSS, SOL, MSG_PT_SUNWBSS_CFNP }, 130 { PT_SUNWBSS, SOL, MSG_PT_SUNWBSS_NF }, 143 #if PT_LOSUNW != PT_SUNWBSS
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 352 #define PT_SUNWBSS 0x6ffffffa /* Sun Specific segment (unused) */ macro
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | mmapobj.c | 65 * or PT_SUNWBSS segment according to the ELF standard. Refer to the "Linker 77 * about the PT_LOAD and PT_SUNWBSS sections to speed up future mappings of 1002 * Map a PT_LOAD or PT_SUNWBSS section of an executable file into the user's 1367 if (p_type == PT_LOAD || p_type == PT_SUNWBSS) { 1545 * for PT_LOAD and PT_SUNWBSS segments into mrp. 1789 if (p_type == PT_LOAD || p_type == PT_SUNWBSS) {
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 504 #define PT_SUNWBSS 0x6ffffffa /* Sun Specific segment */ macro
|
Completed in 77 milliseconds