loader: remove shouting from ORB's variable name
[hvf.git] / cp / include / symtab.h
blob516c534b70d7697bfbfc4d4fd4a91e81ba211635
1 /*
2 * (C) Copyright 2007-2011 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
4 * This file is released under the GPLv2. See the COPYING file for more
5 * details.
6 */
8 #ifndef __SYMTAB_H
9 #define __SYMTAB_H
11 #include <binfmt_elf.h>
13 extern Elf64_Ehdr *symtab;
15 extern void symtab_find_text_range(u64 *start, u64 *end);
16 extern char *symtab_lookup(u64 addr, char *buf, int buflen);
18 #endif