Lines Matching defs:entry
232 const isc_backtrace_symmap_t *entry = entryarg;
236 if (isc__backtrace_nsymbols == 1 || entry == end) {
237 if (addr >= entry->addr) {
240 * entry of the table, we cannot be sure if this is
248 /* entry + 1 is a valid entry from now on. */
249 if (addr < entry->addr)
251 else if (addr >= (entry + 1)->addr)
274 * Search the table for the entry that meets:
275 * entry.addr <= addr < next_entry.addr.