Home
last modified time | relevance | path

Searched refs:os_dynndx (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit_machelf.c144 tstate.os_dynndx = SHN_UNDEF; in elfedit64_init_obj_state()
188 tstate.os_dynndx = ndx; in elfedit64_init_obj_state()
357 if (obj_state->os_dynndx != SHN_UNDEF) { in elfedit64_init_obj_state()
365 dynsec = &obj_state->os_secarr[obj_state->os_dynndx]; in elfedit64_init_obj_state()
397 EC_WORD(obj_state->os_dynndx), in elfedit64_init_obj_state()
412 EC_WORD(obj_state->os_dynndx), in elfedit64_init_obj_state()
418 EC_WORD(obj_state->os_dynndx), in elfedit64_init_obj_state()
H A Dutil_machelf.c416 if (obj_state->os_dynndx != SHN_UNDEF) { in elfedit_sec_getdyn()
417 cache = &obj_state->os_secarr[obj_state->os_dynndx]; in elfedit_sec_getdyn()
1008 if (obj_state->os_dynndx != SHN_UNDEF) { in elfedit_strtab_insert_test()
1009 dynsec = &obj_state->os_secarr[obj_state->os_dynndx]; in elfedit_strtab_insert_test()
1094 if (obj_state->os_dynndx != SHN_UNDEF) { in elfedit_strtab_insert()
1095 dynsec = &obj_state->os_secarr[obj_state->os_dynndx]; in elfedit_strtab_insert()
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h210 Elf32_Word os_dynndx; /* Index of dynamic section */ member
226 Elf64_Word os_dynndx; member
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c357 if (obj_state->os_dynndx != SHN_UNDEF) { in process_args()
359 &obj_state->os_secarr[obj_state->os_dynndx]; in process_args()
H A Ddyn.c1613 if ((obj_state == NULL) || (obj_state->os_dynndx == SHN_UNDEF)) { in cpl_eltarg()
1619 cache = &obj_state->os_secarr[obj_state->os_dynndx]; in cpl_eltarg()
1682 if ((obj_state == NULL) || obj_state->os_dynndx == SHN_UNDEF) in cpl_posflag1()