Searched refs:cache_ptr (Results 1 - 25 of 357) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dhash.h100 } *cache_ptr; typedef in typeref:struct:cache
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)
166 objc_hash_string (cache_ptr cach
[all...]
/netbsd-current/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dhash.h100 } *cache_ptr; typedef in typeref:struct:cache
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)
166 objc_hash_string (cache_ptr cach
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/
H A Dhash.c40 cache_ptr
44 cache_ptr cache;
52 cache = (cache_ptr) objc_calloc (1, sizeof (struct cache));
78 objc_hash_delete (cache_ptr cache)
110 objc_hash_add (cache_ptr *cachep, const void *key, void *value)
150 cache_ptr new = objc_hash_new (EXPANSION (*cachep),
170 objc_hash_remove (cache_ptr cache, const void *key)
211 objc_hash_next (cache_ptr cache, node_ptr node)
255 objc_hash_value_for_key (cache_ptr cache, const void *key)
279 objc_hash_is_key_in_hash (cache_ptr cach
[all...]
/netbsd-current/external/gpl3/gcc/dist/libobjc/
H A Dhash.c40 cache_ptr
44 cache_ptr cache;
52 cache = (cache_ptr) objc_calloc (1, sizeof (struct cache));
78 objc_hash_delete (cache_ptr cache)
110 objc_hash_add (cache_ptr *cachep, const void *key, void *value)
150 cache_ptr new = objc_hash_new (EXPANSION (*cachep),
170 objc_hash_remove (cache_ptr cache, const void *key)
211 objc_hash_next (cache_ptr cache, node_ptr node)
255 objc_hash_value_for_key (cache_ptr cache, const void *key)
279 objc_hash_is_key_in_hash (cache_ptr cach
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Di386lynx.c288 cache_ptr->sym_ptr_ptr = symbols + r_index; \
290 cache_ptr->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr; \
291 cache_ptr->addend = ad; \
301 cache_ptr->sym_ptr_ptr = obj_textsec(abfd)->symbol_ptr_ptr; \
302 cache_ptr->addend = ad - su->textsec->vma; \
306 cache_ptr->sym_ptr_ptr = obj_datasec(abfd)->symbol_ptr_ptr; \
307 cache_ptr->addend = ad - su->datasec->vma; \
311 cache_ptr->sym_ptr_ptr = obj_bsssec(abfd)->symbol_ptr_ptr; \
312 cache_ptr->addend = ad - su->bsssec->vma; \
317 cache_ptr
429 arelent *cache_ptr = reloc_cache; local
441 arelent *cache_ptr = reloc_cache; local
[all...]
H A Delf32-wasm32.c121 arelent *cache_ptr,
126 cache_ptr->howto = elf32_wasm32_rtype_to_howto (abfd, r_type);
127 return cache_ptr->howto != NULL;
120 elf32_wasm32_info_to_howto_rela(bfd *abfd, arelent *cache_ptr, Elf_Internal_Rela *dst) argument
H A Dcoff-loongarch64.c67 #define RTYPE2HOWTO(cache_ptr, dst) \
68 (cache_ptr)->howto = NULL
H A Daoutx.h1385 translate_from_native_sym_flags (bfd *abfd, aout_symbol_type *cache_ptr)
1389 if ((cache_ptr->type & N_STAB) != 0
1390 || cache_ptr->type == N_FN)
1395 cache_ptr->symbol.flags = BSF_DEBUGGING;
1398 switch (cache_ptr->type & N_TYPE)
1416 cache_ptr->symbol.section = sec;
1417 cache_ptr->symbol.value -= sec->vma;
1424 if ((cache_ptr->type & N_EXT) == 0)
1429 switch (cache_ptr->type)
1433 cache_ptr
1384 translate_from_native_sym_flags(bfd *abfd, aout_symbol_type *cache_ptr) argument
1555 translate_to_native_sym_flags(bfd *abfd, asymbol *cache_ptr, struct external_nlist *sym_pointer) argument
2305 arelent *cache_ptr; local
[all...]
H A Daout-cris.c218 arelent *cache_ptr,
227 cache_ptr->address = (GET_SWORD (abfd, bytes->r_address));
248 cache_ptr->howto = howto_table_ext + r_type;
216 swap_ext_reloc_in(bfd *abfd, struct reloc_ext_external *bytes, arelent *cache_ptr, asymbol **symbols, bfd_size_type symcount) argument
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Di386lynx.c288 cache_ptr->sym_ptr_ptr = symbols + r_index; \
289 cache_ptr->addend = ad; \
299 cache_ptr->sym_ptr_ptr = obj_textsec(abfd)->symbol_ptr_ptr; \
300 cache_ptr->addend = ad - su->textsec->vma; \
304 cache_ptr->sym_ptr_ptr = obj_datasec(abfd)->symbol_ptr_ptr; \
305 cache_ptr->addend = ad - su->datasec->vma; \
309 cache_ptr->sym_ptr_ptr = obj_bsssec(abfd)->symbol_ptr_ptr; \
310 cache_ptr->addend = ad - su->bsssec->vma; \
315 cache_ptr->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr; \
316 cache_ptr
427 arelent *cache_ptr = reloc_cache; local
439 arelent *cache_ptr = reloc_cache; local
[all...]
H A Delf32-wasm32.c121 arelent *cache_ptr,
126 cache_ptr->howto = elf32_wasm32_rtype_to_howto (abfd, r_type);
127 return cache_ptr->howto != NULL;
120 elf32_wasm32_info_to_howto_rela(bfd *abfd, arelent *cache_ptr, Elf_Internal_Rela *dst) argument
H A Dcoff-aarch64.c68 #define RTYPE2HOWTO(cache_ptr, dst) \
69 (cache_ptr)->howto = NULL
H A Daoutx.h1385 translate_from_native_sym_flags (bfd *abfd, aout_symbol_type *cache_ptr)
1389 if ((cache_ptr->type & N_STAB) != 0
1390 || cache_ptr->type == N_FN)
1395 cache_ptr->symbol.flags = BSF_DEBUGGING;
1398 switch (cache_ptr->type & N_TYPE)
1416 cache_ptr->symbol.section = sec;
1417 cache_ptr->symbol.value -= sec->vma;
1424 if ((cache_ptr->type & N_EXT) == 0)
1429 switch (cache_ptr->type)
1433 cache_ptr
1384 translate_from_native_sym_flags(bfd *abfd, aout_symbol_type *cache_ptr) argument
1555 translate_to_native_sym_flags(bfd *abfd, asymbol *cache_ptr, struct external_nlist *sym_pointer) argument
2303 arelent *cache_ptr; local
[all...]
H A Daout-cris.c218 arelent *cache_ptr,
227 cache_ptr->address = (GET_SWORD (abfd, bytes->r_address));
248 cache_ptr->howto = howto_table_ext + r_type;
216 swap_ext_reloc_in(bfd *abfd, struct reloc_ext_external *bytes, arelent *cache_ptr, asymbol **symbols, bfd_size_type symcount) argument
H A Dcoff-ia64.c49 #define RTYPE2HOWTO(cache_ptr, dst) \
50 (cache_ptr)->howto = howto_table;
H A Dcoff-i386.c371 #define RTYPE2HOWTO(cache_ptr, dst) \
372 ((cache_ptr)->howto = \
395 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) \
400 + (cache_ptr->sym_ptr_ptr - symbols)); \
405 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
408 cache_ptr->addend = - (ptr->section->vma + ptr->value); \
410 cache_ptr->addend = 0; \
413 cache_ptr->addend += asect->vma; \
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Di386lynx.c287 cache_ptr->sym_ptr_ptr = symbols + r_index; \
288 cache_ptr->addend = ad; \
297 cache_ptr->sym_ptr_ptr = obj_textsec(abfd)->symbol_ptr_ptr; \
298 cache_ptr->addend = ad - su->textsec->vma; \
302 cache_ptr->sym_ptr_ptr = obj_datasec(abfd)->symbol_ptr_ptr; \
303 cache_ptr->addend = ad - su->datasec->vma; \
307 cache_ptr->sym_ptr_ptr = obj_bsssec(abfd)->symbol_ptr_ptr; \
308 cache_ptr->addend = ad - su->bsssec->vma; \
313 cache_ptr->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr; \
314 cache_ptr
425 arelent *cache_ptr = reloc_cache; local
437 arelent *cache_ptr = reloc_cache; local
[all...]
H A Delf32-wasm32.c121 arelent *cache_ptr,
126 cache_ptr->howto = elf32_wasm32_rtype_to_howto (abfd, r_type);
127 return cache_ptr->howto != NULL;
120 elf32_wasm32_info_to_howto_rela(bfd *abfd, arelent *cache_ptr, Elf_Internal_Rela *dst) argument
H A Daout-cris.c218 arelent *cache_ptr,
227 cache_ptr->address = (GET_SWORD (abfd, bytes->r_address));
248 cache_ptr->howto = howto_table_ext + r_type;
216 swap_ext_reloc_in(bfd *abfd, struct reloc_ext_external *bytes, arelent *cache_ptr, asymbol **symbols, bfd_size_type symcount) argument
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Di386lynx.c288 cache_ptr->sym_ptr_ptr = symbols + r_index; \
289 cache_ptr->addend = ad; \
299 cache_ptr->sym_ptr_ptr = obj_textsec(abfd)->symbol_ptr_ptr; \
300 cache_ptr->addend = ad - su->textsec->vma; \
304 cache_ptr->sym_ptr_ptr = obj_datasec(abfd)->symbol_ptr_ptr; \
305 cache_ptr->addend = ad - su->datasec->vma; \
309 cache_ptr->sym_ptr_ptr = obj_bsssec(abfd)->symbol_ptr_ptr; \
310 cache_ptr->addend = ad - su->bsssec->vma; \
315 cache_ptr->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr; \
316 cache_ptr
427 arelent *cache_ptr = reloc_cache; local
439 arelent *cache_ptr = reloc_cache; local
[all...]
H A Delf32-wasm32.c121 arelent *cache_ptr,
126 cache_ptr->howto = elf32_wasm32_rtype_to_howto (abfd, r_type);
127 return cache_ptr->howto != NULL;
120 elf32_wasm32_info_to_howto_rela(bfd *abfd, arelent *cache_ptr, Elf_Internal_Rela *dst) argument
H A Dcoff-aarch64.c68 #define RTYPE2HOWTO(cache_ptr, dst) \
69 (cache_ptr)->howto = NULL
H A Daoutx.h1385 translate_from_native_sym_flags (bfd *abfd, aout_symbol_type *cache_ptr)
1389 if ((cache_ptr->type & N_STAB) != 0
1390 || cache_ptr->type == N_FN)
1395 cache_ptr->symbol.flags = BSF_DEBUGGING;
1398 switch (cache_ptr->type & N_TYPE)
1416 cache_ptr->symbol.section = sec;
1417 cache_ptr->symbol.value -= sec->vma;
1424 if ((cache_ptr->type & N_EXT) == 0)
1429 switch (cache_ptr->type)
1433 cache_ptr
1384 translate_from_native_sym_flags(bfd *abfd, aout_symbol_type *cache_ptr) argument
1555 translate_to_native_sym_flags(bfd *abfd, asymbol *cache_ptr, struct external_nlist *sym_pointer) argument
2303 arelent *cache_ptr; local
[all...]
H A Daout-cris.c218 arelent *cache_ptr,
227 cache_ptr->address = (GET_SWORD (abfd, bytes->r_address));
248 cache_ptr->howto = howto_table_ext + r_type;
216 swap_ext_reloc_in(bfd *abfd, struct reloc_ext_external *bytes, arelent *cache_ptr, asymbol **symbols, bfd_size_type symcount) argument
/netbsd-current/lib/libc/rpc/
H A Dsvc_dg.c366 typedef struct cache_node *cache_ptr; typedef in typeref:struct:cache_node
384 cache_ptr cache_next;
392 cache_ptr *uc_entries; /* hash table of entries in cache */
393 cache_ptr *uc_fifo; /* fifo list of entries in cache */
440 uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS);
447 MEMZERO(uc->uc_entries, cache_ptr, size * SPARSENESS);
448 uc->uc_fifo = ALLOC(cache_ptr, size);
451 FREE(uc->uc_entries, cache_ptr, size * SPARSENESS);
456 MEMZERO(uc->uc_fifo, cache_ptr, size);
478 cache_ptr victi
[all...]

Completed in 175 milliseconds

1234567891011>>