/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | defstd.cc | 37 const Define_symbol_in_section in_section[] = variable 125 const int in_section_count = sizeof in_section / sizeof in_section[0]; 282 symtab->define_symbols(layout, in_section_count, in_section, in define_standard_symbols()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | defstd.cc | 37 const Define_symbol_in_section in_section[] = variable 125 const int in_section_count = sizeof in_section / sizeof in_section[0]; 282 symtab->define_symbols(layout, in_section_count, in_section, in define_standard_symbols()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/ |
H A D | mcore-elf.h | 36 in_section = NULL; \ 66 section *save_section = in_section; \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/ |
H A D | mcore-elf.h | 36 in_section = NULL; \ 66 section *save_section = in_section; \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ft32/ |
H A D | ft32.h | 481 int section_debug = in_section && \ 482 (SECTION_STYLE (in_section) == SECTION_NAMED) && \ 483 (in_section->named.common.flags & SECTION_DEBUG); \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ft32/ |
H A D | ft32.h | 481 int section_debug = in_section && \ 482 (SECTION_STYLE (in_section) == SECTION_NAMED) && \ 483 (in_section->named.common.flags & SECTION_DEBUG); \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | sol2.h | 198 && in_section \ 199 && ((in_section->common.flags & SECTION_TLS) == SECTION_TLS)) \
|
H A D | darwin.h | 189 if (in_section == text_section) \
|
H A D | cygming.h | 190 in_section = NULL)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | sol2.h | 198 && in_section \ 199 && ((in_section->common.flags & SECTION_TLS) == SECTION_TLS)) \
|
H A D | darwin.h | 199 if (in_section == text_section) \
|
H A D | cygming.h | 199 in_section = NULL)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
H A D | sol2.h | 402 && in_section \ 403 && ((in_section->common.flags & SECTION_TLS) == SECTION_TLS)) \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | sol2.h | 402 && in_section \ 403 && ((in_section->common.flags & SECTION_TLS) == SECTION_TLS)) \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | darwin.cc | 160 section *saved_in_section = in_section; in output_objc_section_asm_op() 2398 || (in_section in darwin_asm_declare_object_name() 2399 && (in_section->common.flags & SECTION_NO_ANCHOR))); in darwin_asm_declare_object_name() 2419 || (in_section in darwin_asm_declare_constant_name() 2420 && (in_section->common.flags & SECTION_NO_ANCHOR))); in darwin_asm_declare_constant_name() 2521 in_section = darwin_sections[zobj_bss_section]; in darwin_emit_local_bss() 2527 in_section = darwin_sections[static_data_section]; in darwin_emit_local_bss() 2545 in_section = get_section (secnam, flags, NULL); in darwin_emit_local_bss() 2591 in_section = comm_section; in darwin_emit_common() 2688 in_section = darwin_sections[zobj_data_section]; in darwin_output_aligned_bss() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | darwin.c | 144 section *saved_in_section = in_section; in output_objc_section_asm_op() 2364 || (in_section in darwin_asm_declare_object_name() 2365 && (in_section->common.flags & SECTION_NO_ANCHOR))); in darwin_asm_declare_object_name() 2385 || (in_section in darwin_asm_declare_constant_name() 2386 && (in_section->common.flags & SECTION_NO_ANCHOR))); in darwin_asm_declare_constant_name() 2487 in_section = darwin_sections[zobj_bss_section]; in darwin_emit_local_bss() 2493 in_section = darwin_sections[static_data_section]; in darwin_emit_local_bss() 2511 in_section = get_section (secnam, flags, NULL); in darwin_emit_local_bss() 2557 in_section = comm_section; in darwin_emit_common() 2654 in_section = darwin_sections[zobj_data_section]; in darwin_output_aligned_bss() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | output.h | 521 extern GTY(()) section *in_section;
|
H A D | varasm.c | 160 section *in_section; variable 1941 save_text_section = in_section; in assemble_end_function() 1971 if (ASM_NO_SKIP_IN_TEXT && (in_section->common.flags & SECTION_CODE) != 0) in assemble_zeros() 4113 && in_section in output_constant_pool_1() 4114 && (in_section->common.flags & SECTION_MERGE)) in output_constant_pool_1() 7508 if (in_section == new_section) in switch_to_section() 7512 in_section = NULL; in switch_to_section() 7514 in_section = new_section; in switch_to_section() 8190 in_section = sect; in handle_vtv_comdat_section() 8216 in_section = sect; in handle_vtv_comdat_section()
|
H A D | langhooks.c | 775 saved_section = in_section; in lhd_begin_section()
|
H A D | targhooks.c | 1822 section *previous_section = in_section; in default_print_patchable_function_entry()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | output.h | 538 extern GTY(()) section *in_section;
|
H A D | varasm.cc | 164 section *in_section; variable 2023 save_text_section = in_section; in assemble_end_function() 2053 if (ASM_NO_SKIP_IN_TEXT && (in_section->common.flags & SECTION_CODE) != 0) in assemble_zeros() 4196 && in_section in output_constant_pool_1() 4197 && (in_section->common.flags & SECTION_MERGE)) in output_constant_pool_1() 7838 else if (in_section == new_section) in switch_to_section() 7841 in_section = new_section; in switch_to_section() 8486 in_section = sect; in handle_vtv_comdat_section() 8512 in_section = sect; in handle_vtv_comdat_section()
|
H A D | langhooks.cc | 825 saved_section = in_section; in lhd_begin_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/ |
H A D | pa.cc | 4460 in_section = NULL; in pa_output_function_epilogue() 10050 in_section = NULL; in som_output_text_section_asm_op() 10064 in_section = NULL; in som_output_comdat_data_section_asm_op()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
H A D | pa.c | 4426 in_section = NULL; in pa_output_function_epilogue() 10017 in_section = NULL; in som_output_text_section_asm_op() 10031 in_section = NULL; in som_output_comdat_data_section_asm_op()
|