Searched defs:f_pGCCExceptTable (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h148 { return (NULL != f_pGCCExceptTable) && (0 != f_pGCCExceptTable->size()); }
512 assert(NULL != f_pGCCExceptTable);
513 return *f_pGCCExceptTable;
517 assert(NULL != f_pGCCExceptTable);
518 return *f_pGCCExceptTable;
652 LDSection* f_pGCCExceptTable; // .gcc_except_table member in class:mcld::ELFFileFormat

Completed in 52 milliseconds