Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/remoteproc/
Dremoteproc_elf_loader.c250 const void *shdr, *name_table_shdr; local
266 name_table_shdr = shdr + (shstrndx * elf_shdr_get_size);
268 name_table = elf_data + elf_shdr_get_sh_offset(class, name_table_shdr);
Dpru_rproc.c650 struct elf32_shdr *shdr, *name_table_shdr; in pru_rproc_find_interrupt_map() local
661 name_table_shdr = shdr + shstrndx; in pru_rproc_find_interrupt_map()
663 name_table = elf_data + name_table_shdr->sh_offset; in pru_rproc_find_interrupt_map()