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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h366 LDSection& getInterp() { function in class:mcld::ELFFileFormat
371 const LDSection& getInterp() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1326 LDSection& interp = getOutputFormat()->getInterp();
1334 const LDSection& interp = getOutputFormat()->getInterp();
1435 if (file_format->hasInterp() && (&pSectHdr == &file_format->getInterp()))
1835 interp_seg->append(&file_format->getInterp());

Completed in 82 milliseconds