Home
last modified time | relevance | path

Searched refs:secndx (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c126 Word secndx; /* Index of symbol table section hdr */ member
1031 init_symtbl_state(SYMTBL_STATE *state, Cache *cache, Word shnum, Word secndx, in init_symtbl_state() argument
1042 state->seccache = &cache[secndx]; in init_symtbl_state()
1043 state->secndx = secndx; in init_symtbl_state()
1082 (versym->cache->c_shdr->sh_link == state->secndx)) in init_symtbl_state()
1106 (shdr->sh_link != state->secndx)) in symbols_getxindex()
2499 Word secndx; in symbols() local
2501 for (secndx = 1; secndx < shnum; secndx++) { in symbols()
2505 _cache = &cache[secndx]; in symbols()
2513 if (!match(MATCH_F_ALL, _cache->c_name, secndx, shdr->sh_type)) in symbols()
[all …]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Drelocate.c309 const char *secname, Word secndx, const char *symname) in Dbg_reloc_in() argument
320 dbg_fmt_isec_name2(secname, secndx, buf, &alloc_mem), symname, in Dbg_reloc_in()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c3917 int phdrndx = 0, segndx = -1, secndx, intppndx, intpsndx; in ld_update_outfile() local
4351 secndx = 0; in ld_update_outfile()
4374 DBG_CALL(Dbg_seg_os(ofl, osp, secndx)); in ld_update_outfile()
4375 secndx++; in ld_update_outfile()