Home
last modified time | relevance | path

Searched defs:stab (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/sys/ddb/
H A Ddb_elf.c51 #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 Ddb_sym.c142 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 Dstab.h36 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 DElf.h132 unsigned int gnuLink, analyzerInfo, SUNW_ldynsym, stab, stabStr, symtab, dynsym; variable
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dstab.h36 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 DElf.h133 unsigned int gnuLink, analyzerInfo, SUNW_ldynsym, stab, stabStr, symtab, dynsym; variable
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dobj-som.h63 #define INIT_STAB_SECTION(stab, str) obj_som_init_stab_section (stab, str) argument
H A Dobj-elf.h254 #define INIT_STAB_SECTION(stab, str) obj_elf_init_stab_section (stab, str) argument
264 #define INIT_STAB_SECTION(stab, str) \ argument
H A Dobj-som.c208 obj_som_init_stab_section (segT stab, segT stabstr) in obj_som_init_stab_section()
H A Dobj-coff.h302 #define INIT_STAB_SECTION(stab, str) obj_coff_init_stab_section (stab, str) argument
H A Dobj-elf.c2569 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 Dctftools.h104 typedef struct stab { struct
110 } stab_t; argument
H A Dstabs.c185 stab_t *stab; in stabs_read() local
H A Dst_parse.c406 parse_stab(stab_t *stab, char * volatile cp, iidesc_t **iidescp) in parse_stab()
/netbsd-src/sys/arch/x68k/stand/common/
H A Dexec_sub.c122 Elf32_Shdr *sh, *sym, *str, *stab, *shstr; in xk_elf() local
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Drddbg.c124 bfd_byte *stab; in read_section_stabs_debugging_info() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dxcoffout.cc199 stab_to_sclass (int stab) in stab_to_sclass()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Drddbg.c130 bfd_byte *stab; in read_section_stabs_debugging_info() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dxcoffout.c200 stab_to_sclass (int stab) in stab_to_sclass()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dsyms.c877 bfd_byte *stab; member
943 bfd_byte *stab, *str; in _bfd_stab_section_find_nearest_line() local
H A Delf32-epiphany.c195 asection *stab; in epiphany_elf_relax_section() local
H A Delf32-ip2k.c583 asection *stab; in adjust_all_relocations() local
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dsyms.c891 bfd_byte *stab; member
957 bfd_byte *stab, *str; in _bfd_stab_section_find_nearest_line() local
H A Delf32-epiphany.c195 asection *stab; in epiphany_elf_relax_section() local
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dstabs.c208 segT stab, stabstr = NULL; in s_stab_generic() local

12