Searched defs:f_pGCCExceptTable (Results 1 - 1 of 1) sorted by last modified time

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h145 { return (NULL != f_pGCCExceptTable) && (0 != f_pGCCExceptTable->size()); }
518 assert(NULL != f_pGCCExceptTable);
519 return *f_pGCCExceptTable;
523 assert(NULL != f_pGCCExceptTable);
524 return *f_pGCCExceptTable;
687 LDSection* f_pGCCExceptTable; // .gcc_except_table member in class:mcld::ELFFileFormat

Completed in 332 milliseconds