Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/remoteproc/
Dremoteproc_elf_loader.c212 find_table(struct device *dev, struct elf32_hdr *ehdr, size_t fw_size) function
297 shdr = find_table(dev, ehdr, fw->size);
324 shdr = find_table(&rproc->dev, ehdr, fw->size);
/linux-4.1.27/arch/arc/kernel/
Dunwind.c157 static struct unwind_table *find_table(unsigned long pc) in find_table() function
913 table = find_table(pc); in arc_unwind()