Home | History | Annotate | Download | only in elfcopy

Lines Matching full:is_eh

3075     int is_eh = strcmp (section->name, ".eh_frame") == 0;
3122 if (is_eh ? (cie_id == 0) : (cie_id == DW_CIE_ID))
3246 look_for = is_eh ? start - 4 - cie_id : section_start + cie_id;