Searched refs:elfedit_test_osabi (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/sgs/elfedit/common/ |
H A D | util_machelf.c | 334 elfedit_test_osabi(elfedit_obj_state_t *obj_state, uchar_t osabi, in elfedit_test_osabi() function 373 (void) elfedit_test_osabi(obj_state, ELFOSABI_SOLARIS, 1); in elfedit_sec_getcap() 521 if (elfedit_test_osabi(obj_state, ELFOSABI_SOLARIS, 0)) { in elfedit_sec_issymtab() 876 if (!elfedit_test_osabi(obj_state, ELFOSABI_SOLARIS, 0)) in elfedit_dynstr_getpad()
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | elfedit.h | 1041 #define elfedit_test_osabi elfedit64_test_osabi macro 1070 #define elfedit_test_osabi elfedit32_test_osabi macro
|
/titanic_44/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | dyn.c | 309 elfedit_test_osabi(argstate->obj_state, ELFOSABI_SOLARIS, 0); in print_dyn() 989 if (elfedit_test_osabi(argstate->obj_state, in cmd_body_runpath() 1249 (void) elfedit_test_osabi(argstate.obj_state, in cmd_body()
|
H A D | syminfo.c | 494 if (elfedit_test_osabi(argstate->obj_state, in needed_to_boundto()
|