Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dsolib.c266 if (build_section_table (abfd, &so->sections, &so->sections_end)) in solib_map_sections()
272 for (p = so->sections; p < so->sections_end; p++) in solib_map_sections()
352 so->sections_end); in symbol_add_stub()
512 int count = (i->sections_end - i->sections); in update_solib_list()
718 for (p = so->sections; p < so->sections_end; p++) in solib_address()
H A Dobjfiles.c97 objfile->sections_end = (struct obj_section *) (((unsigned long) objfile->sections_end) + 1); in add_to_objfile_sections()
125 objfile->sections_end = 0; in build_objfile_section_table()
129 objfile->sections_end = objfile->sections + (unsigned long) objfile->sections_end; in build_objfile_section_table()
H A Dobjfiles.h425 *sections, *sections_end; member
637 for (osect = objfile->sections; osect < objfile->sections_end; osect++)
H A Dsolist.h67 struct section_table *sections_end; member
H A Dpa64solib.c81 struct section_table *sections_end; member
320 &so->sections_end)) in pa64_solib_load_symbols()
332 for (p = so->sections; p < so->sections_end; p++) in pa64_solib_load_symbols()
361 new = so->sections_end - so->sections; in pa64_solib_load_symbols()
H A Dsomsolib.c143 struct section_table *sections_end; member
289 for (s = so->objfile->sections; s < so->objfile->sections_end; s++) in som_solib_add_solib_objfile()
351 &so->sections_end)) in som_solib_load_symbols()
358 for (p = so->sections; p < so->sections_end; p++) in som_solib_load_symbols()
387 new = so->sections_end - so->sections; in som_solib_load_symbols()
H A Dia64-tdep.c2905 if (osect < faddr_sect->objfile->sections_end) in ia64_generic_find_global_pointer()
2966 if (osect < faddr_sect->objfile->sections_end) in find_extant_func_descr()
/freebsd-12.1/gnu/usr.bin/gdb/kgdb/
H A Dkld.c224 struct section_table *sections = NULL, *sections_end = NULL, *s; in load_kld() local
245 if (build_section_table (bfd, &sections, &sections_end)) in load_kld()
249 for (s = sections; s < sections_end; s++) in load_kld()
254 sections_end); in load_kld()