Searched refs:SHT_LOSUNW (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections.c108 static const Msg usecs_def[SHT_HISUNW - SHT_LOSUNW + 1] = {
119 static const Msg usecs_dmp[SHT_HISUNW - SHT_LOSUNW + 1] = {
130 static const Msg usecs_cf[SHT_HISUNW - SHT_LOSUNW + 1] = {
141 static const Msg usecs_nf[SHT_HISUNW - SHT_LOSUNW + 1] = {
152 #if (SHT_LOSUNW != SHT_SUNW_capchain)
153 #error "SHT_LOSUNW has moved"
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c186 { "SHT_LOSUNW", 0xffffffff, SHT_LOSUNW },
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h430 #define SHT_LOSUNW 0x6fffffef macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h396 #define SHT_LOSUNW 0x6ffffff4 macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c2667 * If this section is below SHT_LOSUNW then we don't
2671 if (row < (Word)SHT_LOSUNW) {
2683 * Handle sections greater than SHT_LOSUNW.

Completed in 327 milliseconds