Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp102 if (pFormat.hasFini()) in reserveEntries()
202 if (pFormat.hasFini()) in applyEntries()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h91 bool hasFini() const { return (f_pFini != NULL) && (f_pFini->size() != 0); } in hasFini() function