Searched refs:expr_section (Results 1 – 17 of 17) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/gas/ |
H A D | symbols.c | 466 S_SET_SEGMENT (symbolP, expr_section); in colon() 650 if ((symbolP->bsym->section == expr_section in symbol_clone_if_forward_ref() 934 && S_GET_SEGMENT (symp->sy_value.X_add_symbol) != expr_section)) in use_complex_relocs_for() 966 && S_GET_SEGMENT (symp->sy_value.X_add_symbol) != expr_section in use_complex_relocs_for() 967 && S_GET_SEGMENT (symp->sy_value.X_op_symbol) != expr_section) in use_complex_relocs_for() 1091 else if (final_seg == expr_section in resolve_symbol_value() 1165 if (final_seg == expr_section) in resolve_symbol_value() 1238 && ((final_seg == expr_section && seg_left != expr_section) in resolve_symbol_value() 1259 if (final_seg == expr_section || final_seg == undefined_section) in resolve_symbol_value() 1285 if (final_seg == expr_section || final_seg == undefined_section) in resolve_symbol_value() [all …]
|
H A D | as.h | 221 && (SEG) != expr_section) 232 extern segT reg_section, expr_section;
|
H A D | as.c | 107 segT expr_section; variable 1144 expr_section = subseg_new ("*GAS `expr' section*", 0); in perform_an_assembly_pass()
|
H A D | expr.c | 102 : expr_section), in make_expr_symbol() 2026 else if (retval == expr_section) in expr() 2028 else if (rightseg == expr_section) in expr()
|
H A D | read.c | 1900 S_SET_SEGMENT (line_label, expr_section); in s_mri_common() 2804 && segment != expr_section) in do_org() 3881 S_SET_SEGMENT (symbolP, expr_section); in pseudo_set() 5678 && S_GET_SEGMENT (expP->X_add_symbol) != expr_section) in get_known_segmented_expression()
|
H A D | write.c | 1845 bfd_section_list_remove (stdoutput, expr_section); in write_object_file()
|
/dflybsd-src/contrib/binutils-2.34/gas/ |
H A D | symbols.c | 600 S_SET_SEGMENT (symbolP, expr_section); in colon() 799 if ((symbolP->bsym->section == expr_section in symbol_clone_if_forward_ref() 1116 && S_GET_SEGMENT (symp->sy_value.X_op_symbol) != expr_section) in use_complex_relocs_for() 1126 && S_GET_SEGMENT (symp->sy_value.X_add_symbol) != expr_section) in use_complex_relocs_for() 1265 else if (final_seg == expr_section in resolve_symbol_value() 1345 if (final_seg == expr_section) in resolve_symbol_value() 1403 && ((final_seg == expr_section in resolve_symbol_value() 1404 && seg_left != expr_section in resolve_symbol_value() 1425 if (final_seg == expr_section || final_seg == undefined_section) in resolve_symbol_value() 1451 if (final_seg == expr_section || final_seg == undefined_section) in resolve_symbol_value() [all …]
|
H A D | as.h | 220 && (SEG) != expr_section) 231 extern segT reg_section, expr_section;
|
H A D | as.c | 114 segT expr_section; variable 1181 expr_section = subseg_new ("*GAS `expr' section*", 0); in perform_an_assembly_pass()
|
H A D | expr.c | 104 : expr_section), in make_expr_symbol() 2029 else if (retval == expr_section) in expr() 2031 else if (rightseg == expr_section) in expr()
|
H A D | read.c | 1902 S_SET_SEGMENT (line_label, expr_section); in s_mri_common() 2806 && segment != expr_section) in do_org() 3887 S_SET_SEGMENT (symbolP, expr_section); in pseudo_set() 5577 && S_GET_SEGMENT (expP->X_add_symbol) != expr_section) in get_known_segmented_expression()
|
H A D | dwarf2dbg.c | 429 S_SET_SEGMENT (e->loc.view, expr_section); in set_or_check_view()
|
H A D | write.c | 2089 bfd_section_list_remove (stdoutput, expr_section); in write_object_file()
|
/dflybsd-src/contrib/binutils-2.27/gas/config/ |
H A D | tc-i386-intel.c | 520 && seg != expr_section) in i386_intel_simplify()
|
H A D | tc-i386.c | 8402 && S_GET_SEGMENT (exp->X_add_symbol) != expr_section) in i386_finalize_displacement()
|
/dflybsd-src/contrib/binutils-2.34/gas/config/ |
H A D | tc-i386-intel.c | 541 && seg != expr_section) in i386_intel_simplify()
|
H A D | tc-i386.c | 10115 && S_GET_SEGMENT (exp->X_add_symbol) != expr_section) in i386_finalize_displacement()
|