Searched refs:sections_end (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolist.h67 struct section_table *sections_end; member in struct:so_list
H A Dsolib.c269 if (build_section_table (abfd, &so->sections, &so->sections_end))
275 for (p = so->sections; p < so->sections_end; p++)
363 so->sections_end);
527 int count = (i->sections_end - i->sections);
726 for (p = so->sections; p < so->sections_end; p++)
H A Dobjfiles.h398 *sections, *sections_end; member in struct:objfile
611 for (osect = objfile->sections; osect < objfile->sections_end; osect++)
H A Dobjfiles.c73 the end of the table (objfile->sections_end). */
97 objfile->sections_end = (struct obj_section *) (((unsigned long) objfile->sections_end) + 1);
105 psymbol obstack, we hijack the sections_end pointer to instead hold
125 objfile->sections_end = 0;
129 objfile->sections_end = objfile->sections + (unsigned long) objfile->sections_end;
H A Dpa64solib.c82 struct section_table *sections_end; member in struct:so_list
322 &so->sections_end))
334 for (p = so->sections; p < so->sections_end; p++)
363 new = so->sections_end - so->sections;
H A Dsomsolib.c144 struct section_table *sections_end; member in struct:so_list
291 for (s = so->objfile->sections; s < so->objfile->sections_end; s++)
354 &so->sections_end))
361 for (p = so->sections; p < so->sections_end; p++)
390 new = so->sections_end - so->sections;
H A Dhppa-linux-tdep.c506 if (osect < faddr_sect->objfile->sections_end)
H A Dppc-linux-tdep.c266 for (sect = objfile->sections; sect < objfile->sections_end; ++sect)
H A Dxstormy16-tdep.c547 if (osect < faddr_sect->objfile->sections_end)
H A Dia64-tdep.c2882 if (osect < faddr_sect->objfile->sections_end)
2943 if (osect < faddr_sect->objfile->sections_end)

Completed in 180 milliseconds