| /src/usr.bin/pmap/ |
| main.h | 39 struct cache_entry { struct 40 LIST_ENTRY(cache_entry) ce_next; 46 LIST_HEAD(cache_head, cache_entry);
|
| /src/external/bsd/ppp/dist/pppd/ |
| chap_ms.c | 386 const struct chapms2_response_cache_entry *cache_entry; local 391 cache_entry = chapms2_find_in_response_cache(id, challenge, NULL); 392 if (cache_entry) { 393 memcpy(response, cache_entry->response, MS_CHAP2_RESPONSE_LEN);
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| unwind-dw2-fde-dip.c | 236 struct frame_hdr_cache_element *cache_entry; local 238 for (cache_entry = frame_hdr_cache_head; 239 cache_entry; 240 cache_entry = cache_entry->link) 242 if (data->pc >= cache_entry->pc_low 243 && data->pc < cache_entry->pc_high) 245 load_base = cache_entry->load_base; 246 p_eh_frame_hdr = cache_entry->p_eh_frame_hdr; 247 p_dynamic = cache_entry->p_dynamic [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| unwind-dw2-fde-dip.c | 236 struct frame_hdr_cache_element *cache_entry; local 238 for (cache_entry = frame_hdr_cache_head; 239 cache_entry; 240 cache_entry = cache_entry->link) 242 if (data->pc >= cache_entry->pc_low 243 && data->pc < cache_entry->pc_high) 245 load_base = cache_entry->load_base; 246 p_eh_frame_hdr = cache_entry->p_eh_frame_hdr; 247 p_dynamic = cache_entry->p_dynamic [all...] |
| /src/external/gpl3/gdb/dist/sim/igen/ |
| ld-insn.h | 282 typedef struct _cache_entry cache_entry; typedef in typeref:struct:_cache_entry 293 cache_entry *next; 664 cache_entry *caches; 675 extern insn_table *load_insn_table (const char *file_name, cache_entry *cache); 705 (lf *file, const char *prefix, const cache_entry *entry, const char *suffix);
|
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| ld-insn.h | 282 typedef struct _cache_entry cache_entry; typedef in typeref:struct:_cache_entry 293 cache_entry *next; 664 cache_entry *caches; 675 extern insn_table *load_insn_table (const char *file_name, cache_entry *cache); 705 (lf *file, const char *prefix, const cache_entry *entry, const char *suffix);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ada-lang.c | 332 struct cache_entry 360 /* Hash function for cache_entry. */ 365 const cache_entry *entry = (const cache_entry *) v; 369 /* Equality function for cache_entry. */ 374 const cache_entry *entrya = (const cache_entry *) a; 396 htab_delete_entry<cache_entry>, 4706 cache_entry *e = (cache_entry *) htab_find_with_hash (tab, &search 330 struct cache_entry struct [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ada-lang.c | 330 struct cache_entry 358 /* Hash function for cache_entry. */ 363 const cache_entry *entry = (const cache_entry *) v; 367 /* Equality function for cache_entry. */ 372 const cache_entry *entrya = (const cache_entry *) a; 394 htab_delete_entry<cache_entry>, 4723 cache_entry *e = (cache_entry *) htab_find_with_hash (tab, &search 328 struct cache_entry struct [all...] |