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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dvax-nat.c87 #include <nlist.h>
99 struct nlist names[2];
103 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
2459 struct internal_nlist nlist; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dvax-nat.c87 #include <nlist.h>
99 struct nlist names[2];
103 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
2459 struct internal_nlist nlist; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dvax-nat.c87 #include <nlist.h>
99 struct nlist names[2];
103 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
2459 struct internal_nlist nlist; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/include/
H A Dbout.h106 struct nlist struct
111 struct nlist * n_next;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/include/
H A Dbout.h106 struct nlist struct
111 struct nlist * n_next;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/include/
H A Dbout.h106 struct nlist struct
111 struct nlist * n_next;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
H A Dltconfig974 nlist=conftest.nm
975 if { echo "$progname:975: eval \"$NM conftest.o | $global_symbol_pipe > $nlist\"" >&5; eval "$NM conftest.o | $global_symbol_pipe > $nlist 2>&5"; } && test -s "$nlist"; then
978 if sort "$nlist" | uniq > "$nlist"T; then
979 mv -f "$nlist"T "$nlist"
980 wcout=`wc "$nlist" 2>/dev/null`
984 rm -f "$nlist"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
H A Dltconfig974 nlist=conftest.nm
975 if { echo "$progname:975: eval \"$NM conftest.o | $global_symbol_pipe > $nlist\"" >&5; eval "$NM conftest.o | $global_symbol_pipe > $nlist 2>&5"; } && test -s "$nlist"; then
978 if sort "$nlist" | uniq > "$nlist"T; then
979 mv -f "$nlist"T "$nlist"
980 wcout=`wc "$nlist" 2>/dev/null`
984 rm -f "$nlist"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/
H A Dltconfig974 nlist=conftest.nm
975 if { echo "$progname:975: eval \"$NM conftest.o | $global_symbol_pipe > $nlist\"" >&5; eval "$NM conftest.o | $global_symbol_pipe > $nlist 2>&5"; } && test -s "$nlist"; then
978 if sort "$nlist" | uniq > "$nlist"T; then
979 mv -f "$nlist"T "$nlist"
980 wcout=`wc "$nlist" 2>/dev/null`
984 rm -f "$nlist"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_c/
H A Dex_thread.c71 int nlist; /* -n */ variable
105 nlist = 1000;
117 nlist = atoi(optarg);
239 n = rand() % nlist;
293 n = rand() % nlist;
568 if ((list = malloc(nlist * sizeof(char *))) == NULL)
571 for (cnt = 0; cnt < nlist; ++cnt) {
577 nlist = cnt; /* In case nlist was larger than possible. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_c/
H A Dex_thread.c71 int nlist; /* -n */ variable
105 nlist = 1000;
117 nlist = atoi(optarg);
239 n = rand() % nlist;
293 n = rand() % nlist;
568 if ((list = malloc(nlist * sizeof(char *))) == NULL)
571 for (cnt = 0; cnt < nlist; ++cnt) {
577 nlist = cnt; /* In case nlist was larger than possible. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_c/
H A Dex_thread.c71 int nlist; /* -n */ variable
105 nlist = 1000;
117 nlist = atoi(optarg);
239 n = rand() % nlist;
293 n = rand() % nlist;
568 if ((list = malloc(nlist * sizeof(char *))) == NULL)
571 for (cnt = 0; cnt < nlist; ++cnt) {
577 nlist = cnt; /* In case nlist was larger than possible. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/lock/
H A Dlock_stub.c190 __lock_vec_pp(dbenv, locker, flags, list, nlist, elistp)
193 int nlist;
199 COMPQUIET(nlist, 0);
319 __lock_vec(env, sh_locker, flags, list, nlist, elistp)
323 int nlist;
330 COMPQUIET(nlist, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/lock/
H A Dlock_stub.c190 __lock_vec_pp(dbenv, locker, flags, list, nlist, elistp)
193 int nlist;
199 COMPQUIET(nlist, 0);
319 __lock_vec(env, sh_locker, flags, list, nlist, elistp)
323 int nlist;
330 COMPQUIET(nlist, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/lock/
H A Dlock_stub.c190 __lock_vec_pp(dbenv, locker, flags, list, nlist, elistp)
193 int nlist;
199 COMPQUIET(nlist, 0);
319 __lock_vec(env, sh_locker, flags, list, nlist, elistp)
323 int nlist;
330 COMPQUIET(nlist, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Da.out.h168 struct nlist {
171 struct nlist *n_next;
167 struct nlist { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Da.out.h168 struct nlist {
171 struct nlist *n_next;
167 struct nlist { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/include-fixed/linux/
H A Da.out.h169 struct nlist {
172 struct nlist *n_next;
168 struct nlist { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Da.out.h160 struct nlist {
163 struct nlist *n_next;
159 struct nlist { struct

Completed in 319 milliseconds

1234567891011>>