Go to the documentation of this file.
30 #ifndef YASM_LINEMAP_H
31 #define YASM_LINEMAP_H
68 const char **sourcep);
101 unsigned long virtual_line,
unsigned long file_line,
102 unsigned long line_inc);
114 const char *filename,
115 unsigned long file_line);
125 const char **filename,
126 unsigned long *file_line);
139 int (*func) (
const char *filename,
void *d));