Searched refs:pInputSection (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DLayout.cpp402 Layout::getFragmentRef(const LDSection& pInputSection, uint64_t pOffset) argument
405 const SectionData* sect_data = pInputSection.getSectionData();
420 if (&pInputSection == range->header) {
427 fatal(diag::err_section_not_laid_out) << pInputSection.name();
/frameworks/compile/mclinker/include/mcld/LD/
H A DLayout.h70 /// @param pInputSection - the given input section
74 getFragmentRef(const LDSection& pInputSection, uint64_t pOffset);

Completed in 171 milliseconds