Home
last modified time | relevance | path

Searched refs:PT_SHLIB (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dphdr.msg48 @ MSG_PT_SHLIB "[ PT_SHLIB ]" # 5
49 @ MSG_PT_SHLIB_CF "PT_SHLIB"
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_defines.h135 #ifndef PT_SHLIB
136 #define PT_SHLIB 5 macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h184 #define PT_SHLIB 5 macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Delf.h100 #define PT_SHLIB 5 /* Reserved (not used). */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h479 #define PT_SHLIB 5 macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h493 #define PT_SHLIB 5 /* Reserved (not used). */ macro
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c1307 if (p_phdr.p_type == PT_SHLIB) { in dump_dynamic()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c1529 case PT_SHLIB: in mapelfexec()