HomeSort by relevance Sort by last modified time
    Searched refs:EI_CLASS (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/elfutils/libdw/
dwarf_frame_cfa.c 62 fs->cache->e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8, 4,
encoded-value.h 57 return e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8;
80 width = width ?: cache->e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8;
dwarf_frame_register.c 96 unsigned int address_size = (fs->cache->e_ident[EI_CLASS] == ELFCLASS32
dwarf_next_lines.c 173 address_size = ident[EI_CLASS] == ELFCLASS32 ? 4 : 8;
cie.c 125 = cache->e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8;
dwarf_next_cfi.c 145 uint_fast8_t address_size = e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8;
  /external/minijail/
elfparse.c 78 (pHeader[EI_CLASS] == ELFCLASS64)) {
82 (pHeader[EI_CLASS] == ELFCLASS64)) {
86 (pHeader[EI_CLASS] == ELFCLASS32)) {
90 (pHeader[EI_CLASS] == ELFCLASS32)) {
  /external/elfutils/libelf/
elf-knowledge.h 78 && (Ehdr)->e_ident[EI_CLASS] == ELFCLASS64) ? 8 : 4)
common.h 53 int eclass = (int) ((unsigned char *) buf)[EI_CLASS];
elf_begin.c 89 bool is32 = e_ident[EI_CLASS] == ELFCLASS32;
272 if (unlikely ((e_ident[EI_CLASS] != ELFCLASS32
273 && e_ident[EI_CLASS] != ELFCLASS64)
292 if (e_ident[EI_CLASS] == ELFCLASS32)
326 elf->class = e_ident[EI_CLASS];
328 if (e_ident[EI_CLASS] == ELFCLASS32)
610 if ((size_t) nread >= (mem.header[EI_CLASS] == ELFCLASS32
    [all...]
  /external/google-breakpad/src/common/linux/
elfutils.cc 58 assert(elf_header->e_ident[EI_CLASS] == ElfClass::kClass);
93 assert(elf_header->e_ident[EI_CLASS] == ElfClass::kClass);
118 return elf_header->e_ident[EI_CLASS];
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
ElfLoader.c 39 if (Hdr->e_ident[EI_CLASS] != ELFCLASS32) {
62 if (Hdr->e_ident[EI_CLASS] != ELFCLASS64) {
101 if (Hdr32->e_ident[EI_CLASS] == ELFCLASS32) {
115 } else if (Hdr32->e_ident[EI_CLASS] == ELFCLASS64) {
  /external/u-boot/tools/
prelink-riscv.c 93 bool is64 = e_ident[EI_CLASS] == ELFCLASS64;
  /external/linux-kselftest/tools/testing/selftests/kvm/lib/
elf.c 46 TEST_ASSERT(ident[EI_CLASS] == ELFCLASS64,
49 " ident[EI_CLASS]: %02x\n"
52 ident[EI_CLASS], ELFCLASS64);
  /external/u-boot/drivers/net/pfe_eth/
pfe_firmware.c 49 if (elf_hdr->e_ident[EI_CLASS] != ELFCLASS32) {
51 elf_hdr->e_ident[EI_CLASS]);
  /external/elfutils/libdwfl/
elf-from-memory.c 127 switch (buffer[EI_CLASS])
200 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32;
226 switch (ehdr.e32.e_ident[EI_CLASS])
308 switch (ehdr.e32.e_ident[EI_CLASS])
linux-proc-maps.c 71 unsigned char buf[EI_CLASS + 1];
77 || (buf[EI_CLASS] != ELFCLASS64 && buf[EI_CLASS] != ELFCLASS32))
80 return buf[EI_CLASS];
  /external/libunwind/src/coredump/
_UCD_create.c 114 if (elf_header32.e_ident[EI_CLASS] != ELFCLASS32
115 && elf_header32.e_ident[EI_CLASS] != ELFCLASS64)
127 _64bits = (elf_header32.e_ident[EI_CLASS] == ELFCLASS64);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
ElfConvert.c 180 EiClass = (*FileBuffer)[EI_CLASS];
190 Error (NULL, 0, 3000, "Unsupported", "ELF EI_CLASS not supported.");
  /development/vndk/tools/definition-tool/tools/
remove_dt_needed.py 13 'ei_class ei_data ei_version ei_osabi e_type e_machine e_version '
64 EI_CLASS = 4
112 ei_class = _extract_buf_byte(buf, EI_CLASS)
113 if ei_class not in (ELFCLASS32, ELFCLASS64):
115 is_32bit = ei_class == ELFCLASS32
  /external/libunwind/src/
elfxx.h 99 && e_ident[EI_CLASS] == ELF_CLASS && e_ident[EI_VERSION] != EV_NONE
117 return e_ident[EI_CLASS] == ELF_CLASS && e_ident[EI_VERSION] != EV_NONE
  /external/elfutils/libasm/
asm_begin.c 103 ehdr->e_ident[EI_CLASS] = class;
  /external/elfutils/tests/
asm-tst1.c 39 [EI_CLASS] = ELFCLASS32,
asm-tst2.c 39 [EI_CLASS] = ELFCLASS32,
saridx.c 202 ehdr.e_ident[EI_CLASS] == ELFCLASS32

Completed in 273 milliseconds

1 2 3 4