Home
last modified time | relevance | path

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

/src/contrib/elftoolchain/libelftc/
H A Dlibelftc_bfdtarget.c46 .bt_elfclass = ELFCLASS32,
54 .bt_elfclass = ELFCLASS32,
61 .bt_elfclass = ELFCLASS32,
69 .bt_elfclass = ELFCLASS32,
77 .bt_elfclass = ELFCLASS32,
85 .bt_elfclass = ELFCLASS32,
94 .bt_elfclass = ELFCLASS32,
102 .bt_elfclass = ELFCLASS32,
109 .bt_elfclass = ELFCLASS32,
117 .bt_elfclass = ELFCLASS32,
[all …]
H A Delftc_bfdtarget.c65 return (tgt->bt_elfclass); in elftc_bfd_target_class()
H A D_libelftc.h41 unsigned int bt_elfclass; /* elf target class (32/64bit). */ member