Home
last modified time | relevance | path

Searched refs:symt_xshndx (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit_machelf.c281 symtab->symt_xshndx = ndx; in elfedit64_init_obj_state()
309 if (symtab->symt_xshndx != SHN_UNDEF) { in elfedit64_init_obj_state()
310 _cache = &obj_state->os_secarr[symtab->symt_xshndx]; in elfedit64_init_obj_state()
H A Dutil_machelf.c665 (symtab->symt_xshndx == SHN_UNDEF)) in elfedit_sec_getxshndx()
670 xshndxsec = &obj_state->os_secarr[symtab->symt_xshndx]; in elfedit_sec_getxshndx()
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h150 Elf32_Word symt_xshndx; /* Index of extended index section */ member
157 Elf64_Word symt_xshndx; member
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c1163 symstate->xshndx.shndx = symtab->symt_xshndx; in process_args()