Home
last modified time | relevance | path

Searched refs:sh_entsize (Results 76 – 88 of 88) sorted by relevance

1234

/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c1241 vsdata_s.vsd_symn = shdr.sh_size / shdr.sh_entsize; in main()
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c751 count = shdr->sh_size / shdr->sh_entsize;
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c213 cnt = sifshdr->sh_size / sifshdr->sh_entsize; in ld_sym_nodirect()
2143 total = (Word)(shdr->sh_size / shdr->sh_entsize); in ld_sym_process()
H A Dlibld.msg414 @ MSG_FIL_INVSHENTSIZE "file %s: section [%u]%s: has invalid sh_entsize: %lld"
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c1448 no_of_symbols = shdr.sh_size / shdr.sh_entsize; in search_sym_tab()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dxlate64.m41239 tofx(dst, src->sh_entsize, SH1_entsize_$2);
1834 dst->sh_entsize = tomx(src, SH1_entsize_$2);
H A Dxlate.m41248 tofw(dst, src->sh_entsize, SH1_entsize_$2);
1796 dst->sh_entsize = tomw(src, SH1_entsize_$2);
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c1051 symsize = symhdr->sh_entsize; in fbt_provide_module()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Ddyn.c1621 i = cache->sec_shdr->sh_size / cache->sec_shdr->sh_entsize; in cpl_eltarg()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg153 shdr[%d: %s].sh_entsize (%#llx)\n"
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_module.c518 sh.sh_entsize == ctsp->cts_entsize && in dt_module_load_sect()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c3426 for (i = 0; i < shdr.sh_size / shdr.sh_entsize; i++) { in ctf_dwarf_check_missing()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2528 (uintptr_t)mod.symtbl, mod.nsyms * shdr.sh_entsize, "symtab"); in whatis_walk_modctl()

1234