Home
last modified time | relevance | path

Searched defs:line_col (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/kernel/tools/
H A Dcpp.py313 def get_tokens(self, token_string, line_col=False): argument
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dbpf.h1088 #define BPF_LINE_INFO_LINE_NUM(line_col) ((line_col) >> 10) argument
1089 #define BPF_LINE_INFO_LINE_COL(line_col) ((line_col) & 0x3ff) argument
1094 __u32 line_col; member