• Home
  • Raw
  • Download

Lines Matching refs:sh_offset

332    char* sh_strtab = ehdrC + shdr[ehdr->e_shstrndx].sh_offset;  in findElfSection()
344 ptr = ehdrC + shdr[i].sh_offset; in findElfSection()
426 Elf_Rel* rtab = (Elf_Rel*) (ehdrC + shdr[shnum].sh_offset); in do_Elf_Rel_relocations()
431 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset); in do_Elf_Rel_relocations()
432 targ = (Elf_Word*)(ehdrC + shdr[ target_shndx ].sh_offset); in do_Elf_Rel_relocations()
459 (ehdrC + shdr[ sym.st_shndx ].sh_offset in do_Elf_Rel_relocations()
552 Elf_Rela* rtab = (Elf_Rela*) (ehdrC + shdr[shnum].sh_offset); in do_Elf_Rela_relocations()
557 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset); in do_Elf_Rela_relocations()
558 targ = (Elf_Addr) (ehdrC + shdr[ target_shndx ].sh_offset); in do_Elf_Rela_relocations()
594 (ehdrC + shdr[ sym.st_shndx ].sh_offset in do_Elf_Rela_relocations()
716 char* sh_strtab = ehdrC + shdr[ehdr->e_shstrndx].sh_offset; in ocResolve_ELF()
839 sh_strtab = ehdrC + shdr[ehdr->e_shstrndx].sh_offset; in ocVerifyImage_ELF()
846 if (debug_linker>1) fprintf(stderr, "offs=%4d ", (int)shdr[i].sh_offset ); in ocVerifyImage_ELF()
848 ehdrC + shdr[i].sh_offset, in ocVerifyImage_ELF()
849 ehdrC + shdr[i].sh_offset + shdr[i].sh_size - 1); in ocVerifyImage_ELF()
877 strtab = ehdrC + shdr[i].sh_offset; in ocVerifyImage_ELF()
892 stab = (Elf_Sym*) (ehdrC + shdr[i].sh_offset); in ocVerifyImage_ELF()
961 char* sh_strtab = ehdrC + shdr[ehdr->e_shstrndx].sh_offset; in ocGetNames_ELF()
1010 shdr[i].sh_offset = ((char*)zspace) - ((char*)ehdrC); in ocGetNames_ELF()
1033 addProddableBlock(oc, ehdrC + shdr[i].sh_offset, shdr[i].sh_size); in ocGetNames_ELF()
1041 stab = (Elf_Sym*) (ehdrC + shdr[i].sh_offset); in ocGetNames_ELF()
1090 ad = ehdrC + shdr[ secno ].sh_offset + stab[j].st_value; in ocGetNames_ELF()