Searched refs:CFI_EMIT_eh_frame_compact (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/
H A Ddw2gencfi.h202 #define CFI_EMIT_eh_frame_compact (1 << 3) macro
H A Ddw2gencfi.c1234 sections |= CFI_EMIT_eh_frame_compact;
1268 && (sections & (CFI_EMIT_eh_frame | CFI_EMIT_eh_frame_compact))
1269 && ((cfi_sections & (CFI_EMIT_eh_frame | CFI_EMIT_eh_frame_compact))
1270 != (sections & (CFI_EMIT_eh_frame | CFI_EMIT_eh_frame_compact))))
1399 || (cfi_sections & CFI_EMIT_eh_frame_compact) != 0)
1504 if ((last_fde->sections & CFI_EMIT_eh_frame_compact) == 0)
2297 || (all_cfi_sections & CFI_EMIT_eh_frame_compact) != 0)
2332 && (fde->sections & CFI_EMIT_eh_frame_compact) == 0)
2404 && (fde->sections & CFI_EMIT_eh_frame_compact) == 0)
2447 && (fde->sections & CFI_EMIT_eh_frame_compact)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Ddw2gencfi.h202 #define CFI_EMIT_eh_frame_compact (1 << 3) macro
H A Ddw2gencfi.c1235 sections |= CFI_EMIT_eh_frame_compact;
1269 && (sections & (CFI_EMIT_eh_frame | CFI_EMIT_eh_frame_compact))
1270 && ((cfi_sections & (CFI_EMIT_eh_frame | CFI_EMIT_eh_frame_compact))
1271 != (sections & (CFI_EMIT_eh_frame | CFI_EMIT_eh_frame_compact))))
1400 || (cfi_sections & CFI_EMIT_eh_frame_compact) != 0)
1505 if ((last_fde->sections & CFI_EMIT_eh_frame_compact) == 0)
2301 || (all_cfi_sections & CFI_EMIT_eh_frame_compact) != 0)
2336 && (fde->sections & CFI_EMIT_eh_frame_compact) == 0)
2408 && (fde->sections & CFI_EMIT_eh_frame_compact) == 0)
2451 && (fde->sections & CFI_EMIT_eh_frame_compact)
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Ddw2gencfi.h202 #define CFI_EMIT_eh_frame_compact (1 << 3) macro
H A Ddw2gencfi.c1234 sections |= CFI_EMIT_eh_frame_compact;
1268 && (sections & (CFI_EMIT_eh_frame | CFI_EMIT_eh_frame_compact))
1269 && ((cfi_sections & (CFI_EMIT_eh_frame | CFI_EMIT_eh_frame_compact))
1270 != (sections & (CFI_EMIT_eh_frame | CFI_EMIT_eh_frame_compact))))
1399 || (cfi_sections & CFI_EMIT_eh_frame_compact) != 0)
1504 if ((last_fde->sections & CFI_EMIT_eh_frame_compact) == 0)
2297 || (all_cfi_sections & CFI_EMIT_eh_frame_compact) != 0)
2332 && (fde->sections & CFI_EMIT_eh_frame_compact) == 0)
2404 && (fde->sections & CFI_EMIT_eh_frame_compact) == 0)
2447 && (fde->sections & CFI_EMIT_eh_frame_compact)
[all...]

Completed in 256 milliseconds