Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dsolib.c280 so->textsection = p; in solib_map_sections()
667 so->textsection != NULL in info_sharedlibrary_command()
669 (LONGEST) so->textsection->addr, in info_sharedlibrary_command()
673 so->textsection != NULL in info_sharedlibrary_command()
675 (LONGEST) so->textsection->endaddr, in info_sharedlibrary_command()
H A Dsolist.h68 struct section_table *textsection; member