Home
last modified time | relevance | path

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

1234567

/external/llvm/include/llvm/Object/
DELFObjectFile.h274 const Elf_Shdr *toELFShdrIter(DataRefImpl Sec) const { in toELFShdrIter()
278 DataRefImpl toDRI(const Elf_Shdr *Sec) const { in toDRI()
317 const Elf_Shdr *getSection(DataRefImpl Sec) const { in getSection()
374 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags()
379 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const { in getSectionType()
544 DataRefImpl Sec; in getSymbolSection() local
558 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext()
564 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, in getSectionName()
574 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress()
579 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize()
[all …]
DELF.h118 const Elf_Sym *symbol_begin(const Elf_Shdr *Sec) const { in symbol_begin()
125 const Elf_Sym *symbol_end(const Elf_Shdr *Sec) const { in symbol_end()
133 Elf_Sym_Range symbols(const Elf_Shdr *Sec) const { in symbols()
150 Elf_Rela_Range relas(const Elf_Shdr *Sec) const { in relas()
167 Elf_Rel_Range rels(const Elf_Shdr *Sec) const { in rels()
200 const Elf_Sym *getSymbol(const Elf_Shdr *Sec, uint32_t Index) const { in getSymbol()
249 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr *Sec) const { in getSectionContentsAsArray()
264 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents()
407 ErrorOr<const Elf_Shdr *> Sec = getSection(Section); in getEntry() local
475 ELFFile<ELFT>::getStringTableForSymtab(const Elf_Shdr &Sec) const { in getStringTableForSymtab()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFObjectFile.h311 const Elf_Shdr *toELFShdrIter(DataRefImpl Sec) const { in toELFShdrIter()
315 DataRefImpl toDRI(const Elf_Shdr *Sec) const { in toDRI()
358 const Elf_Shdr *getSection(DataRefImpl Sec) const { in getSection()
443 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags()
448 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const { in getSectionType()
453 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset()
629 DataRefImpl Sec; in getSymbolSection() local
646 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext()
652 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, in getSectionName()
662 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress()
[all …]
DELF.h143 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const { in symbols()
149 Expected<Elf_Rela_Range> relas(const Elf_Shdr *Sec) const { in relas()
153 Expected<Elf_Rel_Range> rels(const Elf_Shdr *Sec) const { in rels()
157 Expected<Elf_Relr_Range> relrs(const Elf_Shdr *Sec) const { in relrs()
345 ELFFile<ELFT>::getSymbol(const Elf_Shdr *Sec, uint32_t Index) const { in getSymbol()
355 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr *Sec) const { in getSectionContentsAsArray()
377 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents()
588 ELFFile<ELFT>::getStringTableForSymtab(const Elf_Shdr &Sec) const { in getStringTableForSymtab()
597 ELFFile<ELFT>::getStringTableForSymtab(const Elf_Shdr &Sec, in getStringTableForSymtab()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp81 void SectionBase::removeSectionReferences(const SectionBase *Sec) {} in removeSectionReferences()
87 template <class ELFT> void ELFWriter<ELFT>::writeShdr(const SectionBase &Sec) { in writeShdr()
105 void BinarySectionWriter::visit(const SectionIndexSection &Sec) { in visit()
109 void BinarySectionWriter::visit(const SymbolTableSection &Sec) { in visit()
113 void BinarySectionWriter::visit(const RelocationSection &Sec) { in visit()
117 void BinarySectionWriter::visit(const GnuDebugLinkSection &Sec) { in visit()
121 void BinarySectionWriter::visit(const GroupSection &Sec) { in visit()
125 void SectionWriter::visit(const Section &Sec) { in visit()
134 void SectionWriter::visit(const OwnedDataSection &Sec) { in visit()
154 void SectionWriter::visit(const StringTableSection &Sec) { in visit()
[all …]
Dllvm-objcopy.cpp188 static bool IsDebugSection(const SectionBase &Sec) { in IsDebugSection()
193 static bool IsDWOSection(const SectionBase &Sec) { in IsDWOSection()
197 static bool OnlyKeepDWOPred(const Object &Obj, const SectionBase &Sec) { in OnlyKeepDWOPred()
234 [&](const SectionBase &Sec) { return OnlyKeepDWOPred(*DWOFile, Sec); }); in SplitDWOToFile()
323 RemovePred = [&Config](const SectionBase &Sec) { in HandleArgs()
329 RemovePred = [RemovePred](const SectionBase &Sec) { in HandleArgs()
334 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in HandleArgs()
339 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in HandleArgs()
357 RemovePred = [RemovePred](const SectionBase &Sec) { in HandleArgs()
363 RemovePred = [RemovePred](const SectionBase &Sec) { in HandleArgs()
[all …]
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsOptionRecord.cpp37 MCSectionELF *Sec = in EmitMipsOptionRecord() local
56 MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO, in EmitMipsOptionRecord() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCFragment.h120 explicit MCDummyFragment(MCSection *Sec) : MCFragment(FT_Dummy, false, Sec) {} in MCDummyFragment()
136 MCSection *Sec) in MCEncodedFragment()
194 MCSection *Sec) in MCEncodedFragmentWithContents()
215 MCSection *Sec) in MCEncodedFragmentWithFixups()
260 : MCEncodedFragmentWithContents(FT_CompactEncodedInst, true, Sec) { in MCEncodedFragmentWithContents() argument
279 : MCEncodedFragmentWithFixups(FT_Relaxable, true, Sec), in MCEncodedFragmentWithFixups() argument
312 : MCFragment(FT_Align, false, Sec), Alignment(Alignment), EmitNops(false), in MCFragment() argument
381 : MCFragment(FT_Padding, false, Sec), PaddingPoliciesMask(PFK_None), in MCFragment() argument
441 : MCFragment(FT_Fill, false, Sec), Value(Value), ValueSize(VSize), in MCFragment() argument
468 : MCFragment(FT_Org, false, Sec), Offset(&Offset), Value(Value), Loc(Loc) {} in MCFragment() argument
[all …]
DMCMachObjectWriter.h150 uint64_t getSectionAddress(const MCSection *Sec) const { in getSectionAddress()
228 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation()
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp278 error_code COFFObjectFile::getSectionNext(DataRefImpl Sec, in getSectionNext()
287 error_code COFFObjectFile::getSectionName(DataRefImpl Sec, in getSectionName()
310 error_code COFFObjectFile::getSectionAddress(DataRefImpl Sec, in getSectionAddress()
317 error_code COFFObjectFile::getSectionSize(DataRefImpl Sec, in getSectionSize()
324 error_code COFFObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents()
339 error_code COFFObjectFile::getSectionAlignment(DataRefImpl Sec, in getSectionAlignment()
348 error_code COFFObjectFile::isSectionText(DataRefImpl Sec, in isSectionText()
355 error_code COFFObjectFile::isSectionData(DataRefImpl Sec, in isSectionData()
362 error_code COFFObjectFile::isSectionBSS(DataRefImpl Sec, in isSectionBSS()
369 error_code COFFObjectFile::sectionContainsSymbol(DataRefImpl Sec, in sectionContainsSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
DDWPStringPool.h34 MCSection *Sec; variable
39 DWPStringPool(MCStreamer &Out, MCSection *Sec) : Out(Out), Sec(Sec) {} in DWPStringPool()
/external/llvm/tools/llvm-dwp/
DDWPStringPool.h34 MCSection *Sec; variable
39 DWPStringPool(MCStreamer &Out, MCSection *Sec) : Out(Out), Sec(Sec) {} in DWPStringPool()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp242 const coff_section *Sec = nullptr; in getSymbolSection() local
256 const coff_section *Sec = toSec(Ref); in moveSectionNext() local
263 const coff_section *Sec = toSec(Ref); in getSectionName() local
268 const coff_section *Sec = toSec(Ref); in getSectionAddress() local
283 const coff_section *Sec = toSec(Ref); in getSectionContents() local
291 const coff_section *Sec = toSec(Ref); in getSectionAlignment() local
300 const coff_section *Sec = toSec(Ref); in isSectionText() local
305 const coff_section *Sec = toSec(Ref); in isSectionData() local
310 const coff_section *Sec = toSec(Ref); in isSectionBSS() local
325 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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DSymbolSize.cpp28 static unsigned getSectionID(const ObjectFile &O, SectionRef Sec) { in getSectionID()
63 for (SectionRef Sec : O.sections()) { in computeSymbolSizes() local
DCOFFObjectFile.cpp254 const coff_section *Sec = nullptr; in getSymbolSection() local
268 const coff_section *Sec = toSec(Ref); in moveSectionNext() local
275 const coff_section *Sec = toSec(Ref); in getSectionName() local
280 const coff_section *Sec = toSec(Ref); in getSectionAddress() local
299 const coff_section *Sec = toSec(Ref); in getSectionContents() local
307 const coff_section *Sec = toSec(Ref); in getSectionAlignment() local
316 const coff_section *Sec = toSec(Ref); in isSectionText() local
321 const coff_section *Sec = toSec(Ref); in isSectionData() local
326 const coff_section *Sec = toSec(Ref); in isSectionBSS() local
341 const coff_section *Sec = toSec(Ref); in isSectionVirtual() local
[all …]
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp497 const typename ELFO::Elf_Shdr *Sec, in printVersionSymbolSection()
531 const typename ELFO::Elf_Shdr *Sec, in printVersionDefinitionSection()
587 const typename ELFO::Elf_Shdr *Sec, in printVersionDependencySection()
731 const typename ELFO::Elf_Shdr *Sec = in getSectionNameIndex() local
1321 for (const Elf_Shdr &Sec : Obj->sections()) { in ELFDumper() local
1854 for (const ELFO::Elf_Shdr &Sec : Obj->sections()) { in printAttributes() local
2252 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsABIFlags() local
2297 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsReginfo() local
2317 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsOptions() local
2339 for (const auto &Sec : Obj->sections()) { in printStackMap() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp318 const MCSection &Sec = Symbol->getSection(); in recordRelocation() local
357 const MCSection &Sec = Symbol->getSection(); in recordRelocation() local
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMachObjectWriter.cpp119 uint64_t MachObjectWriter::getPaddingSize(const MCSection *Sec, in getPaddingSize()
214 const MCSection &Sec, uint64_t VMAddr, in writeSection()
629 for (const MCSection *Sec : Layout.getSectionOrder()) { in computeSectionAddresses() local
803 for (const MCSection &Sec : Asm) { in writeObject() local
835 const auto &Sec = cast<MCSectionMachO>(Section); in writeObject() local
927 for (const MCSection &Sec : Asm) { in writeObject() local
938 for (const MCSection &Sec : Asm) { in writeObject() 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()
612 for (const MCSection *Sec : Layout.getSectionOrder()) { in computeSectionAddresses() local
771 for (const MCSection &Sec : Asm) { in writeObject() local
803 const auto &Sec = cast<MCSectionMachO>(Section); in writeObject() local
898 for (const MCSection &Sec : Asm) { in writeObject() local
909 for (const MCSection &Sec : Asm) { in writeObject() local
/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/obj2yaml/
Dmacho2yaml.cpp53 MachOYAML::Section constructSectionCommon(SectionType Sec) { in constructSectionCommon()
73 template <> MachOYAML::Section constructSection(MachO::section Sec) { in constructSection()
79 template <> MachOYAML::Section constructSection(MachO::section_64 Sec) { in constructSection()
95 SectionType Sec; in extractSections() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dmacho2yaml.cpp58 MachOYAML::Section constructSectionCommon(SectionType Sec) { in constructSectionCommon()
78 template <> MachOYAML::Section constructSection(MachO::section Sec) { in constructSection()
84 template <> MachOYAML::Section constructSection(MachO::section_64 Sec) { in constructSection()
100 SectionType Sec; in extractSections() local

1234567