| /src/external/gpl3/binutils/dist/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)
|
| trad-core.c | 45 asection *reg_section; member in struct:trad_core_struct 52 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section)
|
| hppabsd-core.c | 62 asection *reg_section; member in struct:hppabsd_core_struct 70 #define core_regsec(bfd) (core_hdr(bfd)->reg_section)
|
| elf64-mmix.c | 2206 asection *reg_section; 2208 reg_section = bfd_get_section_by_name (abfd, MMIX_REG_SECTION_NAME); 2210 if (reg_section != NULL) 2213 if (bfd_section_flags (reg_section) & SEC_HAS_CONTENTS) 2217 if (!bfd_section_removed_from_list (abfd, reg_section)) 2219 bfd_section_list_remove (abfd, reg_section); 2201 asection *reg_section; local
|
| mmo.c | 357 which is stored in reg_section. */ 360 asection *reg_section; member in struct:mmo_write_sec_info 3190 infop->reg_section = sec; 3230 wsecinfo.reg_section = NULL; 3239 if (wsecinfo.reg_section != NULL) 3241 asection *sec = wsecinfo.reg_section;
|
| /src/external/gpl3/binutils.old/dist/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)
|
| trad-core.c | 45 asection *reg_section; member in struct:trad_core_struct 52 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section)
|
| hppabsd-core.c | 62 asection *reg_section; member in struct:hppabsd_core_struct 70 #define core_regsec(bfd) (core_hdr(bfd)->reg_section)
|
| elf64-mmix.c | 2205 asection *reg_section; 2207 reg_section = bfd_get_section_by_name (abfd, MMIX_REG_SECTION_NAME); 2209 if (reg_section != NULL) 2212 if (bfd_section_flags (reg_section) & SEC_HAS_CONTENTS) 2216 if (!bfd_section_removed_from_list (abfd, reg_section)) 2218 bfd_section_list_remove (abfd, reg_section); 2200 asection *reg_section; local
|
| mmo.c | 357 which is stored in reg_section. */ 360 asection *reg_section; member in struct:mmo_write_sec_info 3191 infop->reg_section = sec; 3231 wsecinfo.reg_section = NULL; 3240 if (wsecinfo.reg_section != NULL) 3242 asection *sec = wsecinfo.reg_section;
|
| /src/external/gpl3/gdb.old/dist/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)
|
| trad-core.c | 45 asection *reg_section; member in struct:trad_core_struct 52 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section)
|
| hppabsd-core.c | 62 asection *reg_section; member in struct:hppabsd_core_struct 70 #define core_regsec(bfd) (core_hdr(bfd)->reg_section)
|
| elf64-mmix.c | 2205 asection *reg_section; 2207 reg_section = bfd_get_section_by_name (abfd, MMIX_REG_SECTION_NAME); 2209 if (reg_section != NULL) 2212 if (bfd_section_flags (reg_section) & SEC_HAS_CONTENTS) 2216 if (!bfd_section_removed_from_list (abfd, reg_section)) 2218 bfd_section_list_remove (abfd, reg_section); 2200 asection *reg_section; local
|
| mmo.c | 357 which is stored in reg_section. */ 360 asection *reg_section; member in struct:mmo_write_sec_info 3191 infop->reg_section = sec; 3231 wsecinfo.reg_section = NULL; 3240 if (wsecinfo.reg_section != NULL) 3242 asection *sec = wsecinfo.reg_section;
|
| /src/external/gpl3/gdb/dist/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)
|
| trad-core.c | 45 asection *reg_section; member in struct:trad_core_struct 52 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section)
|
| hppabsd-core.c | 62 asection *reg_section; member in struct:hppabsd_core_struct 70 #define core_regsec(bfd) (core_hdr(bfd)->reg_section)
|
| elf64-mmix.c | 2206 asection *reg_section; 2208 reg_section = bfd_get_section_by_name (abfd, MMIX_REG_SECTION_NAME); 2210 if (reg_section != NULL) 2213 if (bfd_section_flags (reg_section) & SEC_HAS_CONTENTS) 2217 if (!bfd_section_removed_from_list (abfd, reg_section)) 2219 bfd_section_list_remove (abfd, reg_section); 2201 asection *reg_section; local
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| mmix-dis.c | 93 asection *reg_section = bfd_get_section_by_name (abfd, "*REG*"); local 95 if (reg_section != NULL) 115 if (syms[i]->section == reg_section
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| mmix-dis.c | 93 asection *reg_section = bfd_get_section_by_name (abfd, "*REG*"); local 95 if (reg_section != NULL) 115 if (syms[i]->section == reg_section
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| mmix-dis.c | 93 asection *reg_section = bfd_get_section_by_name (abfd, "*REG*"); local 95 if (reg_section != NULL) 115 if (syms[i]->section == reg_section
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| mmix-dis.c | 93 asection *reg_section = bfd_get_section_by_name (abfd, "*REG*"); local 95 if (reg_section != NULL) 115 if (syms[i]->section == reg_section
|
| /src/external/gpl3/binutils/dist/gas/ |
| as.c | 125 segT reg_section; variable 1447 reg_section = subseg_new ("*GAS `reg' section*", 0);
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| as.c | 116 segT reg_section; variable 1427 reg_section = subseg_new ("*GAS `reg' section*", 0);
|