| /src/external/gpl3/gdb/dist/gdb/ |
| objfiles.h | 490 return section_offsets[SECT_OFF_TEXT (this)]; 495 return section_offsets[SECT_OFF_DATA (this)]; 636 gdb_assert (this->section_offsets.size () > idx); 637 return this->section_offsets[idx]; 650 gdb_assert (this->section_offsets.capacity () > idx); 651 this->section_offsets[idx] = offset; 794 ::section_offsets section_offsets; member in struct:objfile 796 /* Indexes in the section_offsets array. These are initialized by the 940 extern void objfile_relocate (struct objfile *, const section_offsets &) [all...] |
| mdebugread.c | 335 different sections are relocated via the SECTION_OFFSETS. */ 587 const section_offsets §ion_offsets, struct objfile *objfile) 634 sh->value += section_offsets[section_index]; 2072 parse_external (EXTR *es, int bigend, const section_offsets §ion_offsets, 2149 bigend, section_offsets, objfile); 3872 const section_offsets §ion_offsets = objfile->section_offsets; 3864 const section_offsets §ion_offsets = objfile->section_offsets; local [all...] |
| symtab.h | 601 section_offsets for this objfile. Negative means that the symbol 1696 typedef std::vector<CORE_ADDR> section_offsets; 1694 typedef std::vector<CORE_ADDR> section_offsets; typedef
|
| stabsread.c | 834 const section_offsets §ion_offsets = objfile->section_offsets; 924 namestring, section_offsets, objfile, 1278 objfile->section_offsets we should apply to the variable's 2427 const section_offsets §ion_offsets, 2438 SECTION_OFFSETS. */ 2526 valu += section_offsets[SECT_OFF_TEXT (objfile)]; 2615 valu += section_offsets[SECT_OFF_TEXT (objfile)] 831 const section_offsets §ion_offsets = objfile->section_offsets; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| objfiles.h | 484 return section_offsets[SECT_OFF_TEXT (this)]; 489 return section_offsets[SECT_OFF_DATA (this)]; 627 return this->section_offsets[idx]; 638 this->section_offsets[idx] = offset; 779 ::section_offsets section_offsets; member in struct:objfile 781 /* Indexes in the section_offsets array. These are initialized by the 918 extern void objfile_relocate (struct objfile *, const section_offsets &);
|
| dbxread.c | 1034 objfile->section_offsets we should apply to the variable's 2228 const section_offsets §ion_offsets = objfile->section_offsets; 2321 namestring, section_offsets, objfile, 2410 SECTION_OFFSETS is a set of amounts by which the sections of this 2412 that these section_offsets are not the objfile->section_offsets but 2413 the pst->section_offsets. All symbols that refer to memory 2422 const section_offsets §ion_offsets 2219 const section_offsets §ion_offsets = objfile->section_offsets; local [all...] |
| mdebugread.c | 335 different sections are relocated via the SECTION_OFFSETS. */ 587 const section_offsets §ion_offsets, struct objfile *objfile) 634 sh->value += section_offsets[section_index]; 2072 parse_external (EXTR *es, int bigend, const section_offsets §ion_offsets, 2149 bigend, section_offsets, objfile); 3872 const section_offsets §ion_offsets = objfile->section_offsets; 3864 const section_offsets §ion_offsets = objfile->section_offsets; local [all...] |
| symtab.h | 611 section_offsets for this objfile. Negative means that the symbol 1702 typedef std::vector<CORE_ADDR> section_offsets; 1700 typedef std::vector<CORE_ADDR> section_offsets; typedef
|
| /src/external/gpl3/binutils/dist/binutils/ |
| dwarf.c | 146 uint64_t section_offsets[DW_SECT_MAX]; member in struct:cu_tu_set 668 && ((index_offset += this_set->section_offsets [DW_SECT_STR_OFFSETS]) 669 < this_set->section_offsets [DW_SECT_STR_OFFSETS])) 1751 if (p->section_offsets [dw_sect] == cu_offset) 3036 uvalue += this_set->section_offsets [DW_SECT_LOC]; 4000 abbrev_base = this_set->section_offsets [DW_SECT_ABBREV]; 4071 abbrev_base = this_set->section_offsets [DW_SECT_ABBREV]; 4151 uint64_t *offsets = this_set->section_offsets; 11659 this_set [row - 1].section_offsets [dw_sect] = val;
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dwarf.c | 143 uint64_t section_offsets[DW_SECT_MAX]; member in struct:cu_tu_set 667 && ((index_offset += this_set->section_offsets [DW_SECT_STR_OFFSETS]) 668 < this_set->section_offsets [DW_SECT_STR_OFFSETS])) 1750 if (p->section_offsets [dw_sect] == cu_offset) 2967 uvalue += this_set->section_offsets [DW_SECT_LOC]; 3927 abbrev_base = this_set->section_offsets [DW_SECT_ABBREV]; 4001 abbrev_base = this_set->section_offsets [DW_SECT_ABBREV]; 4080 uint64_t *offsets = this_set->section_offsets; 11569 this_set [row - 1].section_offsets [dw_sect] = val;
|