Searched defs:secndx (Results 1 - 3 of 3) sorted by relevance
| /illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
| H A D | relocate.c | 309 const char *secname, Word secndx, const char *symname) 320 dbg_fmt_isec_name2(secname, secndx, buf, &alloc_mem), symname, 308 Dbg_reloc_in(Lm_list *lml, int caller, Half mach, Word type, void *reloc, const char *secname, Word secndx, const char *symname) argument
|
| /illumos-gate/usr/src/cmd/sgs/libld/common/ |
| H A D | update.c | 3619 int phdrndx = 0, segndx = -1, secndx, intppndx, intpsndx; local 4063 secndx = 0; 4086 DBG_CALL(Dbg_seg_os(ofl, osp, secndx)); 4087 secndx++;
|
| /illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
| H A D | elfdump.c | 126 Word secndx; /* Index of symbol table section hdr */ member in struct:__anon140 969 * secndx - Index of symbol table section 976 init_symtbl_state(SYMTBL_STATE *state, Cache *cache, Word shnum, Word secndx, argument 987 state->seccache = &cache[secndx]; 988 state->secndx = secndx; 1027 (versym->cache->c_shdr->sh_link == state->secndx)) 1051 (shdr->sh_link != state->secndx)) 2446 Word secndx; local 2448 for (secndx [all...] |
Completed in 855 milliseconds