Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/remoteproc/
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);
A Dpru_rproc.c865 struct elf32_shdr *shdr, *name_table_shdr; in pru_rproc_find_interrupt_map() local
876 name_table_shdr = shdr + shstrndx; in pru_rproc_find_interrupt_map()
878 name_table = elf_data + name_table_shdr->sh_offset; in pru_rproc_find_interrupt_map()

Completed in 5 milliseconds