Home
last modified time | relevance | path

Searched refs:cache_ptr (Results 1 – 21 of 21) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libobjc/objc-private/
H A Dhash.h100 } *cache_ptr; typedef
105 cache_ptr objc_hash_new (unsigned int size,
111 void objc_hash_delete (cache_ptr cache);
118 void objc_hash_add (cache_ptr *cachep, const void *key, void *value);
123 void objc_hash_remove (cache_ptr cache, const void *key);
134 node_ptr objc_hash_next (cache_ptr cache, node_ptr node);
138 void *objc_hash_value_for_key (cache_ptr cache, const void *key);
142 BOOL objc_hash_is_key_in_hash (cache_ptr cache, const void *key);
157 objc_hash_ptr (cache_ptr cache, const void *key) in objc_hash_ptr()
166 objc_hash_string (cache_ptr cache, const void *key) in objc_hash_string()
/dflybsd-src/contrib/gcc-4.7/libobjc/
H A Dhash.c41 cache_ptr
45 cache_ptr cache; in objc_hash_new()
53 cache = (cache_ptr) objc_calloc (1, sizeof (struct cache)); in objc_hash_new()
79 objc_hash_delete (cache_ptr cache) in objc_hash_delete()
111 objc_hash_add (cache_ptr *cachep, const void *key, void *value) in objc_hash_add()
151 cache_ptr new = objc_hash_new (EXPANSION (*cachep), in objc_hash_add()
171 objc_hash_remove (cache_ptr cache, const void *key) in objc_hash_remove()
212 objc_hash_next (cache_ptr cache, node_ptr node) in objc_hash_next()
256 objc_hash_value_for_key (cache_ptr cache, const void *key) in objc_hash_value_for_key()
280 objc_hash_is_key_in_hash (cache_ptr cache, const void *key) in objc_hash_is_key_in_hash()
H A Dinit.c71 static cache_ptr duplicate_classes = NULL;
148 static cache_ptr __objc_load_methods = NULL;
H A Dprotocols.c39 static cache_ptr __protocols_hashtable;
H A Dselector.c43 static cache_ptr __objc_selector_hash = 0; /* name -> uid !T:MUTEX */
H A Dsendmsg.c978 static cache_ptr prepared_dtable_table = 0;
/dflybsd-src/lib/libc/rpc/
H A Dsvc_dg.c330 typedef struct cache_node *cache_ptr; typedef
348 cache_ptr cache_next;
356 cache_ptr *uc_entries; /* hash table of entries in cache */
357 cache_ptr *uc_fifo; /* fifo list of entries in cache */
400 uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS); in svc_dg_enablecache()
407 MEMZERO(uc->uc_entries, cache_ptr, size * SPARSENESS); in svc_dg_enablecache()
408 uc->uc_fifo = ALLOC(cache_ptr, size); in svc_dg_enablecache()
411 FREE(uc->uc_entries, cache_ptr, size * SPARSENESS); in svc_dg_enablecache()
416 MEMZERO(uc->uc_fifo, cache_ptr, size); in svc_dg_enablecache()
438 cache_ptr victim; in cache_set()
[all …]
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dcoff-x86_64.c472 #define RTYPE2HOWTO(cache_ptr, dst) \ argument
473 ((cache_ptr)->howto = \
496 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) \ argument
502 + (cache_ptr->sym_ptr_ptr - symbols)); \
508 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
511 cache_ptr->addend = - (ptr->section->vma + ptr->value); \
513 cache_ptr->addend = 0; \
516 cache_ptr->addend += asect->vma; \
H A Dcoffcode.h4557 alent *cache_ptr; in coff_slurp_line_table() local
4582 cache_ptr = lineno_cache; in coff_slurp_line_table()
4593 cache_ptr->line_number = dst.l_lnno; in coff_slurp_line_table()
4597 memset (&cache_ptr->u, 0, sizeof (cache_ptr->u)); in coff_slurp_line_table()
4599 if (cache_ptr->line_number == 0) in coff_slurp_line_table()
4612 cache_ptr->line_number = -1; in coff_slurp_line_table()
4625 cache_ptr->line_number = -1; in coff_slurp_line_table()
4638 cache_ptr->line_number = -1; in coff_slurp_line_table()
4645 cache_ptr->u.sym = (asymbol *) sym; in coff_slurp_line_table()
4651 sym->lineno = cache_ptr; in coff_slurp_line_table()
[all …]
H A Delf32-or1k.c735 arelent * cache_ptr, in or1k_info_to_howto_rela() argument
746 cache_ptr->howto = & or1k_elf_howto_table[r_type]; in or1k_info_to_howto_rela()
H A Delf64-x86-64.c343 elf_x86_64_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED, arelent *cache_ptr, in elf_x86_64_info_to_howto() argument
349 cache_ptr->howto = elf_x86_64_rtype_to_howto (abfd, r_type); in elf_x86_64_info_to_howto()
350 BFD_ASSERT (r_type == cache_ptr->howto->type); in elf_x86_64_info_to_howto()
H A Delf32-i386.c398 arelent *cache_ptr, in elf_i386_info_to_howto_rel() argument
402 cache_ptr->howto = elf_i386_rtype_to_howto (abfd, r_type); in elf_i386_info_to_howto_rel()
H A Delf.c8526 arelent *cache_ptr ATTRIBUTE_UNUSED, in _bfd_elf_no_info_to_howto()
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dcoff-x86_64.c469 #define RTYPE2HOWTO(cache_ptr, dst) \ argument
470 ((cache_ptr)->howto = \
493 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) \ argument
499 + (cache_ptr->sym_ptr_ptr - symbols)); \
505 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
508 cache_ptr->addend = - (ptr->section->vma + ptr->value); \
510 cache_ptr->addend = 0; \
513 cache_ptr->addend += asect->vma; \
H A Dcoffcode.h4259 alent *cache_ptr; in coff_slurp_line_table() local
4297 cache_ptr = lineno_cache; in coff_slurp_line_table()
4308 cache_ptr->line_number = dst.l_lnno; in coff_slurp_line_table()
4312 memset (&cache_ptr->u, 0, sizeof (cache_ptr->u)); in coff_slurp_line_table()
4314 if (cache_ptr->line_number == 0) in coff_slurp_line_table()
4328 cache_ptr->line_number = -1; in coff_slurp_line_table()
4342 cache_ptr->line_number = -1; in coff_slurp_line_table()
4356 cache_ptr->line_number = -1; in coff_slurp_line_table()
4363 cache_ptr->u.sym = (asymbol *) sym; in coff_slurp_line_table()
4370 sym->lineno = cache_ptr; in coff_slurp_line_table()
[all …]
H A Delf64-x86-64.c341 elf_x86_64_info_to_howto (bfd *abfd, arelent *cache_ptr, in elf_x86_64_info_to_howto() argument
347 cache_ptr->howto = elf_x86_64_rtype_to_howto (abfd, r_type); in elf_x86_64_info_to_howto()
348 if (cache_ptr->howto == NULL) in elf_x86_64_info_to_howto()
350 BFD_ASSERT (r_type == cache_ptr->howto->type || cache_ptr->howto->type == R_X86_64_NONE); in elf_x86_64_info_to_howto()
H A Delf32-i386.c393 arelent *cache_ptr, in elf_i386_info_to_howto_rel() argument
398 if ((cache_ptr->howto = elf_i386_rtype_to_howto (r_type)) == NULL) in elf_i386_info_to_howto_rel()
H A Delf.c9183 arelent *cache_ptr ATTRIBUTE_UNUSED, in _bfd_elf_no_info_to_howto()
/dflybsd-src/contrib/gdb-7/bfd/
H A Delf64-x86-64.c327 elf_x86_64_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED, arelent *cache_ptr, in elf_x86_64_info_to_howto() argument
333 cache_ptr->howto = elf_x86_64_rtype_to_howto (abfd, r_type); in elf_x86_64_info_to_howto()
334 BFD_ASSERT (r_type == cache_ptr->howto->type); in elf_x86_64_info_to_howto()
H A Delf32-i386.c390 arelent *cache_ptr, in elf_i386_info_to_howto_rel() argument
394 cache_ptr->howto = elf_i386_rtype_to_howto (abfd, r_type); in elf_i386_info_to_howto_rel()
H A Delf.c7772 arelent *cache_ptr ATTRIBUTE_UNUSED, in _bfd_elf_no_info_to_howto()