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

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dsolist.h67 struct section_table *sections_end; member in struct:so_list
H A Dsolib.c266 if (build_section_table (abfd, &so->sections, &so->sections_end))
272 for (p = so->sections; p < so->sections_end; p++)
352 so->sections_end);
512 int count = (i->sections_end - i->sections);
718 for (p = so->sections; p < so->sections_end; p++)
H A Dobjfiles.h425 *sections, *sections_end; member in struct:objfile
638 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.c81 struct section_table *sections_end; member in struct:so_list
320 &so->sections_end))
332 for (p = so->sections; p < so->sections_end; p++)
361 new = so->sections_end - so->sections;
H A Dsomsolib.c143 struct section_table *sections_end; member in struct:so_list
289 for (s = so->objfile->sections; s < so->objfile->sections_end; s++)
351 &so->sections_end))
358 for (p = so->sections; p < so->sections_end; p++)
387 new = so->sections_end - so->sections;
H A Dia64-tdep.c2906 if (osect < faddr_sect->objfile->sections_end)
2967 if (osect < faddr_sect->objfile->sections_end)
/freebsd-10.0-release/gnu/usr.bin/gdb/kgdb/
H A Dkld.c224 struct section_table *sections = NULL, *sections_end = NULL, *s; local
245 if (build_section_table (bfd, &sections, &sections_end))
249 for (s = sections; s < sections_end; s++)
254 sections_end);

Completed in 98 milliseconds