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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
H A Dstabs-dbgfmt.c96 yasm_bytecode *basebc; /* base bytecode from which to track SLINEs */ member in struct:__anon16328
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 691 milliseconds