HomeSort by: relevance | last modified time | path
    Searched defs:cache_ptr (Results 1 - 19 of 19) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libobjc/objc-private/
hash.h 100 } *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 cache, const void *key
    [all...]
  /src/external/gpl3/gcc/dist/libobjc/objc-private/
hash.h 100 } *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 cache, const void *key
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
i386lynx.c 287 cache_ptr->sym_ptr_ptr = symbols + r_index; \
289 cache_ptr->sym_ptr_ptr = &bfd_abs_section_ptr->symbol; \
290 cache_ptr->addend = ad; \
300 cache_ptr->sym_ptr_ptr = &obj_textsec(abfd)->symbol; \
301 cache_ptr->addend = ad - su->textsec->vma; \
305 cache_ptr->sym_ptr_ptr = &obj_datasec(abfd)->symbol; \
306 cache_ptr->addend = ad - su->datasec->vma; \
310 cache_ptr->sym_ptr_ptr = &obj_bsssec(abfd)->symbol; \
311 cache_ptr->addend = ad - su->bsssec->vma; \
316 cache_ptr->sym_ptr_ptr = &bfd_abs_section_ptr->symbol;
428 arelent *cache_ptr = reloc_cache; local
440 arelent *cache_ptr = reloc_cache; local
    [all...]
aoutx.h 1366 and symbol->value fields of CACHE_PTR will be set from the a.out
1371 translate_from_native_sym_flags (bfd *abfd, aout_symbol_type *cache_ptr)
1375 if ((cache_ptr->type & N_STAB) != 0
1376 || cache_ptr->type == N_FN)
1381 cache_ptr->symbol.flags = BSF_DEBUGGING;
1384 switch (cache_ptr->type & N_TYPE)
1402 cache_ptr->symbol.section = sec;
1403 cache_ptr->symbol.value -= sec->vma;
1410 if ((cache_ptr->type & N_EXT) == 0)
1415 switch (cache_ptr->type
2287 arelent *cache_ptr; local
    [all...]
coffcode.h 4511 alent *cache_ptr;
4548 cache_ptr = lineno_cache;
4559 cache_ptr->line_number = dst.l_lnno;
4563 memset (&cache_ptr->u, 0, sizeof (cache_ptr->u));
4565 if (cache_ptr->line_number == 0)
4579 cache_ptr->line_number = -1;
4593 cache_ptr->line_number = -1;
4607 cache_ptr->line_number = -1;
4614 cache_ptr->u.sym = (asymbol *) sym
4510 alent *cache_ptr; local
5256 arelent *cache_ptr; local
    [all...]
pdp11.c 1344 and symbol->value fields of CACHE_PTR will be set from the a.out
1350 aout_symbol_type *cache_ptr)
1354 if (is_stab (cache_ptr->type, cache_ptr->symbol.name))
1359 cache_ptr->symbol.flags = BSF_DEBUGGING;
1362 switch (cache_ptr->type)
1385 cache_ptr->symbol.section = sec;
1386 cache_ptr->symbol.value -= sec->vma;
1393 if ((cache_ptr->type & N_EXT) == 0)
1398 switch (cache_ptr->type
1933 arelent *cache_ptr; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
i386lynx.c 287 cache_ptr->sym_ptr_ptr = symbols + r_index; \
289 cache_ptr->sym_ptr_ptr = &bfd_abs_section_ptr->symbol; \
290 cache_ptr->addend = ad; \
300 cache_ptr->sym_ptr_ptr = &obj_textsec(abfd)->symbol; \
301 cache_ptr->addend = ad - su->textsec->vma; \
305 cache_ptr->sym_ptr_ptr = &obj_datasec(abfd)->symbol; \
306 cache_ptr->addend = ad - su->datasec->vma; \
310 cache_ptr->sym_ptr_ptr = &obj_bsssec(abfd)->symbol; \
311 cache_ptr->addend = ad - su->bsssec->vma; \
316 cache_ptr->sym_ptr_ptr = &bfd_abs_section_ptr->symbol;
428 arelent *cache_ptr = reloc_cache; local
440 arelent *cache_ptr = reloc_cache; local
    [all...]
aoutx.h 1366 and symbol->value fields of CACHE_PTR will be set from the a.out
1371 translate_from_native_sym_flags (bfd *abfd, aout_symbol_type *cache_ptr)
1375 if ((cache_ptr->type & N_STAB) != 0
1376 || cache_ptr->type == N_FN)
1381 cache_ptr->symbol.flags = BSF_DEBUGGING;
1384 switch (cache_ptr->type & N_TYPE)
1402 cache_ptr->symbol.section = sec;
1403 cache_ptr->symbol.value -= sec->vma;
1410 if ((cache_ptr->type & N_EXT) == 0)
1415 switch (cache_ptr->type
2287 arelent *cache_ptr; local
    [all...]
coffcode.h 4504 alent *cache_ptr;
4541 cache_ptr = lineno_cache;
4552 cache_ptr->line_number = dst.l_lnno;
4556 memset (&cache_ptr->u, 0, sizeof (cache_ptr->u));
4558 if (cache_ptr->line_number == 0)
4572 cache_ptr->line_number = -1;
4586 cache_ptr->line_number = -1;
4600 cache_ptr->line_number = -1;
4607 cache_ptr->u.sym = (asymbol *) sym
4503 alent *cache_ptr; local
5249 arelent *cache_ptr; local
    [all...]
pdp11.c 1344 and symbol->value fields of CACHE_PTR will be set from the a.out
1350 aout_symbol_type *cache_ptr)
1354 if (is_stab (cache_ptr->type, cache_ptr->symbol.name))
1359 cache_ptr->symbol.flags = BSF_DEBUGGING;
1362 switch (cache_ptr->type)
1385 cache_ptr->symbol.section = sec;
1386 cache_ptr->symbol.value -= sec->vma;
1393 if ((cache_ptr->type & N_EXT) == 0)
1398 switch (cache_ptr->type
1933 arelent *cache_ptr; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
i386lynx.c 287 cache_ptr->sym_ptr_ptr = symbols + r_index; \
289 cache_ptr->sym_ptr_ptr = &bfd_abs_section_ptr->symbol; \
290 cache_ptr->addend = ad; \
300 cache_ptr->sym_ptr_ptr = &obj_textsec(abfd)->symbol; \
301 cache_ptr->addend = ad - su->textsec->vma; \
305 cache_ptr->sym_ptr_ptr = &obj_datasec(abfd)->symbol; \
306 cache_ptr->addend = ad - su->datasec->vma; \
310 cache_ptr->sym_ptr_ptr = &obj_bsssec(abfd)->symbol; \
311 cache_ptr->addend = ad - su->bsssec->vma; \
316 cache_ptr->sym_ptr_ptr = &bfd_abs_section_ptr->symbol;
428 arelent *cache_ptr = reloc_cache; local
440 arelent *cache_ptr = reloc_cache; local
    [all...]
aoutx.h 1366 and symbol->value fields of CACHE_PTR will be set from the a.out
1371 translate_from_native_sym_flags (bfd *abfd, aout_symbol_type *cache_ptr)
1375 if ((cache_ptr->type & N_STAB) != 0
1376 || cache_ptr->type == N_FN)
1381 cache_ptr->symbol.flags = BSF_DEBUGGING;
1384 switch (cache_ptr->type & N_TYPE)
1402 cache_ptr->symbol.section = sec;
1403 cache_ptr->symbol.value -= sec->vma;
1410 if ((cache_ptr->type & N_EXT) == 0)
1415 switch (cache_ptr->type
2287 arelent *cache_ptr; local
    [all...]
coffcode.h 4513 alent *cache_ptr;
4550 cache_ptr = lineno_cache;
4561 cache_ptr->line_number = dst.l_lnno;
4565 memset (&cache_ptr->u, 0, sizeof (cache_ptr->u));
4567 if (cache_ptr->line_number == 0)
4581 cache_ptr->line_number = -1;
4595 cache_ptr->line_number = -1;
4609 cache_ptr->line_number = -1;
4616 cache_ptr->u.sym = (asymbol *) sym
4512 alent *cache_ptr; local
5258 arelent *cache_ptr; local
    [all...]
pdp11.c 1344 and symbol->value fields of CACHE_PTR will be set from the a.out
1350 aout_symbol_type *cache_ptr)
1354 if (is_stab (cache_ptr->type, cache_ptr->symbol.name))
1359 cache_ptr->symbol.flags = BSF_DEBUGGING;
1362 switch (cache_ptr->type)
1385 cache_ptr->symbol.section = sec;
1386 cache_ptr->symbol.value -= sec->vma;
1393 if ((cache_ptr->type & N_EXT) == 0)
1398 switch (cache_ptr->type
1933 arelent *cache_ptr; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
i386lynx.c 287 cache_ptr->sym_ptr_ptr = symbols + r_index; \
289 cache_ptr->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr; \
290 cache_ptr->addend = ad; \
300 cache_ptr->sym_ptr_ptr = obj_textsec(abfd)->symbol_ptr_ptr; \
301 cache_ptr->addend = ad - su->textsec->vma; \
305 cache_ptr->sym_ptr_ptr = obj_datasec(abfd)->symbol_ptr_ptr; \
306 cache_ptr->addend = ad - su->datasec->vma; \
310 cache_ptr->sym_ptr_ptr = obj_bsssec(abfd)->symbol_ptr_ptr; \
311 cache_ptr->addend = ad - su->bsssec->vma; \
316 cache_ptr->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr;
428 arelent *cache_ptr = reloc_cache; local
440 arelent *cache_ptr = reloc_cache; local
    [all...]
aoutx.h 1374 and symbol->value fields of CACHE_PTR will be set from the a.out
1379 translate_from_native_sym_flags (bfd *abfd, aout_symbol_type *cache_ptr)
1383 if ((cache_ptr->type & N_STAB) != 0
1384 || cache_ptr->type == N_FN)
1389 cache_ptr->symbol.flags = BSF_DEBUGGING;
1392 switch (cache_ptr->type & N_TYPE)
1410 cache_ptr->symbol.section = sec;
1411 cache_ptr->symbol.value -= sec->vma;
1418 if ((cache_ptr->type & N_EXT) == 0)
1423 switch (cache_ptr->type
2295 arelent *cache_ptr; local
    [all...]
coffcode.h 4513 alent *cache_ptr;
4550 cache_ptr = lineno_cache;
4561 cache_ptr->line_number = dst.l_lnno;
4565 memset (&cache_ptr->u, 0, sizeof (cache_ptr->u));
4567 if (cache_ptr->line_number == 0)
4581 cache_ptr->line_number = -1;
4595 cache_ptr->line_number = -1;
4609 cache_ptr->line_number = -1;
4616 cache_ptr->u.sym = (asymbol *) sym
4512 alent *cache_ptr; local
5258 arelent *cache_ptr; local
    [all...]
pdp11.c 1351 and symbol->value fields of CACHE_PTR will be set from the a.out
1357 aout_symbol_type *cache_ptr)
1361 if (is_stab (cache_ptr->type, cache_ptr->symbol.name))
1366 cache_ptr->symbol.flags = BSF_DEBUGGING;
1369 switch (cache_ptr->type)
1392 cache_ptr->symbol.section = sec;
1393 cache_ptr->symbol.value -= sec->vma;
1400 if ((cache_ptr->type & N_EXT) == 0)
1405 switch (cache_ptr->type
1940 arelent *cache_ptr; local
    [all...]
  /src/lib/libc/rpc/
svc_dg.c 366 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 victim
    [all...]

Completed in 64 milliseconds