HomeSort by relevance Sort by last modified time
    Searched refs:STV_DEFAULT (Results 1 - 16 of 16) sorted by null

  /external/llvm/lib/MC/
MCELF.cpp 58 assert(Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_INTERNAL ||
68 assert(Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_INTERNAL ||
ELFObjectWriter.cpp 612 ELF::STV_DEFAULT, SectionIndexMap.lookup(&Section),
    [all...]
  /external/llvm/include/llvm/MC/
MCELFSymbolFlags.h 47 ELF_STV_Default = (ELF::STV_DEFAULT << ELF_STV_Shift),
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 130 STV_DEFAULT, NULL, NULL, object);
192 data.vis = STV_DEFAULT;
250 0, STV_DEFAULT, *size, &addralign, object);
    [all...]
elf.h 210 STV_DEFAULT = 0, /* Default symbol visibility rules */
elf.c 307 entry->vis = STV_DEFAULT;
385 entry->vis = STV_DEFAULT;
  /art/compiler/
elf_writer_quick.cc 410 dynsym[SYM_OATDATA].st_other = llvm::ELF::STV_DEFAULT;
417 dynsym[SYM_OATEXEC].st_other = llvm::ELF::STV_DEFAULT;
424 dynsym[SYM_OATLASTWORD].st_other = llvm::ELF::STV_DEFAULT;
  /bionic/libc/include/sys/
exec_elf.h 505 #define STV_DEFAULT 0 /* use binding type */
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 480 #define STV_DEFAULT 0 /* Default symbol visibility rules */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 480 #define STV_DEFAULT 0 /* Default symbol visibility rules */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 480 #define STV_DEFAULT 0 /* Default symbol visibility rules */
    [all...]
  /external/elfutils/libelf/
elf.h 490 #define STV_DEFAULT 0 /* Default symbol visibility rules */
    [all...]
  /external/elfutils/src/
ldgeneric.c     [all...]
readelf.c 804 case STV_DEFAULT:
    [all...]
  /external/valgrind/main/perf/
tinycc.c 483 #define STV_DEFAULT 0 /* Default symbol visibility rules */
    [all...]

Completed in 1046 milliseconds