Home
last modified time | relevance | path

Searched refs:reg_section (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/binutils/gas/
H A Dstruc-symbol.h139 #define local_symbol_converted_p(l) ((l)->lsy_section == reg_section)
140 #define local_symbol_mark_converted(l) ((l)->lsy_section = reg_section)
H A Das.h283 && (SEG) != reg_section \
295 extern segT reg_section, expr_section;
H A Dexpr.c1280 else if (mode != expr_defer && segment == reg_section) in operand()
1333 return reg_section; in operand()
2017 && (seg_left != reg_section || left == right) in resolve_expression()
2062 || ((seg_left != reg_section || seg_right != reg_section) in resolve_expression()
2134 else if (seg_left == reg_section && final_val == 0) in resolve_expression()
H A Das.c109 segT reg_section; variable
999 reg_section = subseg_new ("*GAS `reg' section*", 0); in perform_an_assembly_pass()
H A Dcond.c107 && S_GET_SEGMENT (symbolP) != reg_section; in s_ifdef()
H A Ditbl-ops.c275 symbol_table_insert (symbol_create (e->name, reg_section, in itbl_init()
H A Dsymbols.c1520 case O_register: *segP = reg_section; break; in snapshot_symbol()
2081 if (bfd_get_section (s->bsym) == reg_section) in S_IS_LOCAL()
2150 if (seg == reg_section) in S_SET_SEGMENT()
H A Dcgen.c67 symbol_table_insert (symbol_create (name, reg_section,
H A Dread.c2450 : reg_section)); in s_lsym()
3000 && S_GET_SEGMENT (symbolP) != reg_section) in assign_symbol()
3601 S_SET_SEGMENT (symbolP, reg_section); in pseudo_set()
H A Dwrite.c1514 bfd_section_list_remove (stdoutput, reg_section); in write_object_file()
H A DChangeLog-9295797 * symbols.c (S_IS_LOCAL): All symbols in reg_section are local.
4730 false (if defined) as well as checking for reg_section.
6180 (symbol_to_chars): Use absolute_section and reg_section instead of
11159 (tc_frob_symbol): New macro: Get rid of symbols in reg_section.
12052 (big_section, reg_section, pass1_section, diff_section,
H A DChangeLog-02034496 with reg_section tests. Set fx_done instead of calling
4504 (tc_frob_symbol): Keep user defined syms in reg_section. Don't punt.
H A DChangeLog-00015013 (pa_equ): Allow reg_section expressions.
5031 reg, set section of resulting symbol to reg_section.
H A DChangeLog-98994808 (r_seg): Put reglst symbols in reg_section.
/freebsd-12.1/contrib/binutils/bfd/
H A Dptrace-core.c40 asection *reg_section; member
47 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section)
H A Dtrad-core.c54 asection *reg_section; member
61 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section)
H A Daoutf1.h542 #define core_regsec(bfd) (core_hdr (bfd)->reg_section)
551 asection *reg_section; member
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-arc.c246 reg_section, in init_opcode_tables()
550 if (S_GET_SEGMENT (symbolP) == reg_section) in arc_extoper()
564 symbol_table_insert (symbol_create (name, reg_section, in arc_extoper()
H A Dtc-alpha.c4929 alpha_register_table[i] = symbol_create (name, reg_section, i, in md_begin()
4938 alpha_register_table[i] = symbol_create (name, reg_section, i, in md_begin()
H A Dtc-mips.c1727 if ((symbolP = symbol_find (*s)) && S_GET_SEGMENT (symbolP) == reg_section) in reg_lookup()
1849 symbol_table_insert (symbol_new (reg_names[i].name, reg_section, in md_begin()
1854 symbol_table_insert (symbol_new (reg_names_n32n64[i].name, reg_section, in md_begin()
1859 symbol_table_insert (symbol_new (reg_names_o32[i].name, reg_section, in md_begin()
H A Dtc-i386.c5901 if (symbolP && S_GET_SEGMENT (symbolP) == reg_section) in parse_register()
H A Dtc-ia64.c5616 sym = symbol_create (name, reg_section, regnum, &zero_address_frag);
H A Dtc-arm.c2599 && S_GET_SEGMENT (symbolP) != reg_section) in s_thumb_set()
/freebsd-12.1/contrib/binutils/gas/doc/
H A Dinternals.texi1030 symbol table, perhaps using @code{reg_section}.