/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFObjectWriter.h | 73 void emitSectionData(const LDSection& pSection, MemoryRegion& pRegion) const; 112 void emitSectionData(const SectionData& pSD, MemoryRegion& pRegion) const;
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFObjectWriter.cpp | 97 emitSectionData(*section, region); in writeSection() 109 target().emitSectionData(*section, region); in writeSection() 381 void ELFObjectWriter::emitSectionData(const LDSection& pSection, in emitSectionData() function in mcld::ELFObjectWriter 397 emitSectionData(*sd, pRegion); in emitSectionData() 404 emitSectionData(*pFrame.getSectionData(), pRegion); in emitEhFrame() 649 void ELFObjectWriter::emitSectionData(const SectionData& pSD, in emitSectionData() function in mcld::ELFObjectWriter
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.h | 79 uint64_t emitSectionData(const LDSection& pSection,
|
D | AArch64LDBackend.cpp | 263 uint64_t AArch64GNULDBackend::emitSectionData(const LDSection& pSection, in emitSectionData() function in mcld::AArch64GNULDBackend
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.h | 89 uint64_t emitSectionData(const LDSection& pSection,
|
D | ARMLDBackend.cpp | 321 uint64_t ARMGNULDBackend::emitSectionData(const LDSection& pSection, in emitSectionData() function in mcld::ARMGNULDBackend
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.h | 78 uint64_t emitSectionData(const LDSection& pSection,
|
D | HexagonLDBackend.cpp | 135 uint64_t HexagonLDBackend::emitSectionData(const LDSection& pSection, in emitSectionData() function in mcld::HexagonLDBackend
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86LDBackend.h | 72 uint64_t emitSectionData(const LDSection& pSection,
|
D | X86LDBackend.cpp | 158 uint64_t X86GNULDBackend::emitSectionData(const LDSection& pSection, in emitSectionData() function in mcld::X86GNULDBackend
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.h | 80 uint64_t emitSectionData(const LDSection& pSection,
|
D | MipsLDBackend.cpp | 250 uint64_t MipsGNULDBackend::emitSectionData(const LDSection& pSection, in emitSectionData() function in mcld::MipsGNULDBackend
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | GNULDBackend.h | 118 virtual uint64_t emitSectionData(const LDSection& pSection,
|