Lines Matching refs:Elf_Shdr
120 #define Elf_Shdr Elf64_Shdr macro
135 #define Elf_Shdr Elf32_Shdr macro
331 Elf_Shdr* shdr = (Elf_Shdr*)(ehdrC + ehdr->e_shoff); in findElfSection()
420 Elf_Shdr* shdr, int shnum, in do_Elf_Rel_relocations()
546 Elf_Shdr* shdr, int shnum, in do_Elf_Rela_relocations()
715 Elf_Shdr* shdr = (Elf_Shdr*) (ehdrC + ehdr->e_shoff); in ocResolve_ELF()
769 Elf_Shdr* shdr; in ocVerifyImage_ELF()
828 assert (ehdr->e_shentsize == sizeof(Elf_Shdr)); in ocVerifyImage_ELF()
830 shdr = (Elf_Shdr*) (ehdrC + ehdr->e_shoff); in ocVerifyImage_ELF()
959 Elf_Shdr* shdr = (Elf_Shdr*) (ehdrC + ehdr->e_shoff); in ocGetNames_ELF()
976 Elf_Shdr hdr = shdr[i]; in ocGetNames_ELF()