Home
last modified time | relevance | path

Searched refs:name_table_shdr (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dremoteproc_elf_loader.c237 const void *shdr, *name_table_shdr; local
253 name_table_shdr = shdr + (shstrndx * elf_shdr_get_size);
255 name_table = elf_data + elf_shdr_get_sh_offset(class, name_table_shdr);
/kernel/linux/linux-6.6/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.c872 struct elf32_shdr *shdr, *name_table_shdr; in pru_rproc_find_interrupt_map() local
883 name_table_shdr = shdr + shstrndx; in pru_rproc_find_interrupt_map()
885 name_table = elf_data + name_table_shdr->sh_offset; in pru_rproc_find_interrupt_map()

Completed in 4 milliseconds