Searched refs:pInputSection (Results 1 – 6 of 6) sorted by relevance
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectBuilder.cpp | 56 LDSection& pInputSection) { in MergeSection() argument 58 pInputFile.path().native(), pInputSection.name()); in MergeSection() 61 pInputSection.setKind(LDFileFormat::Ignore); in MergeSection() 66 (pair.first == NULL) ? pInputSection.name() : pair.first->name(); in MergeSection() 71 pInputSection.kind(), in MergeSection() 72 pInputSection.type(), in MergeSection() 73 pInputSection.flag()); in MergeSection() 74 target->setAlign(pInputSection.align()); in MergeSection() 86 eh_frame->merge(pInputFile, *pInputSection.getEhFrame()); in MergeSection() 87 UpdateSectionAlign(*target, pInputSection); in MergeSection() [all …]
|
D | SectionMap.cpp | 174 const std::string& pInputSection) const { in find() 179 if (matched(**in, pInputFile, pInputSection)) in find() 187 const std::string& pInputSection) { in find() argument 192 if (matched(**in, pInputFile, pInputSection)) in find() 220 const std::string& pInputSection, in insert() argument 231 if ((*in)->getSection()->name().compare(pInputSection) == 0) in insert() 238 Input* input = new Input(pInputSection, pPolicy); in insert() 246 Input* input = new Input(pInputSection, pPolicy); in insert() 298 const std::string& pInputSection) const { in matched() 315 if (matched(llvm::cast<WildcardPattern>(**sect), pInputSection)) { in matched()
|
/frameworks/compile/mclinker/include/mcld/Object/ |
D | SectionMap.h | 161 const std::string& pInputSection) const; 162 mapping find(const std::string& pInputFile, const std::string& pInputSection); 168 const std::string& pInputSection, 200 const std::string& pInputSection) const;
|
D | ObjectBuilder.h | 65 LDSection* MergeSection(const Input& pInputFile, LDSection& pInputSection);
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 694 LDSection& pInputSection) { in mergeSection() argument 695 if ((pInputSection.flag() & llvm::ELF::SHF_HEX_GPREL) || in mergeSection() 696 (pInputSection.kind() == LDFileFormat::LinkOnce) || in mergeSection() 697 (pInputSection.kind() == LDFileFormat::Target)) { in mergeSection() 704 MoveSectionDataAndSort(*pInputSection.getSectionData(), *sd); in mergeSection() 707 builder.MergeSection(pInputFile, pInputSection); in mergeSection()
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | TargetLDBackend.h | 127 LDSection& pInputSection) { in mergeSection() argument
|