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

1 23 4

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 72 #define EI_CLASS 4 /* Class of machine. */
93 /* Values for e_ident[EI_CLASS]. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 72 #define EI_CLASS 4 /* Class of machine. */
93 /* Values for e_ident[EI_CLASS]. */
    [all...]
Elf32Convert.c 139 if (mEhdr->e_ident[EI_CLASS] != ELFCLASS32) {
    [all...]
Elf64Convert.c 142 if (mEhdr->e_ident[EI_CLASS] != ELFCLASS64) {
    [all...]
  /external/elfutils/libdwfl/
frame_unwind.c 324 const int elfclass = frame->cache->e_ident[EI_CLASS];
dwfl_module_getdwarf.c 337 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
395 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32;
    [all...]
dwfl_segment_report_module.c 130 bytes in format EI_CLASS and EI_DATA. */
134 unsigned char ei_class, unsigned char ei_data,
141 switch (ei_class)
333 unsigned char ei_class; local
359 ei_class = e_ident[EI_CLASS];
361 switch (ei_class)
417 bool class32 = ei_class == ELFCLASS32;
605 if (ei_class == ELFCLASS32)
711 ei_class, ei_data
    [all...]
  /external/elfutils/libebl/
eblopenbackend.c 312 result->class = elf->state.elf32.ehdr->e_ident[EI_CLASS];
  /external/elfutils/src/
addr2line.c 592 width = ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 8 : 16;
stack.c 122 width = ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 8 : 16;
elflint.c 355 if (ehdr->e_ident[EI_CLASS] != ELFCLASS32
356 && ehdr->e_ident[EI_CLASS] != ELFCLASS64)
358 EI_CLASS, ehdr->e_ident[EI_CLASS]);
    [all...]
unstrip.c 1113 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
1124 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32;
    [all...]
strip.c     [all...]
  /external/llvm/include/llvm/Object/
ELF.h 32 return std::make_pair((uint8_t)Object[ELF::EI_CLASS],
ELFTypes.h 490 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 166 Header.e_ident[EI_CLASS] = ELFT::Is64Bits ? ELFCLASS64 : ELFCLASS32;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELFTypes.h 474 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }
ELF.h 44 return std::make_pair((uint8_t)Object[ELF::EI_CLASS],
  /art/libelffile/elf/
elf_builder.h 840 elf_header.e_ident[EI_CLASS] = (sizeof(Elf_Addr) == sizeof(Elf32_Addr))
    [all...]
  /bionic/linker/
linker_phdr.cpp 221 int elf_class = header_.e_ident[EI_CLASS];
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
yaml2elf.cpp 194 Header.e_ident[EI_CLASS] = ELFT::Is64Bits ? ELFCLASS64 : ELFCLASS32;
  /external/kmod/libkmod/
libkmod-elf.c 101 switch (p[EI_CLASS]) {
  /external/kmod/port-gnu/
elf.h 122 #define EI_CLASS 4 /* File class byte index */
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/elfutils/libelf/
elf.h 123 #define EI_CLASS 4 /* File class byte index */
    [all...]

Completed in 948 milliseconds

1 23 4