Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsolib.c271 if (build_section_table (abfd, &so->sections, &so->sections_end)) in solib_map_sections()
277 for (p = so->sections; p < so->sections_end; p++) in solib_map_sections()
379 so->sections_end); in symbol_add_stub()
591 int count = (solib->sections_end - solib->sections); in add_to_target_sections()
772 for (p = so->sections; p < so->sections_end; p++) in solib_address()
H A Dobjfiles.c100 objfile->sections_end = (struct obj_section *) (((unsigned long) objfile->sections_end) + 1); in add_to_objfile_sections()
128 objfile->sections_end = 0; in build_objfile_section_table()
132 objfile->sections_end = objfile->sections + (unsigned long) objfile->sections_end; in build_objfile_section_table()
H A Dobjfiles.h398 *sections, *sections_end; member
610 for (osect = objfile->sections; osect < objfile->sections_end; osect++)
H A Dsolist.h69 struct section_table *sections_end; member
H A Dpa64solib.c82 struct section_table *sections_end; member
322 &so->sections_end)) in pa64_solib_load_symbols()
334 for (p = so->sections; p < so->sections_end; p++) in pa64_solib_load_symbols()
363 new = so->sections_end - so->sections; in pa64_solib_load_symbols()
H A Dsomsolib.c144 struct section_table *sections_end; member
291 for (s = so->objfile->sections; s < so->objfile->sections_end; s++) in som_solib_add_solib_objfile()
354 &so->sections_end)) in som_solib_load_symbols()
361 for (p = so->sections; p < so->sections_end; p++) in som_solib_load_symbols()
390 new = so->sections_end - so->sections; in som_solib_load_symbols()
H A Dhppa-linux-tdep.c506 if (osect < faddr_sect->objfile->sections_end) in hppa_linux_find_global_pointer()
H A Dppc-linux-tdep.c266 for (sect = objfile->sections; sect < objfile->sections_end; ++sect) in ppc_linux_skip_trampoline_code()
H A Dxstormy16-tdep.c547 if (osect < faddr_sect->objfile->sections_end) in xstormy16_find_jmp_table_entry()
H A Dia64-tdep.c2881 if (osect < faddr_sect->objfile->sections_end) in generic_elf_find_global_pointer()
2942 if (osect < faddr_sect->objfile->sections_end) in find_extant_func_descr()
H A DChangeLog-19931998 Use unsigned long casts instead of int for abusing sections_end