Searched refs:ELFCLASS64 (Results 1 - 25 of 79) sorted by relevance

1234

/freebsd-13-stable/contrib/elftoolchain/libelftc/
H A Dlibelftc_bfdtarget.c226 .bt_elfclass = ELFCLASS64,
234 .bt_elfclass = ELFCLASS64,
243 .bt_elfclass = ELFCLASS64,
250 .bt_elfclass = ELFCLASS64,
258 .bt_elfclass = ELFCLASS64,
266 .bt_elfclass = ELFCLASS64,
274 .bt_elfclass = ELFCLASS64,
281 .bt_elfclass = ELFCLASS64,
289 .bt_elfclass = ELFCLASS64,
297 .bt_elfclass = ELFCLASS64,
[all...]
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dgelf_checksum.c43 return (_libelf_checksum(e, ELFCLASS64));
51 ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64)) {
H A D_libelf_config.h40 #define LIBELF_CLASS ELFCLASS64
46 #define LIBELF_CLASS ELFCLASS64
68 #define LIBELF_CLASS ELFCLASS64
88 #define LIBELF_CLASS ELFCLASS64
100 #define LIBELF_CLASS ELFCLASS64
106 #define LIBELF_CLASS ELFCLASS64
112 #define LIBELF_CLASS ELFCLASS64
146 #define LIBELF_CLASS ELFCLASS64
185 #elif LIBELF_CLASS == ELFCLASS64
188 #error LIBELF_CLASS needs to be one of ELFCLASS32 or ELFCLASS64
[all...]
H A Dgelf_fsize.c43 return (_libelf_fsize(t, ELFCLASS64, v, c));
55 if (e->e_class == ELFCLASS32 || e->e_class == ELFCLASS64)
H A Delf_shstrndx.c41 ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64)) {
73 ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64) ||
H A Dgelf_ehdr.c47 return (_libelf_ehdr(e, ELFCLASS64, 0));
58 ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64)) {
86 assert(ec == ELFCLASS64);
88 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL)
104 return (_libelf_ehdr(e, ELFCLASS64, 1));
111 (ec == ELFCLASS32 || ec == ELFCLASS64))
127 ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64)) {
142 if (ec == ELFCLASS64) {
H A Dgelf_phdr.c45 return (_libelf_getphdr(e, ELFCLASS64));
59 ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64) ||
88 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL ||
89 (ep64 = _libelf_getphdr(e, ELFCLASS64)) == NULL)
109 return (_libelf_newphdr(e, ELFCLASS64, count));
132 ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64) ||
153 if (ec == ELFCLASS64) {
H A Delf_phnum.c41 ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64)) {
H A Delf_shnum.c41 ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64)) {
H A Dgelf_shdr.c46 return (_libelf_getshdr(s, ELFCLASS64));
66 assert(ec == ELFCLASS32 || ec == ELFCLASS64);
99 ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64)) {
111 if (ec == ELFCLASS64) {
H A Dlibelf_elfmachine.c57 case ELFCLASS64:
H A Dgelf_chdr.c48 return (_libelf_getchdr(s, ELFCLASS64));
68 assert(ec == ELFCLASS32 || ec == ELFCLASS64);
H A Dgelf_xlate.c45 return _libelf_xlate(dst, src, encoding, ELFCLASS64, EM_NONE,
59 return _libelf_xlate(dst, src, encoding, ELFCLASS64, EM_NONE,
H A Dgelf_cap.c58 assert(ec == ELFCLASS32 || ec == ELFCLASS64);
117 assert(ec == ELFCLASS32 || ec == ELFCLASS64);
H A Dgelf_dyn.c58 assert(ec == ELFCLASS32 || ec == ELFCLASS64);
118 assert(ec == ELFCLASS32 || ec == ELFCLASS64);
H A Dgelf_syminfo.c56 assert(ec == ELFCLASS32 || ec == ELFCLASS64);
117 assert(ec == ELFCLASS32 || ec == ELFCLASS64);
H A Dgelf_symshndx.c59 assert(ec == ELFCLASS32 || ec == ELFCLASS64);
111 assert(ec == ELFCLASS32 || ec == ELFCLASS64);
H A Dgelf_mips64el.c36 return (e->e_kind == ELF_K_ELF && e->e_class == ELFCLASS64 &&
H A Dlibelf_memory.c75 ELFCLASS64))
H A Delf_flag.c91 ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64)) {
153 ((ec = e->e_class) != ELFCLASS32 && ec != ELFCLASS64)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF.cpp42 if (Data.data()[llvm::ELF::EI_CLASS] == ELF::ELFCLASS64) {
/freebsd-13-stable/sys/riscv/include/
H A Delf.h69 #define ELF_TARG_CLASS ELFCLASS64
/freebsd-13-stable/sys/powerpc/include/
H A Delf.h109 #define ELF_TARG_CLASS ELFCLASS64
/freebsd-13-stable/sys/x86/include/
H A Delf.h146 #define ELF_TARG_CLASS ELFCLASS64
/freebsd-13-stable/lib/libkvm/
H A Dkvm_minidump_mips.c68 kd->nlehdr.e_ident[EI_CLASS] != ELFCLASS64)
98 if (kd->nlehdr.e_ident[EI_CLASS] == ELFCLASS64 ||
173 if (kd->nlehdr.e_ident[EI_CLASS] == ELFCLASS64) {
252 if (kd->nlehdr.e_ident[EI_CLASS] != ELFCLASS64)
344 if (kd->nlehdr.e_ident[EI_CLASS] == ELFCLASS64) {

Completed in 193 milliseconds

1234