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

1 2 3 4

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
type-noifunc.s 20 .type common,STT_COMMON
type.s 36 .type common,STT_COMMON
  /prebuilts/go/darwin-x86/src/debug/elf/
elf_test.go 30 {STT_COMMON, "STT_COMMON"},
  /prebuilts/go/linux-x86/src/debug/elf/
elf_test.go 30 {STT_COMMON, "STT_COMMON"},
  /external/elfutils/libebl/
eblsymboltypename.c 53 [STT_COMMON] = "COMMON",
  /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 ||
MCELFStreamer.cpp 174 MCELF::SetType(SD, ELF::STT_COMMON);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCELFSymbolFlags.h 42 ELF_STT_Common = (ELF::STT_COMMON << ELF_STT_Shift),
  /external/llvm/lib/MC/
MCSymbolELF.cpp 111 case ELF::STT_COMMON:
139 return ELF::STT_COMMON;
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 74 public static final int STT_COMMON = 5;
116 case STT_COMMON:
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
dw2-compress-3a.d 4 #name: DWARF2 debugging information 3 w/o STT_COMMON
dw2-compress-3b.d 4 #name: DWARF2 debugging information 3 with STT_COMMON
dw2-compressed-3a.d 4 #name: DWARF2 debugging information 3 with SHF_COMPRESSED w/o STT_COMMON
dw2-compressed-3b.d 4 #name: DWARF2 debugging information 3 with SHF_COMPRESSED with STT_COMMON
  /external/elfutils/tests/
dwflsyms.c 46 case STT_COMMON:
  /external/syslinux/com32/include/sys/
elfcommon.h 257 #define STT_COMMON 5 /* Symbol is a common data object */
  /bionic/libc/kernel/uapi/linux/
elf.h 109 #define STT_COMMON 5
  /external/kernel-headers/original/uapi/linux/
elf.h 128 #define STT_COMMON 5
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 136 #define STT_COMMON 5
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 475 case ELF::STT_COMMON:
520 if (ESym->getType() == ELF::STT_COMMON || ESym->st_shndx == ELF::SHN_COMMON)
ELFTypes.h 243 return getType() == ELF::STT_COMMON || st_shndx == ELF::SHN_COMMON;
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ReadElf.java 79 public static final int STT_COMMON = 5;
141 case STT_COMMON:
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 437 #define STT_COMMON 5 /* Uninitialized common block. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 437 #define STT_COMMON 5 /* Uninitialized common block. */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h     [all...]

Completed in 406 milliseconds

1 2 3 4