/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | symbols.c | 703 S_SET_SEGMENT (symbolP, expr_section); in colon() 877 if ((symbolP->bsym->section == expr_section in symbol_clone_if_forward_ref() 1192 && S_GET_SEGMENT (symp->x->value.X_op_symbol) != expr_section) in use_complex_relocs_for() 1202 && S_GET_SEGMENT (symp->x->value.X_add_symbol) != expr_section) in use_complex_relocs_for() 1347 else if (final_seg == expr_section in resolve_symbol_value() 1466 if (final_seg == expr_section) in resolve_symbol_value() 1540 && ((final_seg == expr_section in resolve_symbol_value() 1541 && seg_left != expr_section in resolve_symbol_value() 1569 if (final_seg == expr_section || final_seg == undefined_section) in resolve_symbol_value() 1595 if (final_seg == expr_section || final_seg == undefined_section) in resolve_symbol_value() [all …]
|
H A D | as.h | 181 && (SEG) != expr_section) 192 extern segT reg_section, expr_section;
|
H A D | output-file.c | 91 stash_frchain_obs (expr_section); in output_file_close()
|
H A D | cgen.c | 432 || (bsym->section != expr_section in gas_cgen_parse_operand() 442 stmp = symbol_create (FAKE_LABEL_NAME, expr_section, in gas_cgen_parse_operand() 464 && bsym->section == expr_section in gas_cgen_parse_operand()
|
H A D | as.c | 117 segT expr_section; variable 1233 expr_section = subseg_new ("*GAS `expr' section*", 0); in perform_an_assembly_pass()
|
H A D | expr.c | 89 : expr_section), in make_expr_symbol() 2127 else if (retval == expr_section) in expr() 2129 else if (rightseg == expr_section) in expr()
|
H A D | read.c | 1914 S_SET_SEGMENT (line_label, expr_section); in s_mri_common() 2836 && segment != expr_section) in do_org() 4059 S_SET_SEGMENT (symbolP, expr_section); in pseudo_set() 5677 && S_GET_SEGMENT (expP->X_add_symbol) != expr_section) in get_known_segmented_expression()
|
H A D | dwarf2dbg.c | 443 S_SET_SEGMENT (e->loc.u.view, expr_section); in set_or_check_view()
|
H A D | write.c | 2151 bfd_section_list_remove (stdoutput, expr_section); in write_object_file()
|
H A D | ChangeLog-2010 | 212 to expr_section symbols; clone all equated symbols. Clear 1222 section_symbol() with expr_section.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | symbols.c | 634 S_SET_SEGMENT (symbolP, expr_section); in colon() 807 if ((symbolP->bsym->section == expr_section in symbol_clone_if_forward_ref() 1122 && S_GET_SEGMENT (symp->x->value.X_op_symbol) != expr_section) in use_complex_relocs_for() 1132 && S_GET_SEGMENT (symp->x->value.X_add_symbol) != expr_section) in use_complex_relocs_for() 1277 else if (final_seg == expr_section in resolve_symbol_value() 1357 if (final_seg == expr_section) in resolve_symbol_value() 1431 && ((final_seg == expr_section in resolve_symbol_value() 1432 && seg_left != expr_section in resolve_symbol_value() 1460 if (final_seg == expr_section || final_seg == undefined_section) in resolve_symbol_value() 1486 if (final_seg == expr_section || final_seg == undefined_section) in resolve_symbol_value() [all …]
|
H A D | as.h | 176 && (SEG) != expr_section) 187 extern segT reg_section, expr_section;
|
H A D | output-file.c | 88 stash_frchain_obs (expr_section); in output_file_close()
|
H A D | cgen.c | 430 || (bsym->section != expr_section in gas_cgen_parse_operand() 440 stmp = symbol_create (FAKE_LABEL_NAME, expr_section, in gas_cgen_parse_operand() 462 && bsym->section == expr_section in gas_cgen_parse_operand()
|
H A D | as.c | 118 segT expr_section; variable 1228 expr_section = subseg_new ("*GAS `expr' section*", 0); in perform_an_assembly_pass()
|
H A D | expr.c | 93 : expr_section), in make_expr_symbol() 2071 else if (retval == expr_section) in expr() 2073 else if (rightseg == expr_section) in expr()
|
H A D | read.c | 1883 S_SET_SEGMENT (line_label, expr_section); in s_mri_common() 2797 && segment != expr_section) in do_org() 4014 S_SET_SEGMENT (symbolP, expr_section); in pseudo_set() 5639 && S_GET_SEGMENT (expP->X_add_symbol) != expr_section) in get_known_segmented_expression()
|
H A D | dwarf2dbg.c | 439 S_SET_SEGMENT (e->loc.u.view, expr_section); in set_or_check_view()
|
H A D | write.c | 2157 bfd_section_list_remove (stdoutput, expr_section); in write_object_file()
|
H A D | ChangeLog-2010 | 212 to expr_section symbols; clone all equated symbols. Clear 1222 section_symbol() with expr_section.
|
H A D | ChangeLog-2011 | 1687 * read.c (do_org): Allow expr_section.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-i386-intel.c | 584 && seg != expr_section) in i386_intel_simplify()
|
H A D | tc-avr.c | 2643 S_SET_SEGMENT (sy, expr_section); in avr_patch_gccisr_frag()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-i386-intel.c | 589 && seg != expr_section) in i386_intel_simplify()
|
H A D | tc-avr.c | 2643 S_SET_SEGMENT (sy, expr_section); in avr_patch_gccisr_frag()
|