Symbol: elfedit32_section_t
usr/src/cmd/sgs/include/elfedit.h
132
#define elfedit_section_t elfedit32_section_t
usr/src/cmd/sgs/include/elfedit.h
214
elfedit32_section_t *os_secarr; /* Section data */
usr/src/cmd/sgs/include/elfedit.h
879
const char *elfedit32_dyn_offset_to_str(elfedit32_section_t *strsec,
usr/src/cmd/sgs/include/elfedit.h
885
elfedit32_section_t *dynsec, elfedit32_dyn_elt_t *dyn_strpad);
usr/src/cmd/sgs/include/elfedit.h
889
extern Elf32_Word elfedit32_dynstr_insert(elfedit32_section_t *dynsec,
usr/src/cmd/sgs/include/elfedit.h
890
elfedit32_section_t *strsec, elfedit32_dyn_elt_t *dyn_strpad,
usr/src/cmd/sgs/include/elfedit.h
896
extern void elfedit32_modified_data(elfedit32_section_t *s);
usr/src/cmd/sgs/include/elfedit.h
905
extern void elfedit32_modified_shdr(elfedit32_section_t *s);
usr/src/cmd/sgs/include/elfedit.h
913
extern int elfedit32_name_to_symndx(elfedit32_section_t *symsec,
usr/src/cmd/sgs/include/elfedit.h
914
elfedit32_section_t *strsec, const char *name, elfedit_msg_t msg_type,
usr/src/cmd/sgs/include/elfedit.h
920
extern const char *elfedit32_offset_to_str(elfedit32_section_t *strsec,
usr/src/cmd/sgs/include/elfedit.h
925
extern int elfedit32_sec_findstr(elfedit32_section_t *sec, Elf32_Word tail_ign,
usr/src/cmd/sgs/include/elfedit.h
930
extern elfedit32_section_t *elfedit32_sec_get(
usr/src/cmd/sgs/include/elfedit.h
935
extern elfedit32_section_t *elfedit32_sec_getcap(
usr/src/cmd/sgs/include/elfedit.h
940
extern elfedit32_section_t *elfedit32_sec_getdyn(
usr/src/cmd/sgs/include/elfedit.h
945
extern elfedit32_section_t *elfedit32_sec_getstr(
usr/src/cmd/sgs/include/elfedit.h
950
extern elfedit32_section_t *elfedit32_sec_getsyminfo(
usr/src/cmd/sgs/include/elfedit.h
955
extern elfedit32_section_t *elfedit32_sec_getsymtab(
usr/src/cmd/sgs/include/elfedit.h
964
extern elfedit32_section_t *elfedit32_sec_getversym(
usr/src/cmd/sgs/include/elfedit.h
965
elfedit32_obj_state_t *obj_state, elfedit32_section_t *symsec,
usr/src/cmd/sgs/include/elfedit.h
971
extern elfedit32_section_t *elfedit32_sec_getxshndx(
usr/src/cmd/sgs/include/elfedit.h
972
elfedit32_obj_state_t *obj_state, elfedit32_section_t *symsec,
usr/src/cmd/sgs/include/elfedit.h
979
elfedit32_section_t *sec, int issue_err, elfedit_atoui_sym_t **atoui_list);
usr/src/cmd/sgs/include/elfedit.h
983
extern const char *elfedit32_sec_msgprefix(elfedit32_section_t *sec);
usr/src/cmd/sgs/include/elfedit.h
992
elfedit32_section_t *strsec, elfedit32_section_t *dynsec, const char *str);
usr/src/cmd/sgs/include/elfedit.h
997
elfedit32_section_t *strsec, elfedit32_section_t *dynsec, const char *str);