HomeSort by relevance Sort by last modified time
    Searched refs:ET_REL (Results 26 - 50 of 56) sorted by null

12 3

  /external/vixl/examples/aarch32/
disasm-a32.cc 175 if (ehdr_->e_type == ET_REL) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELFObjectFile.h 491 if (Header->e_type == ELF::ET_REL) {
794 if (EF.getHeader()->e_type != ELF::ET_REL)
    [all...]
  /external/elfutils/libelf/
elf32_updatenull.c 230 if (ehdr->e_type != ET_REL)
  /external/u-boot/include/
elf.h 129 #define ET_REL 1 /* relocatable file */
  /external/elfutils/libdwfl/
relocate.c 124 file might not match. However, some tools did produce ET_REL
171 this is an ET_REL .debug file with no .symtab of its own;
202 /* Handle an undefined symbol. We really only support ET_REL for Linux
299 if (m->e_type != ET_REL)
306 /* In an ET_REL file, the symbol table values are relative
751 assert (mod->e_type == ET_REL);
link_map.c 191 if (likely (mod->e_type != ET_REL) && mod->main.elf != NULL)
linux-kernel-modules.c 298 if (!m->gc && m->e_type != ET_REL && !strcmp (m->name, "kernel"))
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.cpp 799 ET_REL,
916 ET_REL,
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 133 #define ET_REL 1 /* Relocatable. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 133 #define ET_REL 1 /* Relocatable. */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 111 ET_REL = 1, // Relocatable file
    [all...]
  /external/elfutils/src/
elfcmp.c 323 && ehdr1->e_type != ET_REL)
nm.c     [all...]
  /external/elfutils/tests/
varlocs.c 286 /* XXX In ET_REL files there might be an .eh_frame with relocations
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 112 ET_REL = 1, // Relocatable file
    [all...]
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 29 ECase(ET_REL)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp 137 ElfHdr.emitWord16(ELF::ET_REL); // e_type
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h 114 ET_REL = 1, // Relocatable file
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 112 ET_REL = 1, // Relocatable file
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.cpp 496 Str.writeLE16(ET_REL); // e_type
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 327 write16(ELF::ET_REL); // e_type
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
ELFYAML.cpp 34 ECase(ET_REL);
  /external/kmod/port-gnu/
elf.h 162 #define ET_REL 1 /* Relocatable file */
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp 104 Write16(ELF::ET_REL); // e_type
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
ELFObjectWriter.cpp 432 W.write<uint16_t>(ELF::ET_REL); // e_type
    [all...]

Completed in 923 milliseconds

12 3