HomeSort by: relevance | last modified time | path
    Searched defs:compact_eh (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
dw2gencfi.c 67 #define EH_FRAME_LINKONCE (SUPPORT_FRAME_LINKONCE || compact_eh \
103 static bool compact_eh; variable
105 #define compact_eh 0 macro
269 if (compact_eh)
1296 compact_eh = true;
1406 if (SUPPORT_FRAME_LINKONCE || ((flags & SEC_DEBUGGING) == 0 && compact_eh)
2513 if (compact_eh)
  /src/external/gpl3/binutils.old/dist/gas/
dw2gencfi.c 67 #define EH_FRAME_LINKONCE (SUPPORT_FRAME_LINKONCE || compact_eh \
103 static bool compact_eh; variable
105 #define compact_eh 0 macro
269 if (compact_eh)
1296 compact_eh = true;
1406 if (SUPPORT_FRAME_LINKONCE || ((flags & SEC_DEBUGGING) == 0 && compact_eh)
2514 if (compact_eh)

Completed in 26 milliseconds