Searched refs:elfedit_sec_findstr (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/sgs/elfedit/common/ |
H A D | util_machelf.c | 808 elfedit_sec_findstr(elfedit_section_t *sec, Word tail_ign, in elfedit_sec_findstr() function 926 if (elfedit_sec_findstr(strsec, tail_ign, str, &len)) in elfedit_dynstr_insert() 1038 if (elfedit_sec_findstr(strsec, tail_ign, str, &len) != 0) in elfedit_strtab_insert_test() 1121 if (elfedit_sec_findstr(strsec, 0, str, &len)) in elfedit_strtab_insert()
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | elfedit.h | 1027 #define elfedit_sec_findstr elfedit64_sec_findstr macro 1056 #define elfedit_sec_findstr elfedit32_sec_findstr macro
|
/titanic_44/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | syminfo.c | 506 have_string = elfedit_sec_findstr(argstate->str.sec, in needed_to_boundto()
|
H A D | str.c | 402 if (elfedit_sec_findstr(argstate->str.sec, 0, argv[0], in process_args()
|
H A D | dyn.c | 826 if (elfedit_sec_findstr(strsec, in cmd_body_value()
|