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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dlinemap.h124 void yasm_linemap_lookup(yasm_linemap *linemap, unsigned long line,
H A Derrwarn.c506 yasm_linemap_lookup(lm, we->line, &filename, &line);
508 yasm_linemap_lookup(lm, we->xrefline, &xref_filename, &xref_line);
H A Dbc-incbin.c256 yasm_linemap_lookup(linemap, line, &incbin->from, &xline);
H A Dlinemap.c246 yasm_linemap_lookup(yasm_linemap *linemap, unsigned long line, function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
H A Dstabs-dbgfmt.c257 yasm_linemap_lookup(info->linemap, bc->line, &info->curfile,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
H A Dcv-symline.c440 yasm_linemap_lookup(info->linemap, bc->line, &filename, &line);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-line.c533 yasm_linemap_lookup(info->linemap, bc->line, &pathname, &info->loc.line);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parse.c830 yasm_linemap_lookup(parser_gas->linemap, cur_line, &old_fn,

Completed in 149 milliseconds