/netbsd-src/sys/ddb/ |
H A D | db_elf.c | 51 #define STAB_TO_SYMSTART(stab) ((Elf_Sym *)((stab)->start)) argument 52 #define STAB_TO_SYMEND(stab) ((Elf_Sym *)((stab)->end)) argument 53 #define STAB_TO_EHDR(stab) ((Elf_Ehdr *)((stab)->private)) argument 54 #define STAB_TO_SHDR(stab, e) ((Elf_Shdr *)((stab)->private + (e)->e_shoff)) argument 213 db_elf_find_strtab(db_symtab_t *stab) in db_elf_find_strtab() 241 db_elf_lookup(db_symtab_t *stab, const char *symstr) in db_elf_lookup() 385 db_elf_forall(db_symtab_t *stab, db_forall_func_t db_forall_func, void *arg) in db_elf_forall()
|
H A D | db_sym.c | 142 db_sift(db_symtab_t *stab, db_sym_t sym, char *name, in db_sift()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | stab.h | 36 struct stab struct 40 char n_other; /* used by N_SLINE stab */ argument 41 short n_desc; /* see stabs documentation */ argument 45 /* patchtypes for N_PATCH stab (n_desc field) */ argument
|
H A D | Elf.h | 132 unsigned int gnuLink, analyzerInfo, SUNW_ldynsym, stab, stabStr, symtab, dynsym; variable
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | stab.h | 36 struct stab struct 40 char n_other; /* used by N_SLINE stab */ argument 41 short n_desc; /* see stabs documentation */ argument 45 /* patchtypes for N_PATCH stab (n_desc field) */ argument
|
H A D | Elf.h | 133 unsigned int gnuLink, analyzerInfo, SUNW_ldynsym, stab, stabStr, symtab, dynsym; variable
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | obj-som.h | 63 #define INIT_STAB_SECTION(stab, str) obj_som_init_stab_section (stab, str) argument
|
H A D | obj-elf.h | 254 #define INIT_STAB_SECTION(stab, str) obj_elf_init_stab_section (stab, str) argument 264 #define INIT_STAB_SECTION(stab, str) \ argument
|
H A D | obj-som.c | 208 obj_som_init_stab_section (segT stab, segT stabstr) in obj_som_init_stab_section()
|
H A D | obj-coff.h | 302 #define INIT_STAB_SECTION(stab, str) obj_coff_init_stab_section (stab, str) argument
|
H A D | obj-elf.c | 2569 obj_elf_init_stab_section (segT stab, segT stabstr) in obj_elf_init_stab_section() 3179 elf_init_stab_section (segT stab, segT stabstr) in elf_init_stab_section()
|
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
H A D | ctftools.h | 104 typedef struct stab { struct 110 } stab_t; argument
|
H A D | stabs.c | 185 stab_t *stab; in stabs_read() local
|
H A D | st_parse.c | 406 parse_stab(stab_t *stab, char * volatile cp, iidesc_t **iidescp) in parse_stab()
|
/netbsd-src/sys/arch/x68k/stand/common/ |
H A D | exec_sub.c | 122 Elf32_Shdr *sh, *sym, *str, *stab, *shstr; in xk_elf() local
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | rddbg.c | 124 bfd_byte *stab; in read_section_stabs_debugging_info() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | xcoffout.cc | 199 stab_to_sclass (int stab) in stab_to_sclass()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | rddbg.c | 130 bfd_byte *stab; in read_section_stabs_debugging_info() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | xcoffout.c | 200 stab_to_sclass (int stab) in stab_to_sclass()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | syms.c | 877 bfd_byte *stab; member 943 bfd_byte *stab, *str; in _bfd_stab_section_find_nearest_line() local
|
H A D | elf32-epiphany.c | 195 asection *stab; in epiphany_elf_relax_section() local
|
H A D | elf32-ip2k.c | 583 asection *stab; in adjust_all_relocations() local
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | syms.c | 891 bfd_byte *stab; member 957 bfd_byte *stab, *str; in _bfd_stab_section_find_nearest_line() local
|
H A D | elf32-epiphany.c | 195 asection *stab; in epiphany_elf_relax_section() local
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | stabs.c | 208 segT stab, stabstr = NULL; in s_stab_generic() local
|