Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_build_make
/
cd44e5400f0d29d7a7cd92fc8aa55dafade09cfa
/
.
/
tools
/
lsd
/
hash.h
blob: af29b9e04a9d71001f1dadbac28710cc7e0f7ce6 [
file
] [
log
] [
blame
]
#ifndef
HASH_H
#define
HASH_H
#include
<common.h>
#include
<libelf.h>
#include
<gelf.h>
int
hash_lookup
(
Elf
*
elf
,
Elf_Data
*
hash
,
Elf_Data
*
symtab
,
Elf_Data
*
symstr
,
const
char
*
symname
);
#endif/*HASH_H*/