Searched refs:max_symbolic_offset (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/gdb/gdb/
H A Dprintcmd.c89 static unsigned int max_symbolic_offset = UINT_MAX; variable
665 because addr+max_symbolic_offset has wrapped through the end
667 if (addr > name_location + max_symbolic_offset
668 && name_location + max_symbolic_offset > name_location)
2158 (char *) &max_symbolic_offset,

Completed in 104 milliseconds