Home
last modified time | relevance | path

Searched defs:Sec (Results 1 – 25 of 47) sorted by relevance

12

/external/llvm/include/llvm/Object/
DELFObjectFile.h264 const Elf_Shdr *toELFShdrIter(DataRefImpl Sec) const { in toELFShdrIter()
268 DataRefImpl toDRI(const Elf_Shdr *Sec) const { in toDRI()
309 const Elf_Shdr *getSection(DataRefImpl Sec) const { in getSection()
366 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags()
371 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const { in getSectionType()
525 DataRefImpl Sec; in getSymbolSection() local
539 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext()
545 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, in getSectionName()
555 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress()
560 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize()
[all …]
DELF.h125 const Elf_Sym *symbol_begin(const Elf_Shdr *Sec) const { in symbol_begin()
132 const Elf_Sym *symbol_end(const Elf_Shdr *Sec) const { in symbol_end()
140 Elf_Sym_Range symbols(const Elf_Shdr *Sec) const { in symbols()
159 Elf_Rela_Range relas(const Elf_Shdr *Sec) const { in relas()
177 Elf_Rel_Range rels(const Elf_Shdr *Sec) const { in rels()
209 const Elf_Sym *getSymbol(const Elf_Shdr *Sec, uint32_t Index) const { in getSymbol()
251 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr *Sec) const { in getSectionContentsAsArray()
266 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents()
437 ErrorOr<const Elf_Shdr *> Sec = getSection(Section); in getEntry() local
505 ELFFile<ELFT>::getStringTableForSymtab(const Elf_Shdr &Sec) const { in getStringTableForSymtab()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsOptionRecord.cpp31 MCSectionELF *Sec = in EmitMipsOptionRecord() local
50 MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO, in EmitMipsOptionRecord() local
/external/llvm/lib/Object/
DCOFFObjectFile.cpp243 const coff_section *Sec = nullptr; in getSymbolSection() local
257 const coff_section *Sec = toSec(Ref); in moveSectionNext() local
264 const coff_section *Sec = toSec(Ref); in getSectionName() local
269 const coff_section *Sec = toSec(Ref); in getSectionAddress() local
284 const coff_section *Sec = toSec(Ref); in getSectionContents() local
292 const coff_section *Sec = toSec(Ref); in getSectionAlignment() local
297 const coff_section *Sec = toSec(Ref); in isSectionText() local
302 const coff_section *Sec = toSec(Ref); in isSectionData() local
307 const coff_section *Sec = toSec(Ref); in isSectionBSS() local
322 const coff_section *Sec = toSec(Ref); in isSectionVirtual() local
[all …]
DSymbolSize.cpp34 static unsigned getSectionID(const ObjectFile &O, SectionRef Sec) { in getSectionID()
69 for (SectionRef Sec : O.sections()) { in computeSymbolSizes() local
DMachOObjectFile.cpp70 unsigned Sec) { in getSectionPtr()
155 DataRefImpl Sec) { in getSectionFlags()
220 const char *Sec = getSectionPtr(Obj, Load, J); in parseSegmentLoadCommand() local
404 section_iterator Sec = *getSymbolSection(Symb); in getSymbolType() local
475 std::error_code MachOObjectFile::getSectionName(DataRefImpl Sec, in getSectionName()
517 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents()
939 DataRefImpl Sec; in getRelocationRelocatedSection() local
1973 const char *Sec = getSectionPtr(this, L, Index); in getSection() local
1979 const char *Sec = getSectionPtr(this, L, Index); in getSection64() local
2102 DataRefImpl Sec; in getRelocation() local
DFunctionIndexObjectFile.cpp37 for (const SectionRef &Sec : Obj.sections()) { in findBitcodeInObject() local
DIRObjectFile.cpp267 for (const SectionRef &Sec : Obj.sections()) { in findBitcodeInObject() local
/external/llvm/lib/MC/
DMachObjectWriter.cpp106 uint64_t MachObjectWriter::getPaddingSize(const MCSection *Sec, in getPaddingSize()
197 const MCSection &Sec, uint64_t VMAddr, in writeSection()
608 for (const MCSection *Sec : Layout.getSectionOrder()) { in computeSectionAddresses() local
767 for (const MCSection &Sec : Asm) { in writeObject() local
799 const auto &Sec = cast<MCSectionMachO>(Section); in writeObject() local
894 for (const MCSection &Sec : Asm) { in writeObject() local
905 for (const MCSection &Sec : Asm) { in writeObject() local
DELFObjectWriter.cpp242 unsigned ELFObjectWriter::addToSectionTable(const MCSectionELF *Sec) { in addToSectionTable()
562 auto &Sec = cast<MCSectionELF>(Sym->getSection()); in shouldRelocateWithSymbol() local
947 const MCSectionELF &Sec) { in createRelocationSection()
992 void ELFObjectWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec, in writeSectionData()
1050 const MCSectionELF &Sec) { in writeRelocations()
1274 const MCSectionELF *Sec = createStringTable(Ctx); in writeObject() local
1343 const auto &Sec = cast<MCSectionELF>(Sym.getSection()); in isWeak() local
DWinCOFFObjectWriter.cpp267 void WinCOFFObjectWriter::defineSection(MCSectionCOFF const &Sec) { in defineSection()
415 COFFSection *Sec = SectionMap[Base->getFragment()->getParent()]; in DefineSymbol() local
638 const auto &Sec = cast<MCSectionCOFF>(Sym.getSection()); in isWeak() local
918 COFFSection *Sec = SectionMap[&Section]; in writeObject() local
1045 COFFSection *Sec = SectionMap[&*j]; in writeObject() local
DMCAssembler.cpp80 const MCSection *Sec = F->getParent(); in isFragmentValid() local
99 MCSection *Sec = F->getParent(); in ensureValid() local
815 void MCAssembler::writeSectionData(const MCSection *Sec, in writeSectionData()
906 MCSection *Sec = Layout.getSectionOrder()[i]; in layout() local
1084 bool MCAssembler::layoutSectionOnce(MCAsmLayout &Layout, MCSection &Sec) { in layoutSectionOnce()
1131 MCSection &Sec = *it; in layoutOnce() local
DMCELFStreamer.cpp501 MCSection &Sec = *getCurrentSectionOnly(); in EmitInstToData() local
569 MCSection &Sec = *getCurrentSectionOnly(); in EmitBundleLock() local
590 MCSection &Sec = *getCurrentSectionOnly(); in EmitBundleUnlock() local
DMCObjectStreamer.cpp232 MCSection *Sec = getCurrentSectionOnly(); in EmitInstruction() local
440 const MCSection *Sec = getCurrentSection().first; in EmitFill() local
DMCContext.cpp427 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection()
474 [&](MCSection *Sec) { return !MCOS.mayHaveInstructions(*Sec); }); in finalizeDwarfSections()
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h137 uint64_t getSectionAddress(const MCSection *Sec) const { in getSectionAddress()
215 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation()
DMCStreamer.h720 virtual bool mayHaveInstructions(MCSection &Sec) const { return true; } in mayHaveInstructions()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp312 const typename ELFO::Elf_Shdr *Sec, in printVersionSymbolSection()
344 const typename ELFO::Elf_Shdr *Sec, in printVersionDefinitionSection()
486 ErrorOr<const typename ELFO::Elf_Shdr *> Sec = Obj.getSection(SectionIndex); in getSectionNameIndex() local
975 for (const Elf_Shdr &Sec : Obj->sections()) { in ELFDumper() local
1087 for (const Elf_Shdr &Sec : Obj->sections()) { in printSections() local
1142 for (const Elf_Shdr &Sec : Obj->sections()) { in printRelocations() local
1190 void ELFDumper<ELFT>::printRelocations(const Elf_Shdr *Sec) { in printRelocations()
1219 ErrorOr<const Elf_Shdr *> Sec = Obj->getSection(Sym, SymTab, ShndxTable); in printRelocation() local
1667 for (const ELFO::Elf_Shdr &Sec : Obj->sections()) { in printAttributes() local
2088 ErrorOr<ArrayRef<uint8_t>> Sec = Obj->getSectionContents(Shdr); in printMipsABIFlags() local
[all …]
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp301 const MCSection &Sec = Symbol->getSection(); in recordRelocation() local
364 const MCSection &Sec = Symbol->getSection(); in recordRelocation() local
/external/llvm/tools/llvm-size/
Dllvm-size.cpp141 MachO::section_64 Sec = MachO->getSection64(Load, J); in PrintDarwinSectionSizes() local
167 MachO::section Sec = MachO->getSection(Load, J); in PrintDarwinSectionSizes() local
201 MachO::section_64 Sec = MachO->getSection64(Load, J); in PrintDarwinSegmentSizes() local
227 MachO::section Sec = MachO->getSection(Load, J); in PrintDarwinSegmentSizes() local
/external/llvm/tools/dsymutil/
DMachOUtils.cpp276 MCSection *Sec = Layout.getSectionOrder()[i]; in createDwarfSegment() local
392 MCSection *Sec = Layout.getSectionOrder()[i]; in generateDsymCompanion() local
508 for (const MCSection &Sec : MCAsm) { in generateDsymCompanion() local
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp215 const MCSection &Sec = Symbol->getSection(); in RecordX86_64Relocation() local
580 const MCSection &Sec = A->getSection(); in RecordX86Relocation() local
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp70 const SectionRef &Sec, uint64_t SecAddress, in collectRelocatedSymbols()
94 const ObjectFile *Obj, const SectionRef &Sec, uint64_t SecAddress, in collectRelocationOffsets()
187 const SectionRef &Sec = *SecI; in dumpCXXData() local
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp194 for (const auto &Sec : Doc.Sections) in initSectionHeaders() local
198 for (const auto &Sec : Doc.Sections) { in initSectionHeaders() local
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp392 const Elf_Shdr *Sec = *SecOrErr; in getRelocationValueString() local
891 for (SectionRef Sec : Obj->sections()) in DisassembleObject() local
907 auto Sec = std::upper_bound( in DisassembleObject() local
1424 for (auto Sec : ToolSectionFilter(*Obj)) { in printRawClangAST() local
1455 for (auto Sec : ToolSectionFilter(*Obj)) { in printFaultMaps() local

12