Searched refs:is_eh (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c2965 int is_eh = strcmp (section->name, ".eh_frame") == 0; local
3018 if (is_eh ? (cie_id == 0) : (cie_id == DW_CIE_ID))
3142 look_for = is_eh ? start - 4 - cie_id : section_start + cie_id;
/freebsd-11-stable/contrib/binutils/bfd/
H A Delflink.c10475 bfd_boolean is_eh;
10488 is_eh = strcmp (sec->name, ".eh_frame") == 0;
10565 else if (is_eh)
10464 bfd_boolean is_eh; local

Completed in 97 milliseconds