| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | struc-symbol.h | 139 #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 D | as.h | 283 && (SEG) != reg_section \ 295 extern segT reg_section, expr_section;
|
| H A D | expr.c | 1280 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 D | as.c | 109 segT reg_section; variable 999 reg_section = subseg_new ("*GAS `reg' section*", 0); in perform_an_assembly_pass()
|
| H A D | cond.c | 107 && S_GET_SEGMENT (symbolP) != reg_section; in s_ifdef()
|
| H A D | itbl-ops.c | 275 symbol_table_insert (symbol_create (e->name, reg_section, in itbl_init()
|
| H A D | symbols.c | 1520 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 D | cgen.c | 67 symbol_table_insert (symbol_create (name, reg_section,
|
| H A D | read.c | 2450 : 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 D | write.c | 1514 bfd_section_list_remove (stdoutput, reg_section); in write_object_file()
|
| H A D | ChangeLog-9295 | 797 * 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 D | ChangeLog-0203 | 4496 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 D | ChangeLog-0001 | 5013 (pa_equ): Allow reg_section expressions. 5031 reg, set section of resulting symbol to reg_section.
|
| H A D | ChangeLog-9899 | 4808 (r_seg): Put reglst symbols in reg_section.
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | ptrace-core.c | 40 asection *reg_section; member 47 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section)
|
| H A D | trad-core.c | 54 asection *reg_section; member 61 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section)
|
| H A D | aoutf1.h | 542 #define core_regsec(bfd) (core_hdr (bfd)->reg_section) 551 asection *reg_section; member
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-arc.c | 246 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 D | tc-alpha.c | 4929 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 D | tc-mips.c | 1727 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 D | tc-i386.c | 5901 if (symbolP && S_GET_SEGMENT (symbolP) == reg_section) in parse_register()
|
| H A D | tc-ia64.c | 5616 sym = symbol_create (name, reg_section, regnum, &zero_address_frag);
|
| H A D | tc-arm.c | 2599 && S_GET_SEGMENT (symbolP) != reg_section) in s_thumb_set()
|
| /freebsd-12.1/contrib/binutils/gas/doc/ |
| H A D | internals.texi | 1030 symbol table, perhaps using @code{reg_section}.
|