Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h219 } elfedit32_obj_state_t; typedef
239 #define elfedit_obj_state_t elfedit32_obj_state_t
370 typedef void elfedit32_cmdcpl_func_t(elfedit32_obj_state_t *state,
884 extern int elfedit32_dynstr_getpad(elfedit32_obj_state_t *obj_state,
899 extern void elfedit32_modified_ehdr(elfedit32_obj_state_t *obj_state);
931 elfedit32_obj_state_t *obj_state, Elf32_Word shndx);
946 elfedit32_obj_state_t *obj_state, Elf32_Word shndx, int);
956 elfedit32_obj_state_t *obj_state, int by_index, Elf32_Word index,
965 elfedit32_obj_state_t *obj_state, elfedit32_section_t *symsec,
972 elfedit32_obj_state_t *obj_state, elfedit32_section_t *symsec,
[all …]
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A D_elfedit.h194 elfedit32_obj_state_t *s32; /* ELFCLASS32 */
H A Dsys.c96 elfedit32_obj_state_t *s = (elfedit32_obj_state_t *)obj_state; in get_obj_state_info()