Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.c390 ndx = elfedit_name_to_shndx(obj_state, argstate.argv[0]); in cmd_body()
547 sh_info = elfedit_name_to_shndx(obj_state, in cmd_body()
579 sh_link = elfedit_name_to_shndx(obj_state, in cmd_body()
H A Dsym.c813 shndx = elfedit_name_to_shndx(argstate->obj_state, in cmd_body_set_st_shndx()
1076 index = elfedit_name_to_shndx(obj_state, in process_args()
H A Dstr.c272 ndx = elfedit_name_to_shndx(obj_state, in process_args()
H A Dehdr.c1131 shstrndx = elfedit_name_to_shndx(obj_state, in cmd_body()
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h1027 #define elfedit_name_to_shndx elfedit64_name_to_shndx macro
1056 #define elfedit_name_to_shndx elfedit32_name_to_shndx macro
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil_machelf.c119 elfedit_name_to_shndx(elfedit_obj_state_t *obj_state, const char *shnam) in elfedit_name_to_shndx() function