Searched refs:Elf32_Shdr (Results 1 – 4 of 4) sorted by relevance
/sof-3.4.0/smex/ |
D | elf.h | 23 Elf32_Shdr *section; 62 const Elf32_Shdr **dst_section, void **dst_buff);
|
D | elf.c | 20 Elf32_Shdr *section = module->section; in elf_read_sections() 34 section = calloc(sizeof(Elf32_Shdr), hdr->shnum); in elf_read_sections() 40 count = fread(section, sizeof(Elf32_Shdr), hdr->shnum, module->fd); in elf_read_sections() 220 static void elf_module_size(struct elf_module *module, Elf32_Shdr *section, in elf_module_size() 267 Elf32_Shdr *section; in elf_module_limits() 311 Elf32_Shdr *section, int index) in elf_validate_section() 313 Elf32_Shdr *s; in elf_validate_section() 358 Elf32_Shdr *section; in elf_validate_module() 385 const Elf32_Shdr *section, *s; in elf_find_section() 431 const Elf32_Shdr **dst_section, void **dst_buff) in elf_read_section() [all …]
|
D | ldc.c | 78 const Elf32_Shdr *section; in write_logs_dictionary() 128 const Elf32_Shdr *section; in write_uids_dictionary()
|
D | elf_defs.h | 408 } Elf32_Shdr; typedef 926 #define ELF32SHDRSIZE sizeof(Elf32_Shdr)
|