Searched refs:f_pGCCExceptTable (Results 1 – 2 of 2) sorted by relevance
163 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
51 f_pGCCExceptTable(NULL), in ELFFileFormat()190 f_pGCCExceptTable = pBuilder.CreateSection(".gcc_except_table", in initStdSections()