HomeSort by: relevance | last modified time | path
    Searched defs:L_LNNO32 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
coffread.c 1490 #if !defined (L_LNNO32)
1491 #define L_LNNO32(lp) ((lp)->l_lnno)
1522 info), the next function's L_LNNO32 might not be zero, so don't
1528 /* The next function, or the sentinel, will have L_LNNO32 zero;
1530 if (L_LNNO32 (&lptr) && L_LNNO32 (&lptr) <= last_line)
1534 first_line + L_LNNO32 (&lptr),
  /src/external/gpl3/gdb/dist/gdb/
coffread.c 1491 #if !defined (L_LNNO32)
1492 #define L_LNNO32(lp) ((lp)->l_lnno)
1523 info), the next function's L_LNNO32 might not be zero, so don't
1529 /* The next function, or the sentinel, will have L_LNNO32 zero;
1531 if (L_LNNO32 (&lptr) && L_LNNO32 (&lptr) <= last_line)
1535 first_line + L_LNNO32 (&lptr),

Completed in 19 milliseconds