| /src/external/gpl3/gdb.old/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/dist/gdb/ |
| objfiles.h | 492 return section_offsets[SECT_OFF_TEXT (this)]; 497 return section_offsets[SECT_OFF_DATA (this)]; 642 gdb_assert (this->section_offsets.size () > idx); 643 return this->section_offsets[idx]; 656 gdb_assert (this->section_offsets.capacity () > idx); 657 this->section_offsets[idx] = offset; 757 ::section_offsets section_offsets; member in struct:objfile 759 /* Indexes in the section_offsets array. These are initialized by the 903 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); 3875 const section_offsets §ion_offsets = objfile->section_offsets; 3867 const section_offsets §ion_offsets = objfile->section_offsets; local [all...] |
| symtab.h | 600 section_offsets for this objfile. Negative means that the symbol 1695 typedef std::vector<CORE_ADDR> section_offsets; 1693 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 2429 const section_offsets §ion_offsets, 2440 SECTION_OFFSETS. */ 2528 valu += section_offsets[SECT_OFF_TEXT (objfile)]; 2617 valu += section_offsets[SECT_OFF_TEXT (objfile)] 831 const section_offsets §ion_offsets = objfile->section_offsets; local [all...] |
| /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;
|