Home
last modified time | relevance | path

Searched refs:EI_CLASS (Results 1 – 25 of 56) sorted by relevance

123

/dragonfly/contrib/binutils-2.27/binutils/
H A Delfedit.c118 class = elf_header.e_ident[EI_CLASS]; in update_elf_header()
232 switch (elf_header.e_ident[EI_CLASS]) in get_file_header()
236 elf_header.e_ident[EI_CLASS]); in get_file_header()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delfcore.h112 if (x_ehdr.e_ident[EI_CLASS] != ELFCLASS) in elf_core_file_p()
359 || x_ehdr.e_ident[EI_CLASS] != ELFCLASS) in NAME()
H A Delf-eh-frame.c1243 if (elf_elfheader (abfd)->e_ident[EI_CLASS] == ELFCLASS64) in find_merged_cie()
2477 if (elf_elfheader (abfd)->e_ident[EI_CLASS] == ELFCLASS64 in write_dwarf_eh_frame_hdr()
2484 if (elf_elfheader (abfd)->e_ident[EI_CLASS] == ELFCLASS64 in write_dwarf_eh_frame_hdr()
2547 return elf_elfheader (abfd)->e_ident[EI_CLASS] == ELFCLASS64 ? 8 : 4; in _bfd_elf_eh_frame_address_size()
/dragonfly/contrib/elftoolchain/libelf/
H A Dlibelf_memory.c66 e_class = image[EI_CLASS]; in _libelf_memory()
H A Delf_update.c532 eh_class = eh32->e_ident[EI_CLASS]; in _libelf_resync_elf()
538 eh_class = eh64->e_ident[EI_CLASS]; in _libelf_resync_elf()
578 (E)->e_ident[EI_CLASS] = (unsigned char) (EC); \ in _libelf_resync_elf()
H A Dlibelf_ehdr.c92 eh->e_ident[EI_CLASS] = ELFCLASS##SZ; \
/dragonfly/contrib/binutils-2.34/gold/
H A Dbinary.cc283 e_ident[elfcpp::EI_CLASS] = elfcpp::ELFCLASS32; in write_file_header()
285 e_ident[elfcpp::EI_CLASS] = elfcpp::ELFCLASS64; in write_file_header()
/dragonfly/contrib/binutils-2.27/gold/
H A Dbinary.cc283 e_ident[elfcpp::EI_CLASS] = elfcpp::ELFCLASS32; in write_file_header()
285 e_ident[elfcpp::EI_CLASS] = elfcpp::ELFCLASS64; in write_file_header()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsimple-object-elf.c99 #define EI_CLASS 4 /* File class */ macro
384 ei_class = header[EI_CLASS]; in simple_object_elf_match()
725 buf[EI_CLASS] = cl; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gdb-7/libiberty/
H A Dsimple-object-elf.c99 #define EI_CLASS 4 /* File class */ macro
384 ei_class = header[EI_CLASS]; in simple_object_elf_match()
724 buf[EI_CLASS] = cl; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsimple-object-elf.c99 #define EI_CLASS 4 /* File class */ macro
384 ei_class = header[EI_CLASS]; in simple_object_elf_match()
724 buf[EI_CLASS] = cl; in simple_object_elf_write_ehdr()
/dragonfly/contrib/binutils-2.34/binutils/
H A Delfedit.c110 if (elf_header.e_ident[EI_CLASS] == ELFCLASS32) in update_gnu_property()
322 class = elf_header.e_ident[EI_CLASS]; in update_elf_header()
442 switch (elf_header.e_ident[EI_CLASS]) in get_file_header()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delfcore.h104 if (x_ehdr.e_ident[EI_CLASS] != ELFCLASS) in elf_core_file_p()
H A Delf-eh-frame.c1225 if (elf_elfheader (abfd)->e_ident[EI_CLASS] == ELFCLASS64) in find_merged_cie()
2287 if (elf_elfheader (abfd)->e_ident[EI_CLASS] == ELFCLASS64 in write_dwarf_eh_frame_hdr()
2294 if (elf_elfheader (abfd)->e_ident[EI_CLASS] == ELFCLASS64 in write_dwarf_eh_frame_hdr()
2358 return elf_elfheader (abfd)->e_ident[EI_CLASS] == ELFCLASS64 ? 8 : 4; in _bfd_elf_eh_frame_address_size()
/dragonfly/contrib/gdb-7/bfd/
H A Delfcore.h105 if (x_ehdr.e_ident[EI_CLASS] != ELFCLASS) in elf_core_file_p()
/dragonfly/contrib/file/src/
H A Dreadelf.h161 #define EI_CLASS 4 macro
/dragonfly/lib/libc/gen/
H A Dnlist.c214 ehdr->e_ident[EI_CLASS] == ELF_TARG_CLASS && in __elf_is_okay__()
/dragonfly/sys/sys/
H A Delf_common.h60 #define EI_CLASS 4 /* Class of machine. */ macro
/dragonfly/sys/platform/pc64/x86_64/
H A Ddump_machdep.c286 ehdr.e_ident[EI_CLASS] = ELF_CLASS; in md_dumpsys()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dsimple-object-elf.c103 #define EI_CLASS 4 /* File class */ macro
454 ei_class = header[EI_CLASS]; in simple_object_elf_match()
804 buf[EI_CLASS] = cl; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsimple-object-elf.c103 #define EI_CLASS 4 /* File class */ macro
454 ei_class = header[EI_CLASS]; in simple_object_elf_match()
796 buf[EI_CLASS] = cl; in simple_object_elf_write_ehdr()
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h47 #define EI_CLASS 4 /* File class */ macro
/dragonfly/libexec/rtld-elf/
H A Dmap_object.c352 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS || in get_elf_header()
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h47 #define EI_CLASS 4 /* File class */ macro
/dragonfly/usr.bin/gcore/
H A Delfcore.c290 ehdr->e_ident[EI_CLASS] = ELF_CLASS; in elf_puthdr()

123