Lines Matching refs:Elf_Shdr

31 # define Elf_Shdr	Elf32_Shdr
44 # define Elf_Shdr Elf64_Shdr
56 SUFFIX (relocate_symbols) (Elf_Ehdr *e, Elf_Shdr *sections,
57 Elf_Shdr *symtab_section, Elf_Addr *section_addresses,
67 Elf_Shdr *strtab_section;
72 = (Elf_Shdr *) ((char *) sections
130 SUFFIX (get_symbol_address) (Elf_Ehdr *e, Elf_Shdr *s, Elf_Word i,
143 SUFFIX (get_target_address) (Elf_Ehdr *e, Elf_Shdr *s, Elf_Addr offset,
150 SUFFIX (count_funcs) (Elf_Ehdr *e, Elf_Shdr *symtab_section,
300 SUFFIX (relocate_addresses) (Elf_Ehdr *e, Elf_Shdr *sections,
309 Elf_Shdr *s;
315 i++, s = (Elf_Shdr *) ((char *) s + section_entsize))
322 Elf_Shdr *symtab_section;
325 Elf_Shdr *target_section;
328 symtab_section = (Elf_Shdr *) ((char *) sections
333 target_section = (Elf_Shdr *) ((char *) sections
620 Elf_Addr *section_addresses, Elf_Shdr *sections,
627 Elf_Shdr *s;
635 i++, s = (Elf_Shdr *) ((char *) s + section_entsize))
776 SUFFIX (is_text_section) (Elf_Shdr *s, struct image_target_desc *image_target)
789 SUFFIX (is_data_section) (Elf_Shdr *s, struct image_target_desc *image_target)
819 SUFFIX (locate_sections) (Elf_Shdr *sections, Elf_Half section_entsize,
828 Elf_Shdr *s;
839 i++, s = (Elf_Shdr *) ((char *) s + section_entsize))
848 i++, s = (Elf_Shdr *) ((char *) s + section_entsize))
870 i++, s = (Elf_Shdr *) ((char *) s + section_entsize))
904 Elf_Shdr *sections;
908 Elf_Shdr *s;
915 Elf_Shdr *symtab_section;
935 sections = (Elf_Shdr *) (kernel_img + section_offset);
938 s = (Elf_Shdr *) ((char *) sections
958 i++, s = (Elf_Shdr *) ((char *) s + section_entsize))
988 i++, s = (Elf_Shdr *) ((char *) s + section_entsize))
1059 i++, s = (Elf_Shdr *) ((char *) s + section_entsize))
1081 #undef Elf_Shdr