Lines Matching defs:lnno
354 /* Pointer to first lnno entry. */
359 int lnno;
708 uintptr_t lnno;
710 lnno = *key;
711 if (lnno < entry->begin)
713 else if (lnno > entry->end)
738 uint32_t lnno = 0;
772 lnno = lineno->l_lnno;
793 lnno += fn->lnno - 1;
799 lnno += fn->lnno - 1;
806 return callback (data, pc, filename, lnno, function);
879 uintptr_t lnno, lnnoptr;
990 lnno = (uint32_t) aux->x_block.x_lnnohi << 16
993 lnno = aux->x_block.x_lnno;
1006 fn->lnno = lnno;