Home
last modified time | relevance | path

Searched full:symndx (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project/llvm/test/tools/llvm-readobj/ELF/
H A Dgnuhash.test32 SymNdx: 0x1
91 SymNdx: 0x0
115 # RUN: | FileCheck %s -DFILE=%t.brokensymndx --check-prefix=SYMNDX
117 # RUN: | FileCheck %s -DFILE=%t.brokensymndx --check-prefix=SYMNDX
119 # SYMNDX: GnuHashTable {
120 # SYMNDX-NEXT: Num Buckets: 1
121 # SYMNDX-NEXT: First Hashed Symbol Index: 2
122 # SYMNDX-NEXT: Num Mask Words: 1
123 # SYMNDX-NEXT: Shift Count: 0
124 # SYMNDX-NEXT: Bloom Filter: [0x1]
[all …]
H A Drelocations.test646 # RUN: FileCheck %s --implicit-check-not=warning: -DFILE=%t3 --check-prefix=LLVM-SYMNDX
648 # RUN: FileCheck %s --implicit-check-not=warning: -DFILE=%t3 --check-prefix=GNU-SYMNDX
650 # LLVM-SYMNDX: Relocations [
651 # LLVM-SYMNDX-NEXT: Section (1) .rela.text {
652 # LLVM-SYMNDX-NEXT: warning: '[[FILE]]': unable to print relocation 0 in SHT_RELA section with inde…
653 # LLVM-SYMNDX-NEXT: warning: '[[FILE]]': unable to print relocation 1 in SHT_RELA section with inde…
654 # LLVM-SYMNDX-NEXT: }
655 # LLVM-SYMNDX-NEXT: ]
657 # GNU-SYMNDX: Relocation section '.rela.text' at offset 0x40 contains 2 entries:
658 # GNU-SYMNDX-NEXT: Offset Info Type Symbol's Value Symbol's Name +…
[all …]
H A Dhash-histogram.test107 SymNdx: 0x1
301 SymNdx: 0x1
348 SymNdx: 0x0
382 ## Check the case when a 'symndx' index of the first symbol in the dynamic symbol
412 SymNdx: 0x10
457 SymNdx: 0x0
H A Dhash-symbols.test61 SymNdx: 0x2
219 SymNdx: 0x2
491 SymNdx: 0x1
615 SymNdx: 0x0
671 SymNdx: [[SYMNDX=0x0]]
/llvm-project/llvm/test/tools/obj2yaml/ELF/
H A Dgnu-hash-section.yaml13 # FIELDS-NEXT: SymNdx: 0x1
29 SymNdx: 0x1
49 # INVALID-NEXT: SymNdx: 0x0
66 # INVALID-NEXT: SymNdx: 0x0
89 ## Also, the dynamic symbol table has a null entry and having SymNdx = 0
95 SymNdx: 0x0
107 SymNdx: 0x0
119 SymNdx: 0x0
131 SymNdx: 0x0
/llvm-project/llvm/test/tools/yaml2obj/ELF/
H A Dgnu-hash-section.yaml94 SymNdx: 0x1
111 SymNdx: 0x1
148 SymNdx: 0x0
162 SymNdx: 0x0
176 SymNdx: 0x0
181 ## Check that "SymNdx" and "Shift2" fields are mandatory when we specify the "Header".
184 # ERR2: error: missing required key 'SymNdx'
209 SymNdx: 0x0
247 SymNdx: 0x0
274 SymNdx: 0x2
/llvm-project/lldb/test/Shell/ObjectFile/ELF/
H A Dnull-jmprel.yaml65 SymNdx: 0x1
/llvm-project/llvm/test/tools/llvm-ifs/
H A Dread-elf-dynsym.test89 SymNdx: 0x1
/llvm-project/offload/plugins-nextgen/common/src/Utils/
H A DELF.cpp113 const typename ELFT::Word SymOffset = HashTab.symndx; in getSymbolFromGnuHashTable()
213 sizeof(typename ELFT::Word) * (SymTab.size() - HashTab->symndx)) in getHashTableSymbol()
/llvm-project/bolt/test/X86/Inputs/
H A Dplt-mold.yaml74 SymNdx: 0x2
H A Dplt-got-sec.yaml121 SymNdx: 0x1
H A Dplt-sec.yaml121 SymNdx: 0x1
H A Dplt-sec-8-byte.yaml87 SymNdx: 0x1
H A Dblarge_new.yaml111 SymNdx: 0x1
/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h581 Elf_Word symndx;
596 assert(DynamicSymCount >= symndx);
597 return ArrayRef<Elf_Word>(buckets().end(), DynamicSymCount - symndx);
/llvm-project/lldb/test/API/functionalities/stats_api/
H A Dmain.yaml121 SymNdx: 0x1
/llvm-project/llvm/test/tools/llvm-gsymutil/X86/
H A Delf-dwo.yaml143 SymNdx: 0x1
H A Delf-dwarf.yaml154 SymNdx: 0x00000001
/llvm-project/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1008 uint64_t SymNdx = Data.getULEB128(Cur); in dumpAddrsigSection()
1012 Expected<StringRef> SymbolName = getSymbolName(Shdr->sh_link, SymNdx); in dumpAddrsigSection()
1016 StringRef(std::to_string(SymNdx)).copy(StringAllocator)); in dumpAddrsigSection()
1381 Header.SymNdx = Data.getU32(Cur); in dumpGnuHashSection()
1007 uint64_t SymNdx = Data.getULEB128(Cur); dumpAddrsigSection() local
/llvm-project/llvm/test/tools/llvm-symbolizer/
H A Ddata-location.yaml178 SymNdx: 0x1
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2687 if (GnuHashTable->symndx < NumSyms) in getGnuHashTableChains()
2691 // symndx set to the number of dynamic symbols + 1 (for the zero symbol) in getGnuHashTableChains()
2693 // vector (or no values at all). It happens because the value of symndx is not in getGnuHashTableChains()
2695 // skip the whole object during symbol lookup. In such cases, the symndx value
2700 "the first hashed symbol index (" + Twine(GnuHashTable->symndx) + in printGnuHashTable()
2703 // There is no way to represent an array of (dynamic symbols count - symndx) in printGnuHashTable()
2718 W.printNumber("First Hashed Symbol Index", GnuHashTable->symndx); in printGnuHashTable()
2822 size_t Symndx = GnuHashTable.symndx; in printGnuHashHistogram()
2836 for (size_t C = Buckets[B] - Symndx; in printGnuHashHistogram()
2809 size_t Symndx = GnuHashTable.symndx; printGnuHashHistogram() local
3695 __anon3d1ec8af1402(const Elf_Sym &Sym, unsigned SymNdx, const Elf_Shdr &Symtab) getGroups() argument
[all...]
/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/
H A Dextensions.test103 SymNdx: 0x6
/llvm-project/lldb/test/API/commands/target/debuginfo/
H A Da.out.yaml87 SymNdx: 0x1
/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1902 IO.mapRequired("SymNdx", E.SymNdx); in mapping()
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h445 llvm::yaml::Hex32 SymNdx; member

12