| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | symbols.c | 955 if (seg_left == undefined_section) in report_op_error() 963 if (seg_left != undefined_section in report_op_error() 964 && seg_right != undefined_section) in report_op_error() 979 if (seg_left == undefined_section) in report_op_error() 985 if (seg_left != undefined_section in report_op_error() 986 && seg_right != undefined_section) in report_op_error() 1090 final_seg = undefined_section; in resolve_symbol_value() 1319 && (seg_left != undefined_section in resolve_symbol_value() 1393 || seg_right == undefined_section) in resolve_symbol_value() 1394 final_seg = undefined_section; in resolve_symbol_value() [all …]
|
| H A D | subsegs.c | 239 && seg != undefined_section)) in section_symbol() 241 else if (seg == undefined_section) in section_symbol()
|
| H A D | as.h | 282 && (SEG) != undefined_section \ 299 #define undefined_section bfd_und_section_ptr macro
|
| H A D | expr.c | 553 …know (S_GET_SEGMENT (symbolP) == undefined_section || S_GET_SEGMENT (symbolP) == text_section || S… in integer_constant() 1867 if (retval != undefined_section || SEG_NORMAL (rightseg)) in expr() 2018 && (seg_left != undefined_section || add_symbol == op_symbol))) in resolve_expression() 2063 && (seg_left != undefined_section in resolve_expression() 2064 || seg_right != undefined_section in resolve_expression() 2103 && (seg_left != undefined_section in resolve_expression()
|
| H A D | read.c | 1484 S_SET_SEGMENT (symbolP, undefined_section); in s_comm_internal() 2443 if (S_GET_SEGMENT (symbolP) == undefined_section) in s_lsym() 3480 S_SET_SEGMENT (symbolP, undefined_section); in s_weakref() 3613 && (seg != undefined_section in pseudo_set() 3619 else if (!S_IS_FORWARD_REF (symbolP) && seg != undefined_section) in pseudo_set() 3633 S_SET_SEGMENT (symbolP, undefined_section); in pseudo_set() 5225 if ((retval = get_segmented_expression (expP)) == undefined_section) in get_known_segmented_expression()
|
| H A D | stabs.c | 150 symbol = symbol_create (string, undefined_section, 0,
|
| H A D | listing.c | 821 if (S_GET_SEGMENT (ptr) == undefined_section) in list_symbol_table()
|
| H A D | cgen.c | 457 && exp.X_add_symbol->bsym->section != undefined_section)
|
| H A D | write.c | 989 else if (add_symbol_segment != undefined_section in fixup_segment()
|
| H A D | ChangeLog-9697 | 5719 than comparing S_GET_SEGMENT to undefined_section. 5724 undefined_section. 5741 undefined_section.
|
| H A D | ChangeLog-9295 | 4596 undefined_section. 5733 * as.h (absolute_section, undefined_section): Use new BFD macros 10051 undefined_section for the return value. 11804 * config/obj-aout.c (obj_aout_stab): Refer to undefined_section, 11914 (absolute_section, undefined_section): Always define.
|
| H A D | ChangeLog-9899 | 4435 undefined_section rather than sy_frag->line == NULL.
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-ia64.c | 7421 symbol_new (".<dtpmod>", undefined_section, FUNC_DTP_MODULE, in md_begin() 7425 symbol_new (".<dtprel>", undefined_section, FUNC_DTP_RELATIVE, in md_begin() 7429 symbol_new (".<fptr>", undefined_section, FUNC_FPTR_RELATIVE, in md_begin() 7433 symbol_new (".<gprel>", undefined_section, FUNC_GP_RELATIVE, in md_begin() 7437 symbol_new (".<ltoff>", undefined_section, FUNC_LT_RELATIVE, in md_begin() 7445 symbol_new (".<pcrel>", undefined_section, FUNC_PC_RELATIVE, in md_begin() 7449 symbol_new (".<pltoff>", undefined_section, FUNC_PLT_RELATIVE, in md_begin() 7453 symbol_new (".<secrel>", undefined_section, FUNC_SEC_RELATIVE, in md_begin() 7461 symbol_new (".<tprel>", undefined_section, FUNC_TP_RELATIVE, in md_begin() 7465 symbol_new (".<ltv>", undefined_section, FUNC_LTV_RELATIVE, in md_begin() [all …]
|
| H A D | obj-coff.c | 150 symbolP = symbol_new (name, undefined_section, in tag_find_or_make() 1239 S_SET_SEGMENT (weakp, undefined_section); in coff_frob_symbol()
|
| H A D | tc-sparc.c | 2896 && seg != undefined_section) 4274 S_SET_SEGMENT (sym, undefined_section); in sparc_adjust_symtab()
|
| H A D | tc-i386.c | 4659 && exp_seg != undefined_section in i386_immediate() 4870 && S_GET_SEGMENT (exp->X_add_symbol) != undefined_section) in i386_displacement() 4900 && exp_seg != undefined_section in i386_displacement() 6272 GOT_symbol = symbol_new (name, undefined_section,
|
| H A D | tc-cr16.c | 468 && S_GET_SEGMENT (fix->fx_addsy) != undefined_section \
|
| H A D | tc-s390.c | 1863 GOT_symbol = symbol_new (name, undefined_section,
|
| H A D | tc-ppc.c | 3456 if (S_GET_SEGMENT (exp.X_add_symbol) == undefined_section) in ppc_stabx()
|
| H A D | tc-arm.c | 841 && seg != undefined_section) in my_get_expression() 2580 symbolP = symbol_new (name, undefined_section, 0, dummy_frag); in s_thumb_set() 2585 symbolP = symbol_new (name, undefined_section, 0, &zero_address_frag); in s_thumb_set() 2758 pool->symbol = symbol_create (FAKE_LABEL_NAME, undefined_section, in find_or_make_literal_pool() 17700 GOT_symbol = symbol_new (name, undefined_section, in md_undefined_symbol()
|
| H A D | tc-score.c | 5228 && (S_GET_SEGMENT (fixP->fx_addsy) == undefined_section) in md_pcrel_from()
|