Subversion Repositories HelenOS-historic

Rev

Rev 338 | Rev 430 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 338 Rev 404
Line 29... Line 29...
29
 
29
 
30
#include <symtab.h>
30
#include <symtab.h>
31
#include <typedefs.h>
31
#include <typedefs.h>
32
#include <arch/byteorder.h>
32
#include <arch/byteorder.h>
33
 
33
 
34
/** Return entry that seems most likely to correspond to the @addr
34
/** Return entry that seems most likely to correspond to address
35
 *
35
 *
-
 
36
 * Return entry that seems most likely to correspond
-
 
37
 * to address passed in the argument.
-
 
38
 *
-
 
39
 * @param addr Address.
-
 
40
 *
-
 
41
 * @return Pointer to respective symbol string on success, NULL otherwise.
36
 */
42
 */
37
char * get_symtab_entry(__native addr)
43
char * get_symtab_entry(__native addr)
38
{
44
{
39
    count_t i;
45
    count_t i;
40
 
46