| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | expr.c | 97 ? absolute_section in make_expr_symbol() 692 if (now_seg == absolute_section) in current_location() 1329 return absolute_section; in operand() 1848 retval = absolute_section; in expr() 1849 rightseg = absolute_section; in expr() 1930 if (seg_left != absolute_section) in resolve_expression() 1969 if (seg_right == absolute_section) in resolve_expression() 1975 else if (seg_left == absolute_section) in resolve_expression() 1987 if (seg_right == absolute_section) in resolve_expression() 2009 if (!(seg_left == absolute_section in resolve_expression() [all …]
|
| H A D | symbols.c | 275 if (now_seg == absolute_section) in colon() 1123 final_seg = absolute_section; in resolve_symbol_value() 1240 final_seg = absolute_section; in resolve_symbol_value() 1282 if (seg_right == absolute_section) in resolve_symbol_value() 1287 else if (seg_left == absolute_section) in resolve_symbol_value() 1298 if (seg_right == absolute_section) in resolve_symbol_value() 1313 if (!(seg_left == absolute_section in resolve_symbol_value() 1314 && seg_right == absolute_section) in resolve_symbol_value() 1336 final_seg = absolute_section; in resolve_symbol_value() 1395 else if (seg_left == absolute_section) in resolve_symbol_value() [all …]
|
| H A D | read.c | 687 absolute_section, in read_a_source_file() 1228 if (now_seg == absolute_section) in do_align() 2449 ? absolute_section in s_lsym() 2602 if (now_seg == absolute_section) in do_org() 3182 if (now_seg == absolute_section) in s_space() 3204 if (now_seg == absolute_section) in s_space() 3338 subseg_set (absolute_section, 0); in s_struct() 3978 if (now_seg == absolute_section) in emit_expr() 5008 if (now_seg == absolute_section) in stringer() 5215 retval = absolute_section; in get_segmented_expression() [all …]
|
| H A D | as.h | 281 #define SEG_NORMAL(SEG) ( (SEG) != absolute_section \ 298 #define absolute_section bfd_abs_section_ptr macro
|
| H A D | frags.c | 290 if (now_seg == absolute_section) in frag_align() 362 if (now_seg == absolute_section) in frag_now_fix_octets()
|
| H A D | write.c | 344 if (seg == absolute_section) in record_alignment() 354 if (seg == absolute_section) in get_recorded_alignment() 695 abs_section_sym = section_symbol (absolute_section); in resolve_reloc_expr_symbols() 857 segT add_symbol_segment = absolute_section; in fixup_segment() 860 abs_section_sym = section_symbol (absolute_section); in fixup_segment() 926 else if (sub_symbol_segment == absolute_section in fixup_segment() 982 else if (add_symbol_segment == absolute_section in fixup_segment() 1893 know (S_GET_SEGMENT (symbolP) != absolute_section in relax_frag() 2348 if (S_GET_SEGMENT (symbolP) != absolute_section in relax_segment()
|
| H A D | listing.c | 291 if (now_seg == absolute_section) in listing_newline() 750 || S_GET_SEGMENT (ptr) == absolute_section) in list_symbol_table()
|
| H A D | cgen.c | 456 && exp.X_add_symbol->bsym->section != absolute_section
|
| H A D | as.c | 1152 sym = symbol_new (defsyms->name, absolute_section, defsyms->value, in main()
|
| H A D | ChangeLog-9295 | 1493 * frags.c (frag_align): Handle absolute_section. 1666 (s_space): In absolute_section, just increase abs_section_offset. 1668 (emit_expr): Handle absolute_section specially. 1671 * frags.c (frag_more): Warn if in absolute_section. 1672 (frag_now_fix): In absolute_section, return abs_section_offset. 1673 * subsegs.c (subseg_change): If switching to absolute_section, 1676 absolute_section. 5733 * as.h (absolute_section, undefined_section): Use new BFD macros 6180 (symbol_to_chars): Use absolute_section and reg_section instead of 10050 * expr.c (expr): Don't let absolute_section override [all …]
|
| H A D | ChangeLog-9899 | 1345 (md_apply_fix) [case GPREL]: Use now_seg instead of absolute_section. 4809 (m68k_frob_symbol): Frob reglst symbols into absolute_section.
|
| H A D | ChangeLog-0203 | 4873 (i386_immediate): Allow absolute_section expressions for aout.
|
| H A D | ChangeLog-0001 | 1312 subtract, set "retval" to absolute_section if symbols in same
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-spu.h | 95 abs_section_sym = section_symbol (absolute_section); \
|
| H A D | obj-coff.c | 667 S_SET_SEGMENT (def_symbol_in_progress, absolute_section); in obj_coff_endef() 675 S_SET_SEGMENT (def_symbol_in_progress, absolute_section); in obj_coff_endef() 723 || S_GET_SEGMENT (def_symbol_in_progress) == absolute_section in obj_coff_endef() 1232 S_SET_SEGMENT (symp, absolute_section); in coff_frob_symbol()
|
| H A D | tc-sparc.c | 2892 if (seg != absolute_section 3656 = symbol_get_bfdsym (section_symbol (absolute_section)); 4240 S_SET_SEGMENT (globals[reg], absolute_section); 4311 if (now_seg == absolute_section)
|
| H A D | tc-ppc.c | 3614 absolute_section, in ppc_function() 5039 else if (S_GET_SEGMENT (sym) == absolute_section) in ppc_frob_symbol() 5185 if (S_GET_SEGMENT (sym) != absolute_section) in ppc_adjust_symtab() 5188 csect = symbol_create (".abs[XO]", absolute_section, in ppc_adjust_symtab() 5362 if (symseg == absolute_section) in ppc_fix_adjustable()
|
| H A D | obj-elf.c | 264 sym = symbol_new (s, absolute_section, 0, NULL); in elf_file_symbol() 1303 psym = section_symbol (absolute_section); in obj_elf_vtable_inherit()
|
| H A D | tc-alpha.c | 1367 section_symbol (absolute_section), addend); in load_expression() 4301 e.X_add_symbol = section_symbol (absolute_section); in s_alpha_gprel32() 4314 e.X_add_symbol = section_symbol (absolute_section); in s_alpha_gprel32() 5357 && S_GET_SEGMENT (fixP->fx_addsy) != absolute_section) in md_apply_fix()
|
| H A D | tc-i386.c | 4655 && exp_seg != absolute_section in i386_immediate() 4896 && exp_seg != absolute_section in i386_displacement() 5647 && sym_seg != absolute_section)) 7495 if (!symbolP || S_GET_SEGMENT(symbolP) != absolute_section) in intel_e11()
|
| H A D | tc-cr16.c | 562 : absolute_section), in tc_gen_reloc()
|
| H A D | tc-arm.c | 837 if (seg != absolute_section in my_get_expression() 4109 if (expression (&exp) == absolute_section in parse_fpa_immediate() 16870 know (S_GET_SEGMENT (sym) != absolute_section in relaxed_symbol_addr()
|
| H A D | tc-mips.c | 13855 else if (symsec != absolute_section && sec != NULL) in mips16_extended_frag()
|