/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_defines.h | 827 #ifndef SHN_LORESERVE 828 #define SHN_LORESERVE 0xff00 macro
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 84 #define SHN_LORESERVE 0xff00 macro
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1190 if (nshdrs >= SHN_LORESERVE) in Pfgcore() 1195 if (nshdrs - 1 >= SHN_LORESERVE) in Pfgcore() 1248 if (nshdrs >= SHN_LORESERVE) in Pfgcore() 1253 if (nshdrs - 1 >= SHN_LORESERVE) in Pfgcore() 1278 nshdrs >= SHN_LORESERVE ? nshdrs : 0, in Pfgcore() 1279 nshdrs - 1 >= SHN_LORESERVE ? nshdrs - 1 : 0, in Pfgcore()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | update.c | 317 if (scncnt < SHN_LORESERVE) in _elf_upd_lib() 433 if (scncnt < SHN_LORESERVE) { in _elf_upd_usr()
|
/illumos-gate/usr/src/cmd/dis/ |
H A D | dis_target.c | 363 sym->se_shndx >= SHN_LORESERVE) { in construct_symtab() 898 (sym->se_shndx >= SHN_LORESERVE)) in dis_tgt_function_iter()
|
/illumos-gate/usr/src/lib/libkvm/common/ |
H A D | test.c | 233 case SHN_LORESERVE: in tst_nlist()
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_elfwrite.c | 251 if (sym.st_shndx >= SHN_LORESERVE) in ctf_write_elf()
|
/illumos-gate/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\
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 441 if (sym->st_shndx >= SHN_LORESERVE) in is_function()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 656 #define SHN_LORESERVE 0xff00 macro
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | update.c | 416 if (sectndx >= SHN_LORESERVE) { in update_osym() 826 elf_ndxscn(osp->os_scn)) >= SHN_LORESERVE) { in update_osym() 1892 (sectndx >= SHN_LORESERVE)) { in update_osym() 1922 (sectndx >= SHN_LORESERVE)) { in update_osym() 3634 if (link >= SHN_LORESERVE) in translate_link() 4582 SHN_LORESERVE) { in ld_update_outfile()
|
H A D | sections.c | 2073 if ((ofl->ofl_shdrcnt + 1) >= SHN_LORESERVE) { in make_symtab() 3396 ((ofl->ofl_shdrcnt + 3) >= SHN_LORESERVE)) { in ld_make_sections() 3411 ((ofl->ofl_shdrcnt + 1) >= SHN_LORESERVE)) { in ld_make_sections()
|
H A D | syms.c | 2065 ((_sym->st_shndx < SHN_LORESERVE) || \ in ld_sym_process() 2189 } else if ((shndx = sym->st_shndx) >= SHN_LORESERVE) { in ld_sym_process() 2519 } else if ((shndx = nsym->st_shndx) >= SHN_LORESERVE) { in ld_sym_process()
|
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | util.c | 416 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()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 364 #define SHN_LORESERVE 0xff00 /* First of reserved range. */ macro
|
/illumos-gate/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 858 if ((csym.st_shndx < SHN_LORESERVE) && in build_file() 1152 if (state->sec_table[shstrndx].secno < SHN_LORESERVE) { in build_file()
|
/illumos-gate/usr/src/cmd/sgs/librtld/common/ |
H A D | dldump.c | 640 if (elf_ndxscn(scn) >= SHN_LORESERVE) { in rt_dldump()
|
/illumos-gate/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 903 if (sym.st_shndx >= SHN_LORESERVE)
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 2201 if (nshdrs >= SHN_LORESERVE) { in elfcore() 2208 if (nshdrs - 1 >= SHN_LORESERVE) { in elfcore()
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 1211 } else if ((sym->st_shndx < SHN_LORESERVE) && in output_symbol() 1241 } else if ((sym->st_shndx < SHN_LORESERVE) && in output_symbol() 1324 (sym->st_shndx != SHN_UNDEF) && ((sym->st_shndx < SHN_LORESERVE) || in output_symbol()
|