/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 146 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 …]
|
D | ELF.h | 539 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/ |
D | COFFObjectFile.cpp | 232 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 …]
|
D | MachOObjectFile.cpp | 260 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 …]
|
D | COFFYAML.cpp | 378 void MappingTraits<COFFYAML::Section>::mapping(IO &IO, COFFYAML::Section &Sec) { in mapping()
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 142 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/ |
D | ObjectImageCommon.h | 77 void updateSectionAddress(const object::SectionRef &Sec, in updateSectionAddress()
|
D | RuntimeDyldMachO.cpp | 75 virtual void updateSectionAddress(const SectionRef &Sec, uint64_t Addr) { in updateSectionAddress() 731 SectionRef Sec = MachO->getRelocationSection(RE); in processRelocationRef() local
|
D | RuntimeDyldELF.cpp | 89 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/ |
D | MipsTargetStreamer.cpp | 330 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/ |
D | yaml2elf.cpp | 191 for (const auto &Sec : Doc.Sections) in initSectionHeaders() local 195 for (const auto &Sec : Doc.Sections) { in initSectionHeaders() local
|
D | yaml2coff.cpp | 42 COFFYAML::Section &Sec = *i; in parseSections() local
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 345 MCSectionCOFF const &Sec = in DefineSection() local 470 COFFSection *Sec = in DefineSymbol() local 904 COFFSection *Sec = SectionMap[&Section.getSection()]; in WriteObject() local
|
D | ELFObjectWriter.cpp | 760 auto &Sec = cast<MCSectionELF>(Sym.getSection()); in shouldRelocateWithSymbol() local 1361 const MCSectionData *Sec = Entry.Section; in WriteRelocationsFragment() local
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 70 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/ |
D | ELFDumper.cpp | 159 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()
|
D | MachODumper.cpp | 159 DataRefImpl Sec, in getSection()
|
D | COFFDumper.cpp | 599 for (const SectionRef &Sec : Obj->sections()) { in printSections() local
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 56 COFFYAML::Section Sec; in dumpSections() local
|
D | elf2yaml.cpp | 67 for (const Elf_Shdr &Sec : Obj.sections()) { in dump() local
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 328 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/ |
D | AArch64AsmBackend.cpp | 536 const MCSection *Sec = Fixup.getValue()->FindAssociatedSection(); in applyFixup() local
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 387 addGenDwarfSection(const MCSection *Sec) { in addGenDwarfSection()
|
D | MCDwarf.h | 161 void addLineEntry(const MCLineEntry &LineEntry, const MCSection *Sec) { in addLineEntry()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 354 const MCSymbol *Sec) { in addSectionLabel()
|