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

1 2 3 4

  /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/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 44 case STT_FILE:
backtrace.c 401 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:
  /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),
  /external/syslinux/com32/include/sys/
elfcommon.h 256 #define STT_FILE 4 /* Symbol's name is file name */
  /bionic/libc/kernel/uapi/linux/
elf.h 108 #define STT_FILE 4
  /external/elfutils/libdwfl/
dwfl_module_addrsym.c 212 && GELF_ST_TYPE (sym.st_info) != STT_FILE
  /external/kernel-headers/original/uapi/linux/
elf.h 127 #define STT_FILE 4
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 135 #define STT_FILE 4
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 470 case ELF::STT_FILE:
498 if (ESym->getType() == ELF::STT_FILE || ESym->getType() == ELF::STT_SECTION ||
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ReadElf.java 78 public static final int STT_FILE = 4;
139 case STT_FILE:
    [all...]
  /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 510 case STT_FILE:
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h     [all...]
  /toolchain/binutils/binutils-2.27/include/elf/
common.h 716 #define STT_FILE 4 /* Symbol gives a file name */
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 532 case ELF::STT_FILE:
560 if (ESym->getType() == ELF::STT_FILE || ESym->getType() == ELF::STT_SECTION)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
ELFObjectFile.h 533 case ELF::STT_FILE:
561 if (ESym->getType() == ELF::STT_FILE || ESym->getType() == ELF::STT_SECTION)
    [all...]

Completed in 492 milliseconds

1 2 3 4