Home
last modified time | relevance | path

Searched refs:sym_table (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/usr.bin/pmdb/
Dsymbol.h29 struct sym_table { struct
30 TAILQ_ENTRY(sym_table) st_list;
40 struct sym_table *(*sop_open)(const char *); argument
41 void (*sop_close)(struct sym_table *);
42 char *(*sop_name_and_off)(struct sym_table *, reg, reg *);
55 struct sym_table *st_open(struct pstate *, const char *, reg);
Daout_syms.c46 struct sym_table ash_st;
57 struct sym_table *aout_open(const char *);
58 void aout_close(struct sym_table *);
59 char *aout_name_and_off(struct sym_table *, reg, reg *);
97 struct sym_table *
167 aout_close(struct sym_table *st) in aout_close()
180 aout_name_and_off(struct sym_table *st, reg pc, reg *offs) in aout_name_and_off()
240 struct sym_table *st; in aout_lookup()
Delf_syms.c53 struct sym_table esh_st;
64 struct sym_table *elf_open(const char *);
65 void elf_close(struct sym_table *);
66 char *elf_name_and_off(struct sym_table *, reg, reg *);
109 struct sym_table *
189 elf_close(struct sym_table *st) in elf_close()
202 elf_name_and_off(struct sym_table *st, reg pc, reg *offs) in elf_name_and_off()
270 struct sym_table *st; in elf_lookup()
Dsymbol.c68 struct sym_table *st; in sym_destroy()
92 struct sym_table *st; in sym_name_and_offset()
149 struct sym_table *
152 struct sym_table *st; in st_open()
Dpmdb.h46 struct sym_table;
63 TAILQ_HEAD(,sym_table) ps_syms; /* all symbols tables in a list */
64 struct sym_table *ps_sym_exe; /* symbol table for the executable */
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dpeicode.h101 unsigned int * sym_table; member
397 #define SIZEOF_ILF_SYM_TABLE (NUM_ILF_SYMS * sizeof (* vars.sym_table))
779 vars.sym_table = (unsigned int *) ptr; in pe_ILF_build_a_bfd()
1016 obj_convert (abfd) = vars.sym_table; in pe_ILF_build_a_bfd()