Home
last modified time | relevance | path

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

/linux/drivers/remoteproc/
H A 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);
H A Dpru_rproc.c873 struct elf32_shdr *shdr, *name_table_shdr; in pru_rproc_find_interrupt_map() local
884 name_table_shdr = shdr + shstrndx; in pru_rproc_find_interrupt_map()
886 name_table = elf_data + name_table_shdr->sh_offset; in pru_rproc_find_interrupt_map()