Searched refs:Shndx (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELFLinkGraphBuilder.h | 494 unsigned Shndx = Sym.st_shndx; in graphifySymbols() local 495 if (Shndx == ELF::SHN_XINDEX) { in graphifySymbols() 503 Shndx = *NdxOrErr; in graphifySymbols() 505 if (auto *B = getGraphBlock(Shndx)) { in graphifySymbols()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 267 const ELFYAML::SymtabShndxSection &Shndx, 1373 Elf_Shdr &SHeader, const ELFYAML::SymtabShndxSection &Shndx, in writeSectionContent() argument 1375 if (Shndx.Content || Shndx.Size) { in writeSectionContent() 1376 SHeader.sh_size = writeContent(CBA, Shndx.Content, Shndx.Size); in writeSectionContent() 1380 if (!Shndx.Entries) in writeSectionContent() 1383 for (uint32_t E : *Shndx.Entries) in writeSectionContent() 1385 SHeader.sh_size = Shndx.Entries->size() * SHeader.sh_entsize; in writeSectionContent()
|
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 220 uint16_t Shndx = Sym.Undefined ? SHN_UNDEF : 1; in ELFStubBuilder() local 223 convertIFSSymbolTypeToELF(Sym.Type), 0, Shndx); in ELFStubBuilder()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 719 uint8_t Visibility, uint16_t Shndx, in addSymbol() argument 729 if (Shndx >= SHN_LORESERVE) in addSymbol() 730 Sym.ShndxType = static_cast<SymbolShndxType>(Shndx); in addSymbol() 2609 auto &Shndx = Obj.addSection<SectionIndexSection>(); in finalize() local 2610 Obj.SymbolTable->setShndxTable(&Shndx); in finalize() 2611 Shndx.setSymTab(Obj.SymbolTable); in finalize()
|
H A D | ELFObject.h | 825 uint64_t Value, uint8_t Visibility, uint16_t Shndx,
|