Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/unused/
Dlinker.c327 findElfSection ( void* objImage, Elf_Word sh_type ) in findElfSection() function
719 stab = (Elf_Sym*) findElfSection ( ehdrC, SHT_SYMTAB ); in ocResolve_ELF()
722 strtab = findElfSection ( ehdrC, SHT_STRTAB ); in ocResolve_ELF()
958 char* strtab = findElfSection ( ehdrC, SHT_STRTAB ); in ocGetNames_ELF()
/external/valgrind/main/VEX/switchback/
Dlinker.c393 findElfSection ( void* objImage, Elf_Word sh_type )
877 stab = (Elf_Sym*) findElfSection ( ehdrC, SHT_SYMTAB );
880 strtab = findElfSection ( ehdrC, SHT_STRTAB );
1119 char* strtab = findElfSection ( ehdrC, SHT_STRTAB );