HomeSort by relevance Sort by last modified time
    Searched full:versym (Results 1 - 25 of 51) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-13b.d 20 0x6ffffff0 \(VERSYM\) .*
libdso-2.d 18 +\[ 4\] \.gnu\.version +VERSYM +.*
  /external/llvm/test/Object/
no-section-table.test 27 CHECK: 0x000000006FFFFFF0 VERSYM 0x38C
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_amd64.go 153 versym *[1 << 32]uint16
206 info.versym = nil
219 info.versym = (*[1 << 32]uint16)(unsafe.Pointer(p))
230 info.versym = nil
284 if info.versym != nil && version != 0 && int32(info.versym[chain]&0x7fff) != version {
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux_amd64.go 153 versym *[1 << 32]uint16
206 info.versym = nil
219 info.versym = (*[1 << 32]uint16)(unsafe.Pointer(p))
230 info.versym = nil
284 if info.versym != nil && version != 0 && int32(info.versym[chain]&0x7fff) != version {
  /external/elfutils/tests/
run-readelf-d.sh 57 VERSYM 0x0000000000000460
run-alldts.sh 64 VERSYM 0xdeadbeef
  /bionic/linker/
linker.h 164 const version_info* get_version_info(ElfW(Versym) source_symver) const;
342 const ElfW(Versym)* get_versym(size_t n) const;
348 bool find_verdef_version_index(const version_info* vi, ElfW(Versym)* versym) const;
415 const ElfW(Versym)* versym_;
linker.cpp 251 static const ElfW(Versym) kVersymNotNeeded = 0;
252 static const ElfW(Versym) kVersymGlobal = 1;
607 const ElfW(Versym)* soinfo::get_versym(size_t n) const {
695 bool soinfo::find_verdef_version_index(const version_info* vi, ElfW(Versym)* versym) const {
697 *versym = kVersymNotNeeded;
701 *versym = kVersymGlobal;
707 *versym = verdef->vd_ndx;
744 static const ElfW(Versym) kVersymHiddenBit = 0x8000;
746 static inline bool is_versym_hidden(const ElfW(Versym)* versym)
    [all...]
  /external/llvm/test/tools/llvm-readobj/
dynamic.test 32 ELF-MIPS: 0x6FFFFFF0 VERSYM 0x4C0
70 ELF-MIPS-EXE: 0x6FFFFFF0 VERSYM 0x4003D8
110 ELF-X86-EXE: 0x6FFFFFF0 VERSYM 0x4C0
elf-versioninfo.test 5 CHECK: 0x000000006FFFFFF0 VERSYM 0x24C
  /external/elfutils/libebl/
ebldynamictagname.c 62 res = "VERSYM";
  /toolchain/binutils/binutils-2.25/gold/
dynobj.cc 368 sd->versym = NULL;
428 &sd->versym, &sd->versym_size, &dummy);
720 gold_assert(sd->versym == NULL && sd->verdef == NULL
751 (sd->versym == NULL
753 : sd->versym->data()),
763 if (sd->versym != NULL)
765 delete sd->versym;
766 sd->versym = NULL;
    [all...]
symtab.cc     [all...]
  /external/elfutils/src/
ldgeneric.c 1499 XElf_Versym versym; local
2525 XElf_Versym versym; local
5543 XElf_Versym versym; local
5779 GElf_Versym versym; local
5907 GElf_Versym versym; local
    [all...]
elflint.c 2939 GElf_Versym *versym = gelf_getversym (data, cnt, &versym_mem); local
    [all...]
unstrip.c 543 GElf_Versym *versym = xcalloc (nent, sizeof versym[0]);
547 GElf_Versym *v = gelf_getversym (data, i, &versym[map[i - 1]]);
551 record_new_data (versym);
552 data->d_buf = versym;
542 GElf_Versym *versym = xcalloc (nent, sizeof versym[0]); local
    [all...]
readelf.c 2368 GElf_Versym *versym = gelf_getversym (versym_data, cnt, &versym_mem); local
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
common.h     [all...]
  /toolchain/binutils/binutils-2.25/gold/po/
es.po     [all...]
fi.po     [all...]
id.po     [all...]
it.po     [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
file.go 983 // Versym parallels symbol table, indexing into verneed.
  /prebuilts/go/linux-x86/src/debug/elf/
file.go 983 // Versym parallels symbol table, indexing into verneed.

Completed in 1382 milliseconds

1 2 3