Home
last modified time | relevance | path

Searched refs:last_symbol (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/
H A Dgenerate_cfi_kallsyms.pl75 my $last_symbol;
87 $last_symbol = $symbol;
208 if (defined($last_symbol) && $last_symbol eq $cfi_jt_symbol) {
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dst_rc.c97 int last_symbol = 0; in st_rc_rx_interrupt() local
125 last_symbol = 1; in st_rc_rx_interrupt()
141 if (!last_symbol) { in st_rc_rx_interrupt()
150 last_symbol = 0; in st_rc_rx_interrupt()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsymbol-elf.c1590 u64 last_symbol; member
1679 if (!kci->last_symbol || start > kci->last_symbol) in kcore_copy__process_kallsyms()
1680 kci->last_symbol = start; in kcore_copy__process_kallsyms()
1863 } else if (kci->last_symbol) { in kcore_copy__calc_maps()
1864 kci->etext = round_up(kci->last_symbol, page_size); in kcore_copy__calc_maps()