Searched refs:elfedit_sec_getstr (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/sgs/elfedit/common/ |
H A D | lintsup.c | 110 (void) elfedit_sec_getstr(NULL, 0, 0); in foo()
|
H A D | util_machelf.c | 764 elfedit_sec_getstr(elfedit_obj_state_t *obj_state, Word shndx, in elfedit_sec_getstr() function
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | elfedit.h | 1031 #define elfedit_sec_getstr elfedit64_sec_getstr macro 1060 #define elfedit_sec_getstr elfedit32_sec_getstr macro
|
/titanic_44/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | cap.c | 176 argstate->str.sec = elfedit_sec_getstr(argstate->obj_state, in argstate_add_str() 1072 str_sec = elfedit_sec_getstr(obj_state, cap_sec->sec_shdr->sh_info, 0); in cpl_capid_opt()
|
H A D | syminfo.c | 233 argstate->str.sec = elfedit_sec_getstr(argstate->obj_state, in argstate_add_str()
|
H A D | dyn.c | 263 argstate->strsec = elfedit_sec_getstr(obj_state, in process_args() 1699 strsec = elfedit_sec_getstr(obj_state, in cpl_posflag1()
|
H A D | str.c | 345 argstate->str.sec = elfedit_sec_getstr(obj_state, ndx, 1); in process_args()
|
H A D | phdr.c | 622 strsec = elfedit_sec_getstr(obj_state, in cmd_body_set_interp()
|
H A D | sym.c | 209 symstate->str.sec = elfedit_sec_getstr(argstate->obj_state, in symstate_add_str()
|