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

/external/elfutils/0.153/libdw/
H A Ddwarf_linecol.c59 dwarf_linecol (Dwarf_Line *line, int *colp) argument
64 *colp = line->column;
H A Ddwarf_decl_column.c60 dwarf_decl_column (Dwarf_Die *decl, int *colp) argument
62 return __libdw_attr_intval (decl, colp, DW_AT_decl_column);
H A Dlibdw.h589 extern int dwarf_linecol (Dwarf_Line *line, int *colp)
746 extern int dwarf_decl_column (Dwarf_Die *decl, int *colp)
/external/elfutils/0.153/libdwfl/
H A Ddwfl_lineinfo.c54 dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr, int *linep, int *colp, argument
67 if (colp != NULL)
68 *colp = info->column;
H A Dlibdwfl.h527 int *linep, int *colp,
/external/libvterm/src/
H A Dpen.c129 VTermColor *colp = (attr == VTERM_ATTR_BACKGROUND) ? &state->pen.bg : &state->pen.fg; local
131 lookup_colour_ansi(col, colp);
133 setpenattr_col(state, attr, *colp);
/external/elfutils/elfutils/
H A Dlibdw.h589 extern int dwarf_linecol (Dwarf_Line *line, int *colp)
746 extern int dwarf_decl_column (Dwarf_Die *decl, int *colp)
H A Dlibdwfl.h527 int *linep, int *colp,

Completed in 118 milliseconds