Searched refs:nlist (Results 1 - 25 of 128) sorted by relevance

123456

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind-dw2-fde-openbsd.c10 #include <nlist.h>
/openbsd-current/include/
H A Da.out.h42 #include <nlist.h>
H A Dnlist.h1 /* $OpenBSD: nlist.h,v 1.4 2003/06/02 19:34:12 millert Exp $ */
2 /* $NetBSD: nlist.h,v 1.5 1994/10/26 00:56:11 cgd Exp $ */
37 * @(#)nlist.h 8.2 (Berkeley) 1/21/94
45 * nlist.h can initialize nlist structures statically.
47 struct nlist { struct
84 int nlist(const char *, struct nlist *);
H A Dkvm.h48 #include <nlist.h>
68 int kvm_nlist(kvm_t *, struct nlist *);
/openbsd-current/usr.sbin/installboot/
H A Di386_installboot.h51 struct nlist;
53 int nlist_elf32(const char *, struct nlist *);
H A Di386_nlist.c40 #include <nlist.h>
48 static int __elf_fdnlist(int, struct nlist *);
51 int nlist_elf32(const char *, struct nlist *);
75 * use the libc nlist.c, which would be upset. Manually
94 __elf_fdnlist(int fd, struct nlist *list)
96 struct nlist *p;
299 nlist_elf32(const char *name, struct nlist *list)
/openbsd-current/bin/ps/
H A DMakefile4 SRCS= keyword.c nlist.c print.c ps.c utf8.c
H A Dnlist.c1 /* $OpenBSD: nlist.c,v 1.22 2021/12/01 18:21:23 deraadt Exp $ */
2 /* $NetBSD: nlist.c,v 1.11 1995/03/21 09:08:03 cgd Exp $ */
41 #include <nlist.h>
48 struct nlist psnl[] = {
61 int nlistread; /* if nlist already read. */
139 nlisterr(struct nlist nl[])
143 (void)fprintf(stderr, "ps: nlist: can't find following symbols:");
H A Dextern.h35 struct nlist;
60 void nlisterr(struct nlist *);
/openbsd-current/usr.sbin/kvm_mkdb/
H A DMakefile4 SRCS= kvm_mkdb.c nlist.c testdb.c
/openbsd-current/usr.sbin/config/
H A Dukc.h51 struct nlist nl[] = {
82 extern struct nlist nl[];
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dvax-nat.c90 #include <nlist.h>
102 struct nlist names[2];
106 if (nlist (_PATH_UNIX, names) == 0)
H A Ddbxread.c879 struct internal_nlist nlist;
885 INTERNALIZE_SYMBOL (nlist, &symbuf[symbuf_idx], symfile_bfd);
890 return nlist.n_strx + stringtab_global + file_string_table_offset;
963 /* Set namestring based on nlist. If the string table index is invalid,
968 set_namestring (struct objfile *objfile, struct internal_nlist nlist)
972 if (((unsigned) nlist.n_strx + file_string_table_offset) >=
980 namestring = nlist.n_strx + file_string_table_offset +
1188 struct internal_nlist nlist;
1301 INTERNALIZE_SYMBOL (nlist, bufp, abfd);
1316 switch (nlist
872 struct internal_nlist nlist; local
960 set_namestring(struct objfile *objfile, struct internal_nlist nlist) argument
1180 struct internal_nlist nlist; local
2451 struct internal_nlist nlist; local
[all...]
/openbsd-current/lib/libkvm/
H A Dkvm_getloadavg.c42 #include <nlist.h>
48 static struct nlist nl[] = {
68 struct nlist *p;
H A Dkvm_m88k.c37 #include <nlist.h>
H A Dkvm_powerpc64.c25 #include <nlist.h>
H A Dkvm_powerpc.c44 #include <nlist.h>
/openbsd-current/usr.bin/nm/
H A Dutil.h36 struct nlist nl;
/openbsd-current/gnu/llvm/lld/MachO/
H A DMachOStructs.h30 struct nlist { struct in namespace:lld::structs
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dbout.h106 struct nlist struct
111 struct nlist * n_next;
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dbout.h106 struct nlist struct
111 struct nlist * n_next;
/openbsd-current/gnu/llvm/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c5 #include <mach-o/nlist.h>
268 struct nlist_64 nlist; local
269 memset(&nlist, 0, sizeof(struct nlist_64));
271 memcpy(&nlist, local_syms + (i * nlist_size),
274 struct nlist nlist_32;
275 memset(&nlist_32, 0, sizeof(struct nlist));
277 sizeof(struct nlist));
278 nlist.n_un.n_strx = nlist_32.n_un.n_strx;
279 nlist.n_type = nlist_32.n_type;
280 nlist
299 struct nlist_64 nlist; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-aout.h39 typedef struct nlist obj_symbol_type; /* Symbol table entry. */
/openbsd-current/usr.bin/rdist/
H A Dgram.y72 %type <namel> namelist, names, opt_namelist nlist
98 namelist: nlist {
101 | nlist '-' nlist {
104 | nlist '+' nlist {
107 | nlist '&' nlist {
112 nlist: NAME = { label
/openbsd-current/lib/libc/gen/
H A Dnlist.c1 /* $OpenBSD: nlist.c,v 1.72 2022/12/27 17:10:06 jmc Exp $ */
42 #include <a.out.h> /* pulls in nlist.h */
47 int __fdnlist(int, struct nlist *);
87 __fdnlist(int fd, struct nlist *list)
89 struct nlist *p;
291 nlist(const char *name, struct nlist *list) function

Completed in 259 milliseconds

123456