Home
last modified time | relevance | path

Searched refs:SHN_LORESERVE (Results 1 – 25 of 29) sorted by relevance

12

/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h84 #define SHN_LORESERVE 0xff00 macro
/titanic_50/usr/src/lib/libproc/common/
H A DPgcore.c1134 if (nshdrs >= SHN_LORESERVE) in Pfgcore()
1139 if (nshdrs - 1 >= SHN_LORESERVE) in Pfgcore()
1192 if (nshdrs >= SHN_LORESERVE) in Pfgcore()
1197 if (nshdrs - 1 >= SHN_LORESERVE) in Pfgcore()
1222 nshdrs >= SHN_LORESERVE ? nshdrs : 0, in Pfgcore()
1223 nshdrs - 1 >= SHN_LORESERVE ? nshdrs - 1 : 0, in Pfgcore()
/titanic_50/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c233 if (sym.st_shndx < SHN_LORESERVE) in print_symtab()
H A Ddcom.c267 if (shndx[shstrndx] < SHN_LORESERVE) in delete_comment()
/titanic_50/usr/src/cmd/dis/
H A Ddis_target.c348 sym->se_shndx >= SHN_LORESERVE) { in construct_symtab()
883 (sym->se_shndx >= SHN_LORESERVE)) in dis_tgt_function_iter()
/titanic_50/usr/src/cmd/sgs/prof/common/
H A Drdelf.c198 if (sym->st_shndx >= SHN_LORESERVE) in is_function()
H A Dprof.c1150 return (nl.ps_sym.st_shndx < SHN_LORESERVE && in readnl()
/titanic_50/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c314 if (scncnt < SHN_LORESERVE) in _elf_upd_lib()
431 if (scncnt < SHN_LORESERVE) { in _elf_upd_usr()
/titanic_50/usr/src/lib/libkvm/common/
H A Dtest.c235 case SHN_LORESERVE: in tst_nlist()
/titanic_50/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c251 if (sym.st_shndx >= SHN_LORESERVE) in ctf_write_elf()
/titanic_50/usr/src/uts/common/exec/elf/
H A Delf.c1871 if (nshdrs >= SHN_LORESERVE) in elfcore()
1876 if (nshdrs - 1 >= SHN_LORESERVE) in elfcore()
2153 if (nshdrs >= SHN_LORESERVE) in elfcore()
2156 if (nshdrs - 1 >= SHN_LORESERVE) in elfcore()
/titanic_50/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.c1073 if (shnum >= SHN_LORESERVE) { in cmd_body()
1136 ((shstrndx >= SHN_LORESERVE) && in cmd_body()
1144 if (shstrndx >= SHN_LORESERVE) { in cmd_body()
H A Dsym.c824 ((shndx < SHN_LORESERVE) && in cmd_body_set_st_shndx()
885 if (use_xshndx && (shndx < SHN_LORESERVE) && in cmd_body_set_st_shndx()
H A Dehdr.msg405 SHN_LORESERVE (0xff00), e_shnum has the value zero, and\n\
428 than or equal to SHN_LORESERVE (0xff00), e_shstrndx has the\n\
/titanic_50/usr/src/uts/common/sys/
H A Delf.h488 #define SHN_LORESERVE 0xff00 macro
/titanic_50/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c441 if (sym->st_shndx >= SHN_LORESERVE) in is_function()
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dupdate.c410 if (sectndx >= SHN_LORESERVE) { in update_osym()
818 elf_ndxscn(osp->os_scn)) >= SHN_LORESERVE) { in update_osym()
1826 (sectndx >= SHN_LORESERVE)) { in update_osym()
1856 (sectndx >= SHN_LORESERVE)) { in update_osym()
3549 if (link >= SHN_LORESERVE) in translate_link()
4282 SHN_LORESERVE) { in ld_update_outfile()
H A Dsyms.c1928 ((_sym->st_shndx < SHN_LORESERVE) || \ in ld_sym_process()
2054 } else if ((shndx = sym->st_shndx) >= SHN_LORESERVE) { in ld_sym_process()
2369 } else if ((shndx = nsym->st_shndx) >= SHN_LORESERVE) { in ld_sym_process()
H A Dsections.c2044 if ((ofl->ofl_shdrcnt + 1) >= SHN_LORESERVE) { in make_symtab()
3332 ((ofl->ofl_shdrcnt + 3) >= SHN_LORESERVE)) { in ld_make_sections()
3347 ((ofl->ofl_shdrcnt + 1) >= SHN_LORESERVE)) { in ld_make_sections()
/titanic_50/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_50/usr/src/tools/ctf/cvt/
H A Doutput.c597 if (sym.st_shndx >= SHN_LORESERVE) in write_file()
/titanic_50/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c640 if (elf_ndxscn(scn) >= SHN_LORESERVE) { in rt_dldump()
/titanic_50/usr/src/cmd/sgs/mcs/common/
H A Dfile.c850 if ((csym.st_shndx < SHN_LORESERVE) && in build_file()
1144 if (state->sec_table[shstrndx].secno < SHN_LORESERVE) { in build_file()
/titanic_50/usr/src/cmd/sgs/nm/common/
H A Dnm.c853 if (sym.st_shndx >= SHN_LORESERVE) in readsyms()

12