Searched refs:xshndx (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c170 } xshndx; member in struct:__anon1522
224 if (symstate->xshndx.sec != NULL)
227 symstate->xshndx.sec = elfedit_sec_getxshndx(argstate->obj_state,
228 symstate->sym.sec, &symstate->xshndx.data, &symstate->xshndx.n);
268 if (symstate->xshndx.shndx != SHN_UNDEF)
281 if ((shndx == SHN_XINDEX) && (symstate->xshndx.sec != NULL))
282 shndx = symstate->xshndx.data[ndx];
363 (symstate1->xshndx.shndx != SHN_UNDEF)) {
366 ndx1 = symstate1->xshndx
796 Word shndx, st_shndx, xshndx; local
[all...]
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c701 int ndx, GElf_Sym *symptr, Elf32_Word *xshndx)
705 if (shndxdata && xshndx) {
712 *xshndx = (((Elf32_Word *)shndxdata->d_buf)[ndx]);
715 *xshndx = 0;
722 int ndx, GElf_Sym *symptr, Elf32_Word xshndx)
733 ((Elf32_Word *)shndxdata->d_buf)[ndx] = xshndx;
700 gelf_getsymshndx(Elf_Data *symdata, Elf_Data *shndxdata, int ndx, GElf_Sym *symptr, Elf32_Word *xshndx) argument
721 gelf_update_symshndx(Elf_Data *symdata, Elf_Data *shndxdata, int ndx, GElf_Sym *symptr, Elf32_Word xshndx) argument
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h970 Elf32_Word **xshndx, Elf32_Word *num);
973 Elf64_Word **xshndx, Elf64_Word *num);
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil_machelf.c625 * xshndx - Address of variable to recieve pointer to section index
632 * variables referenced by xshndx, and numxshndx. On failure,
644 elfedit_section_t *symsec, Word **xshndx, Word *num)
674 *xshndx = (Word *) xshndxsec->sec_data->d_buf;
643 elfedit_sec_getxshndx(elfedit_obj_state_t *obj_state, elfedit_section_t *symsec, Word **xshndx, Word *num) argument

Completed in 84 milliseconds