Searched refs:ETF_ELF (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | libelftc_bfdtarget.c | 44 .bt_type = ETF_ELF, 52 .bt_type = ETF_ELF, 59 .bt_type = ETF_ELF, 67 .bt_type = ETF_ELF, 75 .bt_type = ETF_ELF, 83 .bt_type = ETF_ELF, 92 .bt_type = ETF_ELF, 100 .bt_type = ETF_ELF, 107 .bt_type = ETF_ELF, 115 .bt_type = ETF_ELF, [all …]
|
H A D | libelftc.h | 46 ETF_ELF, enumerator
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | main.c | 689 if (ecp->itf != ETF_ELF) { in create_file() 696 if (ecp->otf != ETF_ELF) { in create_file() 770 if (ecp->otf != ETF_ELF) { in create_file() 1455 if (ecp->otf == ETF_ELF) { in set_output_target() 1651 ecp->itf = ecp->otf = ETF_ELF; in main()
|