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

1234567891011

/macosx-10.9.5/Libc-997.90.3/include/
H A Dnlist.h38 * @(#)nlist.h 8.2 (Berkeley) 1/21/94
46 * nlist.h can initialize nlist structures statically.
48 struct nlist { struct
82 int nlist(const char *, struct nlist *);
H A Dkvm.h65 #include <nlist.h>
81 int kvm_nlist(kvm_t *, struct nlist *);
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Drpclog.c102 #include <nlist.h>
147 struct nlist symtab[QMEM_X + 2];
152 nlist ("/vmunix", symtab);
/macosx-10.9.5/cctools-845/ld/
H A Dsymbols.c45 #include <mach-o/nlist.h>
188 static struct nlist undefined_symbol = {
195 static struct nlist indr_symbol = {
202 static struct nlist pbud_symbol = {
209 static struct nlist pbud_weak_def_symbol = {
244 struct nlist *symbol);
379 * of going through (struct merged_symbol *)(merged_symbol->nlist.n_value).
401 struct nlist *object_symbol,
406 struct nlist *object_symbol,
416 struct nlist *object_symbo
678 relocate_symbol( struct nlist *nlist, struct object_file *object_file) argument
3954 trace_symbol( char *symbol_name, struct nlist *nlist, struct object_file *object_file, char *indr_symbol_name) argument
6168 add_dwarf_map_entry(struct nlist ** nlist, unsigned long *output_nsyms, int32_t n_strx, uint8_t n_type, uint8_t n_sect, int16_t n_desc, uint32_t n_value) argument
6186 add_dwarf_map_for_sym(const struct nlist * sym, size_t i, const size_t * debug_ptr, uint32_t n_strx, uint16_t old_sect, struct nlist ** nlist, unsigned long *output_nsyms) argument
6244 struct nlist *object_symbols, *nlist; local
6807 struct nlist *nlist; local
7156 struct nlist *nlist; local
8882 struct nlist *nlist; local
[all...]
H A Dpass1.h73 __private_extern__ struct nlist *bsearch_symbols;
100 struct nlist *symbols;
176 struct nlist *symtab,
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dsarld.h26 #include <mach-o/nlist.h>
74 struct nlist *symtab, /* pointer to the symbol table */
H A Dnlist.h25 /* $NetBSD: nlist.h,v 1.5 1994/10/26 00:56:11 cgd Exp $ */
64 * @(#)nlist.h 8.2 (Berkeley) 1/21/94
76 struct nlist { struct
175 * the undefined symbols in the symbol table (the nlist structures) are marked
182 * The implementation of marking nlist structures in the symbol table for
185 * of an nlist structure for an undefined symbol to determine the type of
222 * undefined references from module defined in another use the same nlist struct
304 * The function nlist(3) from the C library.
306 extern int nlist (const char *filename, struct nlist *lis
[all...]
/macosx-10.9.5/cctools-845/include/stuff/
H A Dsymbol_list.h23 #include <mach-o/nlist.h>
31 void *sym; /* pointer to the nlist structure for this symbol */
/macosx-10.9.5/cctools-845/otool/
H A Dhppa_disasm.h33 #import <mach-o/nlist.h>
45 struct nlist *symbols,
H A Di860_disasm.h33 #import <mach-o/nlist.h>
45 struct nlist *symbols,
H A Dm68k_disasm.h33 #import <mach-o/nlist.h>
45 struct nlist *symbols,
H A Dm88k_disasm.h33 #import <mach-o/nlist.h>
45 struct nlist *symbols,
H A Dppc_disasm.h33 #import <mach-o/nlist.h>
45 struct nlist *symbols,
H A Dsparc_disasm.h33 #import <mach-o/nlist.h>
45 struct nlist *symbols,
H A Darm_disasm.h33 #import <mach-o/nlist.h>
49 struct nlist *symbols,
H A Di386_disasm.h33 #import <mach-o/nlist.h>
47 struct nlist *symbols,
/macosx-10.9.5/bash-92/bash-3.2/examples/functions/
H A Dautoload.v272 local -a nlist
77 *) nlist[nnl]="${_AUTOLOADS[i]}" ; (( nnl += 1 ));;
82 eval _AUTOLOADS=( ${nlist[@]} )
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Debnf-otz.el277 (nlist (car hlist))
279 (elist (ebnf-split-header-suffix nlist zlist)))
289 (let* ((nl (ebnf-extract-empty nlist))
301 (nnode (ebnf-map-list-to-optional nlist)))
303 (setq nlist (list nnode)))
304 (if (or (null nlist)
305 (and (= (length nlist) 1)
306 (eq (ebnf-node-kind (car nlist))
310 (list (or (ebnf-prefix-suffix nlist)
311 (ebnf-create-alternative nlist))
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A Ddb_java.java12 public static void DbEnv_lock_vec(DbEnv dbenv, int locker, int flags, com.sleepycat.db.LockRequest[] list, int offset, int nlist) throws com.sleepycat.db.DatabaseException { argument
13 db_javaJNI.DbEnv_lock_vec(DbEnv.getCPtr(dbenv), dbenv, locker, flags, list, offset, nlist);
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h25 /* $NetBSD: nlist.h,v 1.5 1994/10/26 00:56:11 cgd Exp $ */
64 * @(#)nlist.h 8.2 (Berkeley) 1/21/94
76 struct nlist { struct
175 * the undefined symbols in the symbol table (the nlist structures) are marked
182 * The implementation of marking nlist structures in the symbol table for
185 * of an nlist structure for an undefined symbol to determine the type of
222 * undefined references from module defined in another use the same nlist struct
304 * The function nlist(3) from the C library.
306 extern int nlist (const char *filename, struct nlist *lis
[all...]
H A DMakefile13 nlist.h \
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/menubar/
H A Dtree.tcl97 set nlist {}
99 lappend nlist [my Name2Node ${name}]
101 return ${nlist}
107 set nlist {}
109 lappend nlist [my Node2Name ${node}]
111 return ${nlist}
161 set nlist [my Names2NodeList {*}${args}]
162 set children [lreplace ${children} ${idx} ${idx} {*}${nlist}]
417 set nlist ""
431 lappend nlist
[all...]
/macosx-10.9.5/bash-92/bash-3.2/examples/loadables/
H A Dprint.c117 WORD_LIST *nlist; local
120 nlist = make_word_list (w, list);
121 r = printf_builtin (nlist);
122 nlist->next = (WORD_LIST *)NULL;
123 dispose_words (nlist);
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dnlist.c94 #include <mach-o/nlist.h>
105 int __fdnlist(int fd, struct nlist *list);
108 * nlist - retreive attributes from name list (string table version)
112 nlist(name, list) function
114 struct nlist *list;
131 struct nlist *list;
133 register struct nlist *p, *q;
140 struct nlist space[BUFSIZ/sizeof (struct nlist)];
289 n = stp->nsyms * sizeof(struct nlist);
[all...]
/macosx-10.9.5/cctools-845/as/
H A Darch64_32.h31 typedef struct nlist nlist_t;

Completed in 214 milliseconds

1234567891011