Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsyscalltbl.c20 static const struct syscalltbl *find_table(int e_machine) in find_table() function
47 const struct syscalltbl *table = find_table(e_machine); in syscalltbl__name()
77 const struct syscalltbl *table = find_table(e_machine); in syscalltbl__id()
94 const struct syscalltbl *table = find_table(e_machine); in syscalltbl__num_idx()
104 const struct syscalltbl *table = find_table(e_machine); in syscalltbl__id_at_idx()
115 const struct syscalltbl *table = find_table(e_machine); in syscalltbl__strglobmatch_next()
/linux/drivers/remoteproc/
H A Dremoteproc_elf_loader.c248 find_table(struct device *dev, const struct firmware *fw) function
336 shdr = find_table(dev, fw);
380 shdr = find_table(&rproc->dev, fw);
/linux/arch/arc/kernel/
H A Dunwind.c156 static struct unwind_table *find_table(unsigned long pc) in find_table() function
921 table = find_table(pc); in arc_unwind()