Home
last modified time | relevance | path

Searched refs:SymbolTableIndex (Results 1 – 22 of 22) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp57 uint32_t SymbolTableIndex; member
66 uint32_t SymbolTableIndex; member
79 uint32_t SymbolTableIndex; member
869 uint32_t SymbolTableIndex = 1; in assignAddressesAndIndices() local
875 Csect.SymbolTableIndex = SymbolTableIndex; in assignAddressesAndIndices()
878 SymbolTableIndex += 2; in assignAddressesAndIndices()
921 Csect.SymbolTableIndex = SymbolTableIndex; in assignAddressesAndIndices()
924 SymbolTableIndex += 2; in assignAddressesAndIndices()
927 Sym.SymbolTableIndex = SymbolTableIndex; in assignAddressesAndIndices()
931 SymbolTableIndex += 2; in assignAddressesAndIndices()
[all …]
H A DWinCOFFObjectWriter.cpp597 W.write<uint32_t>(R.SymbolTableIndex); in WriteRelocation()
660 R.SymbolTableIndex = 0; in writeSection()
768 Reloc.Data.SymbolTableIndex = 0; in recordRelocation()
997 Relocation.Data.SymbolTableIndex = Relocation.Symb->getIndex(); in assignFileOffsets()
H A DELFObjectWriter.cpp137 unsigned SymbolTableIndex; member
614 SymbolTableIndex = addToSectionTable(SymtabSection); in computeSymbolTable()
999 sh_link = SymbolTableIndex; in writeSection()
1014 sh_link = SymbolTableIndex; in writeSection()
1018 sh_link = SymbolTableIndex; in writeSection()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DICF.cpp159 Symbol *b1 = a->file->getSymbol(r1.SymbolTableIndex); in equalsConstant()
160 Symbol *b2 = b->file->getSymbol(r2.SymbolTableIndex); in equalsConstant()
185 Symbol *b1 = a->file->getSymbol(r1.SymbolTableIndex); in equalsVariable()
186 Symbol *b2 = b->file->getSymbol(r2.SymbolTableIndex); in equalsVariable()
H A DChunks.cpp341 check(file->getCOFFObj()->getSymbol(rel.SymbolTableIndex)); in maybeReportRelocationToDiscarded()
346 getSymbolLocations(file, rel.SymbolTableIndex); in maybeReportRelocationToDiscarded()
382 auto *sym = dyn_cast_or_null<Defined>(file->getSymbol(rel.SymbolTableIndex)); in applyRelocation()
516 Symbol *target = file->getSymbol(rel.SymbolTableIndex); in getBaserels()
610 dyn_cast_or_null<Defined>(file->getSymbol(rel.SymbolTableIndex)); in getRuntimePseudoRelocs()
H A DWriter.cpp444 Symbol *relocTarget = file->getSymbol(rel.SymbolTableIndex); in createThunks()
509 newRelocs[i].SymbolTableIndex = nextReplacement->second; in createThunks()
529 Symbol *relocTarget = sc->file->getSymbol(rel.SymbolTableIndex); in verifyRanges()
1630 Symbol *ref = sc->file->getSymbol(reloc.SymbolTableIndex); in markSymbolsWithRelocations()
H A DChunks.h198 Symbol *operator*() const { return file->getSymbol(I->SymbolTableIndex); }
H A DSymbolTable.cpp166 if (r.SymbolTableIndex != symIndex) in getSymbolLocations()
H A DPDB.cpp1716 c->file->getSymbols()[r.SymbolTableIndex])) in findLineTable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp516 uint32_t SymbolTableIndex; in writeCOFF() local
517 if (R.SymbolTableIndex) { in writeCOFF()
521 SymbolTableIndex = *R.SymbolTableIndex; in writeCOFF()
523 SymbolTableIndex = SymbolTableIndexMap[R.SymbolName]; in writeCOFF()
525 OS << binary_le(R.VirtualAddress) << binary_le(SymbolTableIndex) in writeCOFF()
588 << binary_le(i->CLRToken->SymbolTableIndex) in writeCOFF()
H A DCOFFYAML.cpp414 IO.mapOptional("SymbolTableIndex", Rel.SymbolTableIndex); in mapping()
540 IO.mapRequired("SymbolTableIndex", ACT.SymbolTableIndex); in mapping()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp180 if (R.Reloc.SymbolTableIndex >= RawSymbolTable.size()) in setSymbolTargets()
183 const Symbol *Sym = RawSymbolTable[R.Reloc.SymbolTableIndex]; in setSymbolTargets()
H A DWriter.cpp35 R.Reloc.SymbolTableIndex = Sym->RawIndex; in finalizeRelocTargets()
323 R.SymbolTableIndex = 0; in writeSections()
/freebsd-13.1/stand/efi/include/amd64/
H A Dpe.h390 UINT32 SymbolTableIndex; member
509 …UINT32 SymbolTableIndex; // Symbol table index of function name if Linenumber is 0. member
/freebsd-13.1/stand/efi/include/i386/
H A Dpe.h390 UINT32 SymbolTableIndex; member
509 …UINT32 SymbolTableIndex; // Symbol table index of function name if Linenumber is 0. member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h327 uint32_t SymbolTableIndex; member
459 uint32_t SymbolTableIndex; member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h401 uintptr_t getSymbolEntryAddressByIndex(uint32_t SymbolTableIndex) const;
402 Expected<StringRef> getSymbolNameByIndex(uint32_t SymbolTableIndex) const;
H A DCOFF.h476 support::ulittle32_t SymbolTableIndex; member
534 support::ulittle32_t SymbolTableIndex; member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h66 Optional<uint32_t> SymbolTableIndex; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1166 if (R->SymbolTableIndex >= getNumberOfSymbols()) in getRelocationSymbol()
1169 Ref.p = reinterpret_cast<uintptr_t>(SymbolTable16 + R->SymbolTableIndex); in getRelocationSymbol()
1171 Ref.p = reinterpret_cast<uintptr_t>(SymbolTable32 + R->SymbolTableIndex); in getRelocationSymbol()
1850 Expected<COFFSymbolRef> Sym = Obj->getSymbol(R.SymbolTableIndex); in getContents()
H A DWindowsResource.cpp982 Reloc->SymbolTableIndex = NextSymbolIndex++; in writeFirstSectionRelocations()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1590 W.printNumber("SymbolTableIndex", getSymbolName(Aux->SymbolTableIndex), in printSymbol()
1591 Aux->SymbolTableIndex); in printSymbol()