Home
last modified time | relevance | path

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

/titanic_51/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h89 #define SHN_HIRESERVE 0xffff macro
/titanic_51/usr/src/lib/libkvm/common/
H A Dtest.c244 case SHN_HIRESERVE: in tst_nlist()
/titanic_51/usr/src/uts/common/sys/
H A Delf.h651 #define SHN_HIRESERVE 0xffff macro
/titanic_51/usr/src/cmd/sgs/elfedit/common/
H A Dutil.c417 if ((ndx >= shnum) && ((ndx < SHN_LORESERVE) || (ndx > SHN_HIRESERVE))) in elfedit_atoshndx()
H A Dutil_machelf.c276 ((shndx < SHN_LORESERVE) || (shndx > SHN_HIRESERVE)) && in elfedit_shndx_to_name()
/titanic_51/usr/src/boot/sys/sys/
H A Delf_common.h375 #define SHN_HIRESERVE 0xffff /* Last of reserved range. */ macro
/titanic_51/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.c1137 (shstrndx <= SHN_HIRESERVE)) || in cmd_body()
H A Dsym.c821 * SHN_LORESERVE and SHN_HIRESERVE. in cmd_body_set_st_shndx()
823 use_xshndx = (shndx > SHN_HIRESERVE) || in cmd_body_set_st_shndx()