Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DLayout.cpp402 Layout::getFragmentRef(const LDSection& pInputSection, uint64_t pOffset) in getFragmentRef() argument
405 const SectionData* sect_data = pInputSection.getSectionData(); in getFragmentRef()
420 if (&pInputSection == range->header) { in getFragmentRef()
427 fatal(diag::err_section_not_laid_out) << pInputSection.name(); in getFragmentRef()
/frameworks/compile/mclinker/include/mcld/LD/
DLayout.h74 getFragmentRef(const LDSection& pInputSection, uint64_t pOffset);