31 #define STABS_SECT_STAB ".stab"
32 #define STABS_SECT_STABSTR ".stabstr"
46 #define N_CMDLINE 0x34
58 #define N_READ_MOD 0x6a
71 #define N_CONSTRUCT 0xd2
72 #define N_DESTRUCT 0xd4
73 #define N_CODETAG 0xd8
74 #define N_FUN_CHILD 0xd9
94 #define STABS_ERR_BASE (-256)
95 #define STABS_ERR_NONE (-256)
96 #define STABS_ERR_NOSTR (-258)
97 #define STABS_ERR_NORES (-260)
98 #define STABS_ERR_FMT (-262)
#define __END_DECLS
Definition: common.h:29
#define __BEGIN_DECLS
Definition: common.h:28
struct stabs_t stabs_t
Definition: stabs.h:91
stab_t * stabs_item(stabs_t *stabs, int i)
Definition: stabs.c:155
stabs_t * stabs_new(gel_file_t *file)
Definition: stabs.c:68
void stabs_delete(stabs_t *stabs)
Definition: stabs.c:133
gel_line_map_t * stabs_new_line_map(gel_file_t *file)
Definition: stabs.c:370
const char * stabs_strerror(void)
int stabs_count(stabs_t *stabs)
Definition: stabs.c:144
uint32_t n_value
Definition: stabs.h:87
int16_t n_desc
Definition: stabs.h:86
int8_t n_other
Definition: stabs.h:85
const char * n_strx
Definition: stabs.h:83
uint8_t n_type
Definition: stabs.h:84