Home
last modified time | relevance | path

Searched refs:undefined_section (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/binutils/gas/
H A Dsymbols.c955 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 Dsubsegs.c239 && seg != undefined_section)) in section_symbol()
241 else if (seg == undefined_section) in section_symbol()
H A Das.h282 && (SEG) != undefined_section \
299 #define undefined_section bfd_und_section_ptr macro
H A Dexpr.c553 …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 Dread.c1484 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 Dstabs.c150 symbol = symbol_create (string, undefined_section, 0,
H A Dlisting.c821 if (S_GET_SEGMENT (ptr) == undefined_section) in list_symbol_table()
H A Dcgen.c457 && exp.X_add_symbol->bsym->section != undefined_section)
H A Dwrite.c989 else if (add_symbol_segment != undefined_section in fixup_segment()
H A DChangeLog-96975719 than comparing S_GET_SEGMENT to undefined_section.
5724 undefined_section.
5741 undefined_section.
H A DChangeLog-92954596 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 DChangeLog-98994435 undefined_section rather than sy_frag->line == NULL.
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-ia64.c7421 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 Dobj-coff.c150 symbolP = symbol_new (name, undefined_section, in tag_find_or_make()
1239 S_SET_SEGMENT (weakp, undefined_section); in coff_frob_symbol()
H A Dtc-sparc.c2896 && seg != undefined_section)
4274 S_SET_SEGMENT (sym, undefined_section); in sparc_adjust_symtab()
H A Dtc-i386.c4659 && 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 Dtc-cr16.c468 && S_GET_SEGMENT (fix->fx_addsy) != undefined_section \
H A Dtc-s390.c1863 GOT_symbol = symbol_new (name, undefined_section,
H A Dtc-ppc.c3456 if (S_GET_SEGMENT (exp.X_add_symbol) == undefined_section) in ppc_stabx()
H A Dtc-arm.c841 && 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 Dtc-score.c5228 && (S_GET_SEGMENT (fixP->fx_addsy) == undefined_section) in md_pcrel_from()