Searched refs:last_symbol (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/rc/
H A Dst_rc.c97 int last_symbol = 0; local
125 last_symbol = 1;
141 if (!last_symbol) {
150 last_symbol = 0;
/linux-master/tools/perf/util/
H A Dsymbol-elf.c2139 u64 last_symbol; member in struct:kcore_copy_info
2228 if (!kci->last_symbol || start > kci->last_symbol)
2229 kci->last_symbol = start;
2412 } else if (kci->last_symbol) {
2413 kci->etext = round_up(kci->last_symbol, page_size);

Completed in 127 milliseconds