Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h391 LDSection& getInterp() { in getInterp() function
396 const LDSection& getInterp() const { in getInterp() function
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1269 LDSection& interp = getOutputFormat()->getInterp(); in sizeInterp()
1276 const LDSection& interp = getOutputFormat()->getInterp(); in emitInterp()
1381 if (file_format->hasInterp() && (&pSectHdr == &file_format->getInterp())) in getSectionOrder()
1748 interp_seg->append(&file_format->getInterp()); in createProgramHdrs()