Home
last modified time | relevance | path

Searched refs:elfedit_type_to_shndx (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.c386 ndx = elfedit_type_to_shndx(obj_state, in cmd_body()
550 sh_info = elfedit_type_to_shndx(obj_state, in cmd_body()
582 sh_link = elfedit_type_to_shndx(obj_state, in cmd_body()
H A Dsym.c810 shndx = elfedit_type_to_shndx(argstate->obj_state, in cmd_body_set_st_shndx()
1089 index = elfedit_type_to_shndx(obj_state, in process_args()
H A Dstr.c281 ndx = elfedit_type_to_shndx(obj_state, in process_args()
H A Dehdr.c1127 shstrndx = elfedit_type_to_shndx(obj_state, in cmd_body()
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h1045 #define elfedit_type_to_shndx elfedit64_type_to_shndx macro
1074 #define elfedit_type_to_shndx elfedit32_type_to_shndx macro
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil_machelf.c154 elfedit_type_to_shndx(elfedit_obj_state_t *obj_state, Word shtype) in elfedit_type_to_shndx() function