Lines Matching refs:Elf_Sym
121 #define Elf_Sym Elf64_Sym macro
136 #define Elf_Sym Elf32_Sym macro
421 Elf_Sym* stab, char* strtab ) in do_Elf_Rel_relocations()
431 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset); in do_Elf_Rel_relocations()
452 Elf_Sym sym = stab[ELF_R_SYM(info)]; in do_Elf_Rel_relocations()
547 Elf_Sym* stab, char* strtab ) in do_Elf_Rela_relocations()
557 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset); in do_Elf_Rela_relocations()
587 Elf_Sym sym = stab[ELF_R_SYM(info)]; in do_Elf_Rela_relocations()
712 Elf_Sym* stab = NULL; in ocResolve_ELF()
719 stab = (Elf_Sym*) findElfSection ( ehdrC, SHT_SYMTAB ); in ocResolve_ELF()
770 Elf_Sym* stab; in ocVerifyImage_ELF()
892 stab = (Elf_Sym*) (ehdrC + shdr[i].sh_offset); in ocVerifyImage_ELF()
893 nent = shdr[i].sh_size / sizeof(Elf_Sym); in ocVerifyImage_ELF()
897 shdr[i].sh_size % sizeof(Elf_Sym) in ocVerifyImage_ELF()
899 if (0 != shdr[i].sh_size % sizeof(Elf_Sym)) { in ocVerifyImage_ELF()
954 Elf_Sym* stab; in ocGetNames_ELF()
1041 stab = (Elf_Sym*) (ehdrC + shdr[i].sh_offset); in ocGetNames_ELF()
1042 nent = shdr[i].sh_size / sizeof(Elf_Sym); in ocGetNames_ELF()