Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFObjectFile.h146 Elf_Shdr_Iter toELFShdrIter(DataRefImpl Sec) const { in toELFShdrIter()
151 DataRefImpl toDRI(Elf_Shdr_Iter Sec) const { in toDRI()
157 DataRefImpl toDRI(const Elf_Shdr *Sec) const { in toDRI()
367 DataRefImpl Sec; in getSymbolSection() local
375 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext()
380 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, in getSectionName()
390 std::error_code ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec, in getSectionAddress()
397 std::error_code ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec, in getSectionSize()
405 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec, in getSectionContents()
414 ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec, in getSectionAlignment()
[all …]
DELF.h539 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents()
586 ELFFile<ELFT>::getRelocationSymbol(const Elf_Shdr *Sec, const RelT *Rel) const { in getRelocationSymbol()
659 for (const Elf_Shdr &Sec : sections()) { in ELFFile() local
/external/llvm/lib/Object/
DCOFFObjectFile.cpp232 const coff_section *Sec = nullptr; in getSymbolSection() local
243 const coff_section *Sec = toSec(Ref); in moveSectionNext() local
250 const coff_section *Sec = toSec(Ref); in getSectionName() local
256 const coff_section *Sec = toSec(Ref); in getSectionAddress() local
263 const coff_section *Sec = toSec(Ref); in getSectionSize() local
270 const coff_section *Sec = toSec(Ref); in getSectionContents() local
279 const coff_section *Sec = toSec(Ref); in getSectionAlignment() local
288 const coff_section *Sec = toSec(Ref); in isSectionText() local
295 const coff_section *Sec = toSec(Ref); in isSectionData() local
302 const coff_section *Sec = toSec(Ref); in isSectionBSS() local
[all …]
DMachOObjectFile.cpp260 unsigned Sec) { in getSectionPtr()
416 DataRefImpl Sec) { in getSectionFlags()
449 const char *Sec = getSectionPtr(this, Load, J); in MachOObjectFile() local
578 DataRefImpl Sec; in getSymbolSize() local
668 std::error_code MachOObjectFile::getSectionName(DataRefImpl Sec, in getSectionName()
675 std::error_code MachOObjectFile::getSectionAddress(DataRefImpl Sec, in getSectionAddress()
687 std::error_code MachOObjectFile::getSectionSize(DataRefImpl Sec, in getSectionSize()
700 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents()
719 std::error_code MachOObjectFile::getSectionAlignment(DataRefImpl Sec, in getSectionAlignment()
734 std::error_code MachOObjectFile::isSectionText(DataRefImpl Sec, in isSectionText()
[all …]
DCOFFYAML.cpp378 void MappingTraits<COFFYAML::Section>::mapping(IO &IO, COFFYAML::Section &Sec) { in mapping()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp142 MachO::section_64 Sec = MachO->getSection64(Load, J); in PrintDarwinSectionSizes() local
168 MachO::section Sec = MachO->getSection(Load, J); in PrintDarwinSectionSizes() local
209 MachO::section_64 Sec = MachO->getSection64(Load, J); in PrintDarwinSegmentSizes() local
235 MachO::section Sec = MachO->getSection(Load, J); in PrintDarwinSegmentSizes() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DObjectImageCommon.h77 void updateSectionAddress(const object::SectionRef &Sec, in updateSectionAddress()
DRuntimeDyldMachO.cpp75 virtual void updateSectionAddress(const SectionRef &Sec, uint64_t Addr) { in updateSectionAddress()
731 SectionRef Sec = MachO->getRelocationSection(RE); in processRelocationRef() local
DRuntimeDyldELF.cpp89 void updateSectionAddress(const SectionRef &Sec, uint64_t Addr) override { in updateSectionAddress()
128 void DyldELFObject<ELFT>::updateSectionAddress(const SectionRef &Sec, in updateSectionAddress()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp330 const MCSectionELF *Sec = Context.getELFSection( in finish() local
347 const MCSectionELF *Sec = in finish() local
639 const MCSectionELF *Sec = in emitMipsAbiFlags() local
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp191 for (const auto &Sec : Doc.Sections) in initSectionHeaders() local
195 for (const auto &Sec : Doc.Sections) { in initSectionHeaders() local
Dyaml2coff.cpp42 COFFYAML::Section &Sec = *i; in parseSections() local
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp345 MCSectionCOFF const &Sec = in DefineSection() local
470 COFFSection *Sec = in DefineSymbol() local
904 COFFSection *Sec = SectionMap[&Section.getSection()]; in WriteObject() local
DELFObjectWriter.cpp760 auto &Sec = cast<MCSectionELF>(Sym.getSection()); in shouldRelocateWithSymbol() local
1361 const MCSectionData *Sec = Entry.Section; in WriteRelocationsFragment() local
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp70 const MCSection *Sec = getContext().getELFSection(NameData, in emitPersonalityValue() local
936 const MCSection *Sec = getDrectveSection(); in emitModuleFlags() local
962 const MCSection *Sec, in getAssociativeCOFFSection()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp159 const typename ELFO::Elf_Shdr *Sec = Obj.getSection(SectionIndex); in getSectionNameIndex() local
640 void ELFDumper<ELFT>::printRelocations(const Elf_Shdr *Sec) { in printRelocations()
664 void ELFDumper<ELFT>::printRelocation(const Elf_Shdr *Sec, in printRelocation()
DMachODumper.cpp159 DataRefImpl Sec, in getSection()
DCOFFDumper.cpp599 for (const SectionRef &Sec : Obj->sections()) { in printSections() local
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp56 COFFYAML::Section Sec; in dumpSections() local
Delf2yaml.cpp67 for (const Elf_Shdr &Sec : Obj.sections()) { in dump() local
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp328 section_iterator Sec = MachO->section_end(); in darwinPrintSymbol() local
621 section_iterator Sec = Obj.section_end(); in getSymbolNMTypeChar() local
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp536 const MCSection *Sec = Fixup.getValue()->FindAssociatedSection(); in applyFixup() local
/external/llvm/include/llvm/MC/
DMCContext.h387 addGenDwarfSection(const MCSection *Sec) { in addGenDwarfSection()
DMCDwarf.h161 void addLineEntry(const MCLineEntry &LineEntry, const MCSection *Sec) { in addLineEntry()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp354 const MCSymbol *Sec) { in addSectionLabel()