| /src/external/gpl3/binutils/dist/bfd/ |
| ecoff-bfd.h | 47 void (*set_index) (struct bfd_symbol *, bfd_size_type));
|
| ecofflink.c | 1220 void (*set_index) (asymbol *, bfd_size_type)) 1268 if (set_index) 1269 (*set_index) (sym_ptr, (bfd_size_type) symhdr->iextMax);
|
| coffgen.c | 1102 #define set_index(symbol, idx) ((symbol)->udata.i = (idx)) macro 1190 set_index (symbol, *written);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| ecoff-bfd.h | 47 void (*set_index) (struct bfd_symbol *, bfd_size_type));
|
| ecofflink.c | 1220 void (*set_index) (asymbol *, bfd_size_type)) 1268 if (set_index) 1269 (*set_index) (sym_ptr, (bfd_size_type) symhdr->iextMax);
|
| coffgen.c | 1102 #define set_index(symbol, idx) ((symbol)->udata.i = (idx)) macro 1190 set_index (symbol, *written);
|
| /src/external/gpl3/gdb/dist/bfd/ |
| ecoff-bfd.h | 45 void (*set_index) (struct bfd_symbol *, bfd_size_type));
|
| ecofflink.c | 1210 void (*set_index) (asymbol *, bfd_size_type)) 1258 if (set_index) 1259 (*set_index) (sym_ptr, (bfd_size_type) symhdr->iextMax);
|
| coffgen.c | 1100 #define set_index(symbol, idx) ((symbol)->udata.i = (idx)) macro 1188 set_index (symbol, *written);
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| ecoff-bfd.h | 45 void (*set_index) (struct bfd_symbol *, bfd_size_type));
|
| ecofflink.c | 1210 void (*set_index) (asymbol *, bfd_size_type)) 1258 if (set_index) 1259 (*set_index) (sym_ptr, (bfd_size_type) symhdr->iextMax);
|
| coffgen.c | 1103 #define set_index(symbol, idx) ((symbol)->udata.i = (idx)) macro 1191 set_index (symbol, *written);
|
| /src/sbin/mount_qemufwcfg/ |
| fwcfg.c | 69 set_index(uint16_t index) function 155 set_index(ep->select); 175 set_index(FW_CFG_FILE_DIR); 205 set_index(FW_CFG_FILE_DIR);
|
| /src/lib/libc/isc/ |
| ev_timers.c | 55 static void set_index(void *, int); 439 return (heap_new(due_sooner, set_index, 2048)); 460 set_index(void *what, int idx) { function
|
| /src/external/bsd/libbind/dist/isc/ |
| ev_timers.c | 49 static void set_index(void *, int); 422 return (heap_new(due_sooner, set_index, 2048)); 443 set_index(void *what, int index) { function
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| timer.c | 671 set_index(void *what, unsigned int index) { function 699 isc_heap_create(mctx, sooner, set_index, 0, &manager->heap);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| graphite-sese-to-poly.cc | 482 set_index (isl_map *map, int pos, isl_pw_aff *index) function 520 acc = set_index (acc, nb_subscripts - i , aff);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| graphite-sese-to-poly.cc | 480 set_index (isl_map *map, int pos, isl_pw_aff *index) function 518 acc = set_index (acc, nb_subscripts - i , aff);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| qpcache.c | 2518 set_index(void *what, unsigned int idx) { function 3666 isc_heap_create(hmctx, ttl_sooner, set_index, 0,
|
| qpzone.c | 428 set_index(void *what, unsigned int idx) { function 594 isc_heap_create(mctx, resign_sooner, set_index, 0, &qpdb->heap);
|
| rbtdb.c | 382 set_index(void *what, unsigned int idx) { function 3973 isc_heap_create(hmctx, rbtdb->sooner, set_index, 0,
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| rbtdb.c | 1010 set_index(void *what, unsigned int idx) { function 8775 isc_heap_create(hmctx, sooner, set_index, 0, &rbtdb->heaps[i]);
|