Home
last modified time | relevance | path

Searched refs:ehdrC (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/unused/
Dlinker.c329 char* ehdrC = (char*)objImage; in findElfSection() local
330 Elf_Ehdr* ehdr = (Elf_Ehdr*)ehdrC; in findElfSection()
331 Elf_Shdr* shdr = (Elf_Shdr*)(ehdrC + ehdr->e_shoff); in findElfSection()
332 char* sh_strtab = ehdrC + shdr[ehdr->e_shstrndx].sh_offset; in findElfSection()
344 ptr = ehdrC + shdr[i].sh_offset; in findElfSection()
419 do_Elf_Rel_relocations ( ObjectCode* oc, char* ehdrC, in do_Elf_Rel_relocations() argument
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()
[all …]
/external/valgrind/VEX/switchback/
Dlinker.c397 char* ehdrC = (char*)objImage;
398 Elf_Ehdr* ehdr = (Elf_Ehdr*)ehdrC;
399 Elf_Shdr* shdr = (Elf_Shdr*)(ehdrC + ehdr->e_shoff);
400 char* sh_strtab = ehdrC + shdr[ehdr->e_shstrndx].sh_offset;
412 ptr = ehdrC + shdr[i].sh_offset;
515 do_Elf_Rel_relocations ( ObjectCode* oc, char* ehdrC,
522 Elf_Rel* rtab = (Elf_Rel*) (ehdrC + shdr[shnum].sh_offset);
527 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset);
528 targ = (Elf_Word*)(ehdrC + shdr[ target_shndx ].sh_offset);
555 (ehdrC + shdr[ sym.st_shndx ].sh_offset
[all …]