/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 84 #define SHN_LORESERVE 0xff00 macro
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1134 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 D | dispsyms.c | 233 if (sym.st_shndx < SHN_LORESERVE) in print_symtab()
|
H A D | dcom.c | 267 if (shndx[shstrndx] < SHN_LORESERVE) in delete_comment()
|
/titanic_50/usr/src/cmd/dis/ |
H A D | dis_target.c | 348 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 D | rdelf.c | 198 if (sym->st_shndx >= SHN_LORESERVE) in is_function()
|
H A D | prof.c | 1150 return (nl.ps_sym.st_shndx < SHN_LORESERVE && in readnl()
|
/titanic_50/usr/src/cmd/sgs/libelf/common/ |
H A D | update.c | 314 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 D | test.c | 235 case SHN_LORESERVE: in tst_nlist()
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_elfwrite.c | 251 if (sym.st_shndx >= SHN_LORESERVE) in ctf_write_elf()
|
/titanic_50/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 1871 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 D | ehdr.c | 1073 if (shnum >= SHN_LORESERVE) { in cmd_body() 1136 ((shstrndx >= SHN_LORESERVE) && in cmd_body() 1144 if (shstrndx >= SHN_LORESERVE) { in cmd_body()
|
H A D | sym.c | 824 ((shndx < SHN_LORESERVE) && in cmd_body_set_st_shndx() 885 if (use_xshndx && (shndx < SHN_LORESERVE) && in cmd_body_set_st_shndx()
|
H A D | ehdr.msg | 405 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 D | elf.h | 488 #define SHN_LORESERVE 0xff00 macro
|
/titanic_50/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 441 if (sym->st_shndx >= SHN_LORESERVE) in is_function()
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | update.c | 410 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 D | syms.c | 1928 ((_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 D | sections.c | 2044 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 D | util.c | 417 if ((ndx >= shnum) && ((ndx < SHN_LORESERVE) || (ndx > SHN_HIRESERVE))) in elfedit_atoshndx()
|
H A D | util_machelf.c | 276 ((shndx < SHN_LORESERVE) || (shndx > SHN_HIRESERVE)) && in elfedit_shndx_to_name()
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | output.c | 597 if (sym.st_shndx >= SHN_LORESERVE) in write_file()
|
/titanic_50/usr/src/cmd/sgs/librtld/common/ |
H A D | dldump.c | 640 if (elf_ndxscn(scn) >= SHN_LORESERVE) { in rt_dldump()
|
/titanic_50/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 850 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 D | nm.c | 853 if (sym.st_shndx >= SHN_LORESERVE) in readsyms()
|