blob: af29b9e04a9d71001f1dadbac28710cc7e0f7ce6 [file] [log] [blame]
The Android Open Source Project88b60792009-03-03 19:28:42 -08001#ifndef HASH_H
2#define HASH_H
3
4#include <common.h>
5#include <libelf.h>
6#include <gelf.h>
7
8int hash_lookup(Elf *elf,
9 Elf_Data *hash,
10 Elf_Data *symtab,
11 Elf_Data *symstr,
12 const char *symname);
13
14#endif/*HASH_H*/