Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h142 { return (NULL != f_pEhFrame) && (0 != f_pEhFrame->size()); } in hasEhFrame()
501 assert(NULL != f_pEhFrame); in getEhFrame()
502 return *f_pEhFrame; in getEhFrame()
506 assert(NULL != f_pEhFrame); in getEhFrame()
507 return *f_pEhFrame; in getEhFrame()
688 LDSection* f_pEhFrame; // .eh_frame variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp49 f_pEhFrame(NULL), in ELFFileFormat()
196 f_pEhFrame = pBuilder.CreateSection(".eh_frame", in initStdSections()