Home
last modified time | relevance | path

Searched refs:Ndx (Results 1 – 25 of 57) sorted by relevance

123

/external/llvm/test/tools/llvm-readobj/
Dgnu-symbols.test9 ELF32-NEXT: Num: Value Size Type Bind Vis Ndx Name
17 ELF64-NEXT: Num: Value Size Type Bind Vis Ndx Name
26 DYN-NEXT: Num: Value Size Type Bind Vis Ndx Name
34 DYN-NEXT: Num: Value Size Type Bind Vis Ndx Name
/external/llvm-project/lld/test/ELF/
Dmips-micro-plt.s19 # CHECK: Num: Value Size Type Bind Vis Ndx Name
23 # CHECK: Num: Value Size Type Bind Vis Ndx Name
35 # CHECK: Address Initial Sym.Val. Type Ndx Name
Dmips-got-weak.s29 # NOSYM-NEXT: Access Initial Sym.Val. Type Ndx Name
40 # SYM-NEXT: Access Initial Sym.Val. Type Ndx Name
Dsection-symbol-gap.s24 # EXE-NEXT: Num: Value Size Type Bind Vis Ndx Name
37 # RO-NEXT: Num: Value Size Type Bind Vis Ndx Name
Dformat-binary.test16 # RO: Value Size Type Bind Vis Ndx Name
35 # EXE: Size Type Bind Vis Ndx Name
Das-needed-weak.s14 # CHECK-NEXT: Num: Value Size Type Bind Vis Ndx Name
Dgnu-hash-table-copy.s15 # CHECK-NEXT: Num: Value Size Type Bind Vis Ndx Name
Dmerge-sym-gc.s31 # CHECK-NEXT: Num: Value {{.*}} Ndx Name
Dversion-script-local-preemptible.s20 # CHECK-NEXT: Num: Value Size Type Bind Vis Ndx Name
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dhash-symbols.test13 # HASH-32-NEXT: Num Buc: Value Size Type Bind Vis Ndx Name
21 # HASH-32-NEXT: Num Buc: Value Size Type Bind Vis Ndx Name
29 # HASH-64-NEXT: Num Buc: Value Size Type Bind Vis Ndx Name
37 # HASH-64-NEXT: Num Buc: Value Size Type Bind Vis Ndx Name
118 # UNNAMED-SEC-SYMS-NEXT: Num {{.*}} Ndx Name
128 # UNNAMED-SEC-SYMS-NEXT: Num {{.*}} Ndx Name
141 # ONLY-HASH-32-NEXT: Num Buc: Value Size Type Bind Vis Ndx Name
201 # ONLY-GNUHASH-32-NEXT: Num Buc: Value Size Type Bind Vis Ndx Name
335 # BROKEN-NEXT: Num Buc: Value Size Type Bind Vis Ndx Name
408 # NOERR1-NEXT: Num Buc: Value Size Type Bind Vis Ndx Name
[all …]
Dsymbol-visibility.test26 # GNU: Vis Ndx Name
62 # GNU-OTHER: Vis Ndx Name
Dsymbol-shndx.test36 # GNU1-NEXT: Num: {{.*}} Ndx Name
139 # GNU1-SEC-SYMS: Num: {{.*}} Ndx Name
185 # GNU2-NEXT: Num: {{.*}} Ndx Name
239 # GNU3-NEXT: Num: {{.*}} Ndx Name
268 # SHNDX-ERR-GNU-NEXT: Num: Value Size Type Bind Vis Ndx Name
/external/llvm-project/lld/test/ELF/lto/
Dthinlto-single-module.ll17 ; DEFAULT: Value Size Type Bind Vis Ndx Name
19 ; MAIN: Value Size Type Bind Vis Ndx Name
37 ; FOO: Value Size Type Bind Vis Ndx Name
40 ; BLAH: Value Size Type Bind Vis Ndx Name
Dinternalize-basic.ll32 ; SYMTAB-NEXT: Num: Value Size Type Bind Vis Ndx Name
/external/elfutils/tests/
Drun-readelf-s.sh129 Num: Value Size Type Bind Vis Ndx Name
150 Num: Value Size Type Bind Vis Ndx Name
233 Num: Value Size Type Bind Vis Ndx Name
321 Num: Value Size Type Bind Vis Ndx Name
337 Num: Value Size Type Bind Vis Ndx Name
347 Num: Value Size Type Bind Vis Ndx Name
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dpartitions.test63 MAIN-NEXT: Num: Value Size Type Bind Vis Ndx Name
68 MAIN-NEXT: Num: Value Size Type Bind Vis Ndx Name
119 PART1-NEXT: Num: Value Size Type Bind Vis Ndx Name
124 PART1-NEXT: Num: Value Size Type Bind Vis Ndx Name
174 PART2-NEXT: Num: Value Size Type Bind Vis Ndx Name
179 PART2-NEXT: Num: Value Size Type Bind Vis Ndx Name
Dkeep-global-symbols-mix-globalize.test45 # CHECK-NEXT: Num: Value Size Type Bind Vis Ndx Name
/external/llvm-project/llvm/test/MC/ELF/
Dcommon-redeclare.s3 # CHECK: Value Size Type Bind Vis Ndx Name
/external/llvm-project/lld/test/ELF/linkerscript/
Dnon-absolute2.test11 # CHECK: Value Size Type Bind Vis Ndx Name
Dsizeofheaders.s11 # CHECK: Value Size Type Bind Vis Ndx Name
Dexpr-sections.test18 # CHECK: Value Size Type Bind Vis Ndx Name
Dsizeof.s21 # CHECK: Value Size Type Bind Vis Ndx Name
Dalignof.test5 # CHECK: Value Size Type Bind Vis Ndx Name
/external/llvm-project/llvm/test/MC/PowerPC/
Dppc64-localentry-symbols.s4 # CHECK: Type Bind Vis Ndx Name
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp216 unsigned Ndx; member
595 VD.Ndx = D->vd_ndx; in getVersionDefinitions()
794 unsigned Ndx, const Elf_Shdr *SymTab,
1072 InsertEntry(Def.Ndx & ELF::VERSYM_VERSION, Def.Name, true); in LoadVersionMap()
1243 unsigned Ndx = Symbol.st_shndx; in getSymbolSectionIndex() local
1244 if (Ndx == SHN_XINDEX) in getSymbolSectionIndex()
1247 if (Ndx != SHN_UNDEF && Ndx < SHN_LORESERVE) in getSymbolSectionIndex()
1248 return Ndx; in getSymbolSectionIndex()
1258 Twine::utohexstr(Ndx) + " (" + Desc + ")"); in getSymbolSectionIndex()
1261 if (Ndx >= ELF::SHN_LOPROC && Ndx <= ELF::SHN_HIPROC) in getSymbolSectionIndex()
[all …]

123