Searched refs:reg_section (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dstruc-symbol.h115 reg_section, then this symbol has been converted into a regular
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 Dcond.c107 && S_GET_SEGMENT (symbolP) != reg_section;
H A Das.h286 && (SEG) != reg_section \
298 extern segT reg_section, expr_section;
H A Dexpr.c1284 else if (mode != expr_defer && segment == reg_section)
1337 return reg_section;
2024 && (seg_left != reg_section || left == right)
2069 || ((seg_left != reg_section || seg_right != reg_section)
2141 else if (seg_left == reg_section && final_val == 0)
H A Das.c109 segT reg_section; variable
1001 reg_section = subseg_new ("*GAS `reg' section*", 0);
H A Dcgen.c67 symbol_table_insert (symbol_create (name, reg_section,
H A Ditbl-ops.c275 symbol_table_insert (symbol_create (e->name, reg_section,
H A Dread.c2453 : reg_section));
3003 && S_GET_SEGMENT (symbolP) != reg_section)
3605 S_SET_SEGMENT (symbolP, reg_section);
H A Dsymbols.c1524 case O_register: *segP = reg_section; break;
2085 if (bfd_get_section (s->bsym) == reg_section)
2154 if (seg == reg_section)
H A Dwrite.c1514 bfd_section_list_remove (stdoutput, reg_section);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dptrace-core.c40 asection *reg_section; member in struct:trad_core_struct
47 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section)
H A Dtrad-core.c54 asection *reg_section; member in struct:trad_core_struct
61 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section)
H A Daoutf1.h543 #define core_regsec(bfd) (core_hdr (bfd)->reg_section)
552 asection *reg_section;
551 asection *reg_section; member in struct:sun_core_struct
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arc.c247 reg_section,
553 if (S_GET_SEGMENT (symbolP) == reg_section)
567 symbol_table_insert (symbol_create (name, reg_section,
H A Dtc-alpha.c4942 alpha_register_table[i] = symbol_create (name, reg_section, i,
4951 alpha_register_table[i] = symbol_create (name, reg_section, i,
H A Dtc-mips.c1734 if ((symbolP = symbol_find (*s)) && S_GET_SEGMENT (symbolP) == reg_section)
1856 symbol_table_insert (symbol_new (reg_names[i].name, reg_section,
1861 symbol_table_insert (symbol_new (reg_names_n32n64[i].name, reg_section,
1866 symbol_table_insert (symbol_new (reg_names_o32[i].name, reg_section,
H A Dtc-i386.c5911 if (symbolP && S_GET_SEGMENT (symbolP) == reg_section)
H A Dtc-ia64.c5616 sym = symbol_create (name, reg_section, regnum, &zero_address_frag);
H A Dtc-arm.c2601 && S_GET_SEGMENT (symbolP) != reg_section)

Completed in 287 milliseconds