/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | symbols.c | 380 && sec != undefined_section in symbol_init() 574 if (locsym->section != undefined_section in colon() 747 symbolP = (symbolS *) local_symbol_make (name, undefined_section, in symbol_find_or_make() 769 symbolP = symbol_new (name, undefined_section, &zero_address_frag, 0); in symbol_make() 1363 relc_symbol = symbol_new (relc_symbol_name, undefined_section, in resolve_symbol_value() 1390 final_seg = undefined_section; in resolve_symbol_value() 1534 if (seg_left == undefined_section in resolve_symbol_value() 1558 if (op == O_secidx && seg_left != undefined_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 | subsegs.c | 250 && seg != undefined_section)) in section_symbol() 252 else if (seg == undefined_section) in section_symbol()
|
H A D | as.h | 179 && (SEG) != undefined_section \ 196 #define undefined_section bfd_und_section_ptr macro
|
H A D | expr.c | 2123 if (retval == undefined_section) in expr() 2125 else if (rightseg == undefined_section) in expr() 2292 && (seg_left != undefined_section || add_symbol == op_symbol))) in resolve_expression() 2339 || (seg_left == undefined_section in resolve_expression() 2340 && seg_right == undefined_section in resolve_expression() 2389 && (seg_left != undefined_section in resolve_expression()
|
H A D | stabs.c | 155 symbol = symbol_create (string, undefined_section, &zero_address_frag, 0); in aout_process_stab()
|
H A D | read.c | 1792 S_SET_SEGMENT (symbolP, undefined_section); in s_comm_internal() 2652 if (S_GET_SEGMENT (symbolP) == undefined_section) in s_lsym() 3876 S_SET_SEGMENT (symbolP, undefined_section); in s_weakref() 4031 && (seg != undefined_section in pseudo_set() 4037 else if (!S_IS_FORWARD_REF (symbolP) && seg != undefined_section) in pseudo_set() 4051 S_SET_SEGMENT (symbolP, undefined_section); in pseudo_set() 5672 if (retval == undefined_section) in get_known_segmented_expression()
|
H A D | cgen.c | 434 && bsym->section != undefined_section))) in gas_cgen_parse_operand()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | symbols.c | 313 && sec != undefined_section in symbol_init() 505 if (locsym->section != undefined_section in colon() 676 symbolP = (symbolS *) local_symbol_make (name, undefined_section, in symbol_find_or_make() 698 symbolP = symbol_new (name, undefined_section, &zero_address_frag, 0); in symbol_make() 1293 relc_symbol = symbol_new (relc_symbol_name, undefined_section, in resolve_symbol_value() 1320 final_seg = undefined_section; in resolve_symbol_value() 1425 if (seg_left == undefined_section in resolve_symbol_value() 1449 if (op == O_secidx && seg_left != undefined_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 | subsegs.c | 250 && seg != undefined_section)) in section_symbol() 252 else if (seg == undefined_section) in section_symbol()
|
H A D | as.h | 174 && (SEG) != undefined_section \ 191 #define undefined_section bfd_und_section_ptr macro
|
H A D | expr.c | 610 …know (S_GET_SEGMENT (symbolP) == undefined_section || S_GET_SEGMENT (symbolP) == text_section || S… in integer_constant() 2067 if (retval == undefined_section) in expr() 2069 else if (rightseg == undefined_section) in expr() 2236 && (seg_left != undefined_section || add_symbol == op_symbol))) in resolve_expression() 2283 || (seg_left == undefined_section in resolve_expression() 2284 && seg_right == undefined_section in resolve_expression() 2323 && (seg_left != undefined_section in resolve_expression()
|
H A D | read.c | 1761 S_SET_SEGMENT (symbolP, undefined_section); in s_comm_internal() 2607 if (S_GET_SEGMENT (symbolP) == undefined_section) in s_lsym() 3834 S_SET_SEGMENT (symbolP, undefined_section); in s_weakref() 3986 && (seg != undefined_section in pseudo_set() 3992 else if (!S_IS_FORWARD_REF (symbolP) && seg != undefined_section) in pseudo_set() 4006 S_SET_SEGMENT (symbolP, undefined_section); in pseudo_set() 5634 if (retval == undefined_section) in get_known_segmented_expression()
|
H A D | stabs.c | 147 symbol = symbol_create (string, undefined_section, &zero_address_frag, 0); in aout_process_stab()
|
H A D | cgen.c | 432 && bsym->section != undefined_section))) in gas_cgen_parse_operand()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-kvx.c | 1563 symbolS *gotoff_sym = symbol_create (".<gotoff>", undefined_section, &zero_address_frag, 0); in md_begin() 1564 symbolS *got_sym = symbol_create (".<got>", undefined_section, &zero_address_frag, 0); in md_begin() 1565 symbolS *plt_sym = symbol_create (".<plt>", undefined_section, &zero_address_frag, 0); in md_begin() 1566 symbolS *tlsgd_sym = symbol_create (".<tlsgd>", undefined_section, &zero_address_frag, 0); in md_begin() 1567 symbolS *tlsie_sym = symbol_create (".<tlsie>", undefined_section, &zero_address_frag, 0); in md_begin() 1568 symbolS *tlsle_sym = symbol_create (".<tlsle>", undefined_section, &zero_address_frag, 0); in md_begin() 1569 symbolS *tlsld_sym = symbol_create (".<tlsld>", undefined_section, &zero_address_frag, 0); in md_begin() 1570 symbolS *dtpoff_sym = symbol_create (".<dtpoff>", undefined_section, &zero_address_frag, 0); in md_begin() 1571 symbolS *plt64_sym = symbol_create (".<plt64>", undefined_section, &zero_address_frag, 0); in md_begin() 1572 symbolS *gotaddr_sym = symbol_create (".<gotaddr>", undefined_section, &zero_address_frag, 0); in md_begin() [all …]
|
H A D | obj-evax.c | 102 && S_GET_SEGMENT (sym) == undefined_section) in evax_frob_symbol()
|
H A D | tc-ia64.c | 7252 symbol_new (".<dtpmod>", undefined_section, in md_begin() 7256 symbol_new (".<dtprel>", undefined_section, in md_begin() 7260 symbol_new (".<fptr>", undefined_section, in md_begin() 7264 symbol_new (".<gprel>", undefined_section, in md_begin() 7268 symbol_new (".<ltoff>", undefined_section, in md_begin() 7272 symbol_new (".<ltoffx>", undefined_section, in md_begin() 7276 symbol_new (".<pcrel>", undefined_section, in md_begin() 7280 symbol_new (".<pltoff>", undefined_section, in md_begin() 7284 symbol_new (".<secrel>", undefined_section, in md_begin() 7288 symbol_new (".<segrel>", undefined_section, in md_begin() [all …]
|
H A D | tc-mmix.c | 2030 if (section == undefined_section) in mmix_greg_internal() 3972 if (section == undefined_section) in s_loc() 4063 if (section != now_seg && section != undefined_section) in s_loc() 4087 if (section == undefined_section) in s_loc() 4101 if (section == undefined_section) in s_loc()
|
H A D | obj-coff.c | 146 symbolP = symbol_new (name, undefined_section, &zero_address_frag, 0); in tag_find_or_make() 1266 S_SET_SEGMENT (weakp, undefined_section); in coff_frob_symbol()
|
H A D | tc-cr16.c | 485 && S_GET_SEGMENT ((fix)->fx_addsy) != undefined_section \ 697 GOT_symbol = symbol_new (name, undefined_section, in md_undefined_symbol()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | obj-evax.c | 102 && S_GET_SEGMENT (sym) == undefined_section) in evax_frob_symbol()
|
H A D | tc-ia64.c | 7259 symbol_new (".<dtpmod>", undefined_section, in md_begin() 7263 symbol_new (".<dtprel>", undefined_section, in md_begin() 7267 symbol_new (".<fptr>", undefined_section, in md_begin() 7271 symbol_new (".<gprel>", undefined_section, in md_begin() 7275 symbol_new (".<ltoff>", undefined_section, in md_begin() 7279 symbol_new (".<ltoffx>", undefined_section, in md_begin() 7283 symbol_new (".<pcrel>", undefined_section, in md_begin() 7287 symbol_new (".<pltoff>", undefined_section, in md_begin() 7291 symbol_new (".<secrel>", undefined_section, in md_begin() 7295 symbol_new (".<segrel>", undefined_section, in md_begin() [all …]
|
H A D | tc-mmix.c | 2028 if (section == undefined_section) in mmix_greg_internal() 3970 if (section == undefined_section) in s_loc() 4061 if (section != now_seg && section != undefined_section) in s_loc() 4085 if (section == undefined_section) in s_loc() 4099 if (section == undefined_section) in s_loc()
|
H A D | obj-coff.c | 146 symbolP = symbol_new (name, undefined_section, &zero_address_frag, 0); in tag_find_or_make() 1266 S_SET_SEGMENT (weakp, undefined_section); in coff_frob_symbol()
|
H A D | tc-cr16.c | 485 && S_GET_SEGMENT ((fix)->fx_addsy) != undefined_section \ 697 GOT_symbol = symbol_new (name, undefined_section, in md_undefined_symbol()
|