Searched refs:SHN_LORESERVE (Results 1 - 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h84 #define SHN_LORESERVE 0xff00 macro
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddcom.c267 if (shndx[shstrndx] < SHN_LORESERVE)
H A Ddispsyms.c233 if (sym.st_shndx < SHN_LORESERVE)
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1134 if (nshdrs >= SHN_LORESERVE)
1139 if (nshdrs - 1 >= SHN_LORESERVE)
1192 if (nshdrs >= SHN_LORESERVE)
1197 if (nshdrs - 1 >= SHN_LORESERVE)
1222 nshdrs >= SHN_LORESERVE ? nshdrs : 0,
1223 nshdrs - 1 >= SHN_LORESERVE ? nshdrs - 1 : 0,
/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c348 sym->se_shndx >= SHN_LORESERVE) {
883 (sym->se_shndx >= SHN_LORESERVE))
/illumos-gate/usr/src/lib/libkvm/common/
H A Dtest.c235 case SHN_LORESERVE:
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Drdelf.c198 if (sym->st_shndx >= SHN_LORESERVE)
H A Dprof.c1150 return (nl.ps_sym.st_shndx < SHN_LORESERVE &&
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c441 if (sym->st_shndx >= SHN_LORESERVE)
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h488 #define SHN_LORESERVE 0xff00 macro
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c314 if (scncnt < SHN_LORESERVE)
431 if (scncnt < SHN_LORESERVE) {
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.c1073 if (shnum >= SHN_LORESERVE) {
1136 ((shstrndx >= SHN_LORESERVE) &&
1144 if (shstrndx >= SHN_LORESERVE) {
H A Dsym.c821 * SHN_LORESERVE and SHN_HIRESERVE.
824 ((shndx < SHN_LORESERVE) &&
885 if (use_xshndx && (shndx < SHN_LORESERVE) &&
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil.c417 if ((ndx >= shnum) && ((ndx < SHN_LORESERVE) || (ndx > SHN_HIRESERVE)))
H A Dutil_machelf.c276 ((shndx < SHN_LORESERVE) || (shndx > SHN_HIRESERVE)) &&
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c640 if (elf_ndxscn(scn) >= SHN_LORESERVE) {
/illumos-gate/usr/src/tools/ctf/cvt/
H A Doutput.c597 if (sym.st_shndx >= SHN_LORESERVE)
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c1978 if (nshdrs >= SHN_LORESERVE)
1983 if (nshdrs - 1 >= SHN_LORESERVE)
2260 if (nshdrs >= SHN_LORESERVE)
2263 if (nshdrs - 1 >= SHN_LORESERVE)
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c410 if (sectndx >= SHN_LORESERVE) {
818 elf_ndxscn(osp->os_scn)) >= SHN_LORESERVE) {
1826 (sectndx >= SHN_LORESERVE)) {
1856 (sectndx >= SHN_LORESERVE)) {
3556 if (link >= SHN_LORESERVE)
4289 SHN_LORESERVE) {
H A Dsyms.c1917 * and is not in the range of special values above SHN_LORESERVE
1928 ((_sym->st_shndx < SHN_LORESERVE) || \
2054 } else if ((shndx = sym->st_shndx) >= SHN_LORESERVE) {
2369 } else if ((shndx = nsym->st_shndx) >= SHN_LORESERVE) {
H A Dsections.c2047 if ((ofl->ofl_shdrcnt + 1) >= SHN_LORESERVE) {
3335 ((ofl->ofl_shdrcnt + 3) >= SHN_LORESERVE)) {
3350 ((ofl->ofl_shdrcnt + 1) >= SHN_LORESERVE)) {
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c850 if ((csym.st_shndx < SHN_LORESERVE) &&
1144 if (state->sec_table[shstrndx].secno < SHN_LORESERVE) {
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c853 if (sym.st_shndx >= SHN_LORESERVE)
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h364 #define SHN_LORESERVE 0xff00 /* First of reserved range. */ macro
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1153 } else if ((sym->st_shndx < SHN_LORESERVE) &&
1183 } else if ((sym->st_shndx < SHN_LORESERVE) &&
1266 (sym->st_shndx != SHN_UNDEF) && ((sym->st_shndx < SHN_LORESERVE) ||

Completed in 338 milliseconds

12