HomeSort by relevance Sort by last modified time
    Searched refs:reg_section (Results 1 - 25 of 41) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/
struc-symbol.h 126 reg_section, then this symbol has been converted into a regular
149 #define local_symbol_converted_p(l) ((l)->lsy_section == reg_section)
150 #define local_symbol_mark_converted(l) ((l)->lsy_section = reg_section)
cond.c 106 && S_GET_SEGMENT (symbolP) != reg_section;
as.h 238 && (SEG) != reg_section \
250 extern segT reg_section, expr_section;
expr.c 104 ? reg_section
    [all...]
write.c 58 (!md_register_arithmetic && (SEG) == reg_section)
64 (!md_register_arithmetic && (SEG) == reg_section)
74 (md_register_arithmetic || (SEG) != reg_section)
77 ((md_register_arithmetic || (SEG) != reg_section) \
840 || symsec == reg_section)
1005 && (add_symbol_segment == reg_section
1006 || sub_symbol_segment == reg_section))
    [all...]
as.c 105 segT reg_section; variable
1090 reg_section = subseg_new ("*GAS `reg' section*", 0);
    [all...]
symbols.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-sh.h 86 ((md_register_arithmetic || (SEG) != reg_section) \
214 ((!md_register_arithmetic && (SEG) == reg_section) \
221 || (!md_register_arithmetic && (SEG) == reg_section))
226 ((md_register_arithmetic || (SEG) != reg_section) \
tc-mmix.h 132 || S_GET_SEGMENT ((FIX)->fx_addsy) != reg_section) \
148 if (S_GET_SEGMENT (sym) == reg_section) \
tc-m68k.h 113 if (S_GET_SEGMENT (sym) == reg_section) \
tc-sh64.h 118 ((md_register_arithmetic || (SEG) != reg_section) \
tc-mmix.c 786 symbol_table_insert (symbol_new (buf, reg_section, i,
795 reg_section,
801 symbol_table_insert (symbol_new ("ROUND_CURRENT", reg_section, 512,
803 symbol_table_insert (symbol_new ("ROUND_OFF", reg_section, 512 + 1,
805 symbol_table_insert (symbol_new ("ROUND_UP", reg_section, 512 + 2,
807 symbol_table_insert (symbol_new ("ROUND_DOWN", reg_section, 512 + 3,
809 symbol_table_insert (symbol_new ("ROUND_NEAR", reg_section, 512 + 4,
    [all...]
m68k-parse.y 720 if (symbolp != NULL && S_GET_SEGMENT (symbolp) == reg_section)
737 if (symbolp != NULL && S_GET_SEGMENT (symbolp) == reg_section)
tc-dlx.c 93 symbol_table_insert (symbol_new (regname, reg_section, (valueT) regnum,
99 symbol_table_insert (symbol_new (buf, reg_section, (valueT) regnum,
tc-i386-intel.c 516 && seg != reg_section
753 else if (S_GET_SEGMENT (intel_state.seg) == reg_section)
903 * i386_finalize_displacement, and we can end up seeing reg_section
914 && exp_seg == reg_section)
tc-arc.c 246 reg_section,
553 if (S_GET_SEGMENT (symbolP) == reg_section)
567 symbol_table_insert (symbol_create (name, reg_section,
    [all...]
tc-tic4x.c 626 symbol_table_insert (symbol_new (regname, reg_section, (valueT) regnum,
632 symbol_table_insert (symbol_new (buf, reg_section, (valueT) regnum,
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ptrace-core.c 40 asection *reg_section; member in struct:trad_core_struct
47 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section)
aix386-core.c 55 (((bfd)->tdata.trad_core_data)->reg_section)
63 asection *reg_section; member in struct:trad_core_struct
hppabsd-core.c 62 asection *reg_section; member in struct:hppabsd_core_struct
70 #define core_regsec(bfd) (core_hdr(bfd)->reg_section)
trad-core.c 57 asection *reg_section; member in struct:trad_core_struct
64 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section)
elf64-mmix.c 2242 asection *reg_section; local
    [all...]
aoutf1.h 542 #define core_regsec(bfd) (core_hdr (bfd)->reg_section)
551 asection *reg_section;
550 asection *reg_section; member in struct:sun_core_struct
mmo.c 349 which is stored in reg_section. */
352 asection *reg_section; member in struct:mmo_write_sec_info
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
mmix-dis.c 92 asection *reg_section = bfd_get_section_by_name (abfd, "*REG*"); local
94 if (reg_section != NULL)
114 if (syms[i]->section == reg_section

Completed in 354 milliseconds

1 2