Lines Matching refs:Elf32_Shdr
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()
433 const Elf32_Shdr *section; in elf_read_section()