view stab.h @ 592:04ef85a39cf4

Rename gsym() and gsym_addr() to gen_resolve_sym() and gen_resolve_sym_addr(), plus fluff out their argument names and add better comments about what they do.
author Rob Landley <rob@landley.net>
date Sun, 06 Apr 2008 17:55:44 -0500
parents e82d6bc5f24d
children
line wrap: on
line source

#ifndef __GNU_STAB__

/* Indicate the GNU stab.h is in use.  */

#define __GNU_STAB__

#define __define_stab(NAME, CODE, STRING) NAME=CODE,

enum __stab_debug_code
{
#include "stab.def"
LAST_UNUSED_STAB_CODE
};

#undef __define_stab

#endif /* __GNU_STAB_ */