Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dsymfile.c3125 CORE_ADDR b_start = obj_section_addr (b); in sections_overlap() local
3128 return (a_start < b_end && b_start < a_end); in sections_overlap()