Searched refs:xnlist (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.bin/nm/ |
| D | elfuncs.h | 34 struct xnlist **, struct xnlist ***, size_t *, int *); 39 struct xnlist **, struct xnlist ***, size_t *, int *);
|
| D | elf.c | 120 struct xnlist *_np); 122 Elf_Shdr *, char *_shstr, long _shstrsize, struct xnlist **_pnames, 123 struct xnlist ***_psnames, size_t *_pstabsize, int *_pnrawnames, 310 struct xnlist *np) in elf2nlist() 422 Elf_Shdr *shdr, char *shstr, long shstrsize, struct xnlist **pnames, in elf_symloadx() 423 struct xnlist ***psnames, size_t *pstabsize, int *pnrawnames, in elf_symloadx() 427 struct xnlist *np; in elf_symloadx() 511 Elf_Shdr *shdr, struct xnlist **pnames, struct xnlist ***psnames, in elf_symload()
|
| D | nm.c | 88 char typeletter(struct xnlist *); 99 char *symname(struct xnlist *); 103 void print_symbol(const char *, struct xnlist *); 637 struct xnlist *np, *names, **snames; in show_file() 756 symname(struct xnlist *sym) in symname() 766 print_symbol(const char *name, struct xnlist *sym) in print_symbol() 811 typeletter(struct xnlist *np) in typeletter() 846 struct xnlist * const *a = a0, * const *b = b0; in fname() 854 struct xnlist * const *a = a0, * const *b = b0; in rname() 862 struct xnlist * const *a = a0, * const *b = b0; in value()
|
| D | util.h | 35 struct xnlist { struct
|