OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:basebc
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c
96
yasm_bytecode *
basebc
; /* base bytecode from which to track SLINEs */
member in struct:__anon33
239
/* if a function, update
basebc
, and output a funcname:F1 stab */
240
info->
basebc
= bc;
247
N_FUN, 0, sym, info->
basebc
, 0);
270
/* output new line stabs if there's a
basebc
(known function) */
271
if (info->
basebc
!= NULL && info->curline != info->lastline) {
275
bc->offset - info->
basebc
->offset);
291
info->
basebc
= NULL;
Completed in 478 milliseconds