Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h163 return (f_pGCCExceptTable != NULL) && (f_pGCCExceptTable->size() != 0); in hasGCCExceptTable()
543 assert(f_pGCCExceptTable != NULL); in getGCCExceptTable()
544 return *f_pGCCExceptTable; in getGCCExceptTable()
548 assert(f_pGCCExceptTable != NULL); in getGCCExceptTable()
549 return *f_pGCCExceptTable; in getGCCExceptTable()
712 LDSection* f_pGCCExceptTable; // .gcc_except_table variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp51 f_pGCCExceptTable(NULL), in ELFFileFormat()
190 f_pGCCExceptTable = pBuilder.CreateSection(".gcc_except_table", in initStdSections()