Searched refs:elfedit_shndx_to_name (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/sgs/elfedit/common/ |
H A D | lintsup.c | 116 (void) elfedit_shndx_to_name(NULL, NULL); in foo()
|
H A D | util_machelf.c | 259 elfedit_shndx_to_name(elfedit_obj_state_t *obj_state, Word shndx) in elfedit_shndx_to_name() function
|
/titanic_50/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | sym.c | 283 shndx_name = elfedit_shndx_to_name(obj_state, shndx); in dump_symtab() 506 elfedit_shndx_to_name(argstate->obj_state, in print_symstate() 898 elfedit_shndx_to_name(argstate->obj_state, in cmd_body_set_st_shndx() 900 elfedit_shndx_to_name(argstate->obj_state, st_shndx)); in cmd_body_set_st_shndx() 907 elfedit_shndx_to_name(argstate->obj_state, st_shndx)); in cmd_body_set_st_shndx() 917 elfedit_shndx_to_name(argstate->obj_state, in cmd_body_set_st_shndx() 919 elfedit_shndx_to_name(argstate->obj_state, xshndx)); in cmd_body_set_st_shndx() 929 elfedit_shndx_to_name(argstate->obj_state, xshndx)); in cmd_body_set_st_shndx()
|
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | elfedit.h | 1037 #define elfedit_shndx_to_name elfedit64_shndx_to_name macro 1066 #define elfedit_shndx_to_name elfedit32_shndx_to_name macro
|