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

1 2

  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
ELF_STT_FILE.s 6 # Test that RTDyldELF ignores STT_FILE symbols, and in particular does
8 # same name as an STT_FILE symbol.
  /external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/X86/
ELF_STT_FILE.s 7 # Test that RTDyldELF ignores STT_FILE symbols, and in particular does
9 # same name as an STT_FILE symbol.
  /external/elfutils/libebl/
eblsymboltypename.c 52 [STT_FILE] = "FILE",
  /external/elfutils/tests/
asm-tst8.c 58 if (asm_newabssym (ctx, "tst8-out.s", 4, 0xfeedbeef, STT_FILE, STB_LOCAL)
166 if (GELF_ST_TYPE (sym->st_info) != STT_FILE)
dwflsyms.c 43 case STT_FILE:
backtrace.c 410 case STT_FILE:
  /external/swiftshader/third_party/LLVM/lib/MC/
MCELF.cpp 39 Type == ELF::STT_FILE || Type == ELF::STT_COMMON ||
50 Type == ELF::STT_FILE || Type == ELF::STT_COMMON ||
ELFObjectWriter.h 72 if (MCELF::GetType(*SymbolData) == ELF::STT_FILE)
74 if (MCELF::GetType(*RHS.SymbolData) == ELF::STT_FILE)
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCELFSymbolFlags.h 41 ELF_STT_File = (ELF::STT_FILE << ELF_STT_Shift),
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELF.h 108 Sym->setType(ELF::STT_FILE);
145 bool isFileType() const { return getType() == ELF::STT_FILE; }
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 73 public static final int STT_FILE = 4;
114 case STT_FILE:
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
ReadElf.java 73 public static final int STT_FILE = 4;
114 case STT_FILE:
  /external/google-breakpad/src/common/linux/
elf_symbols_to_module_unittest.cc 239 ELF32_ST_INFO(STB_GLOBAL, STT_FILE),
356 ELF64_ST_INFO(STB_GLOBAL, STT_FILE),
  /bionic/libc/kernel/uapi/linux/
elf.h 108 #define STT_FILE 4
  /external/elfutils/libdwfl/
dwfl_module_addrsym.c 216 && GELF_ST_TYPE (sym.st_info) != STT_FILE
  /external/kernel-headers/original/uapi/linux/
elf.h 127 #define STT_FILE 4
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
llvm-objcopy.cpp 294 (Config.KeepFileSymbols && Sym.Type == STT_FILE))
298 Sym.getShndx() != SHN_UNDEF && Sym.Type != STT_FILE &&
312 Sym.Type != STT_FILE && Sym.Type != STT_SECTION)
  /external/u-boot/include/
elf.h 387 #define STT_FILE 4 /* file */
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 470 case ELF::STT_FILE:
498 if (ESym->getType() == ELF::STT_FILE || ESym->getType() == ELF::STT_SECTION ||
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 436 #define STT_FILE 4 /* Source file. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 436 #define STT_FILE 4 /* Source file. */
    [all...]
  /external/elfutils/src/
addr2line.c 496 case STT_FILE:
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELFObjectFile.h 550 case ELF::STT_FILE:
578 if (ESym->getType() == ELF::STT_FILE || ESym->getType() == ELF::STT_SECTION)
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]

Completed in 606 milliseconds

1 2