Home
last modified time | relevance | path

Searched refs:find_lowest_section (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dsymfile.h530 extern void find_lowest_section (bfd *, asection *, void *);
H A Dsymfile.c184 find_lowest_section (bfd *abfd, asection *sect, void *obj) in find_lowest_section() function
536 bfd_map_over_sections (abfd, find_lowest_section, &lower_sect); in addr_info_make_relative()