Home
last modified time | relevance | path

Searched refs:bt_machine (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_bfdtarget.c47 .bt_machine = EM_AVR,
62 .bt_machine = EM_ARM,
70 .bt_machine = EM_MIPS,
78 .bt_machine = EM_386,
86 .bt_machine = EM_386,
95 .bt_machine = EM_IA_64,
110 .bt_machine = EM_ARM,
118 .bt_machine = EM_MIPS,
126 .bt_machine = EM_PPC,
134 .bt_machine = EM_PPC,
[all …]
H A Delftc_bfdtarget.c72 return (tgt->bt_machine); in elftc_bfd_target_machine()
H A D_libelftc.h42 unsigned int bt_machine; /* elf target arch. */ member