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

12

/freebsd-11-stable/contrib/binutils/bfd/
H A Dbout.c677 arelent *cache_ptr;
751 for (rptr = relocs, cache_ptr = reloc_cache, counter = 0;
753 counter++, rptr++, cache_ptr++)
758 cache_ptr->address = H_GET_32 (abfd, raw + 0);
759 cache_ptr->howto = 0;
772 cache_ptr->sym_ptr_ptr = symbols + symnum;
773 cache_ptr->addend = 0;
790 cache_ptr->sym_ptr_ptr = (asymbol **)NULL;
795 cache_ptr->sym_ptr_ptr = obj_textsec (abfd)->symbol_ptr_ptr;
796 cache_ptr
676 arelent *cache_ptr; local
[all...]
H A Dcoff-sparc.c180 rtype2howto (cache_ptr, dst)
181 arelent *cache_ptr;
185 cache_ptr->howto = &coff_sparc_howto_table[dst->r_type];
192 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) \
193 cache_ptr->addend = reloc.r_offset;
H A Dcoff-i386.c352 #define RTYPE2HOWTO(cache_ptr, dst) \
353 ((cache_ptr)->howto = \
376 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) \
381 + (cache_ptr->sym_ptr_ptr - symbols)); \
386 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
389 cache_ptr->addend = - (ptr->section->vma + ptr->value); \
391 cache_ptr->addend = 0; \
393 cache_ptr->addend += asect->vma; \
H A Dcoff-ia64.c48 #define RTYPE2HOWTO(cache_ptr, dst) \
49 (cache_ptr)->howto = howto_table + (dst)->r_type;
H A Dcoff-x86_64.c450 #define RTYPE2HOWTO(cache_ptr, dst) \
451 ((cache_ptr)->howto = \
474 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) \
480 + (cache_ptr->sym_ptr_ptr - symbols)); \
486 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
489 cache_ptr->addend = - (ptr->section->vma + ptr->value); \
491 cache_ptr->addend = 0; \
493 cache_ptr->addend += asect->vma; \
H A Delf32-arc.c170 arelent *cache_ptr,
177 cache_ptr->howto = &elf_arc_howto_table[r_type];
169 arc_info_to_howto_rel(bfd *abfd ATTRIBUTE_UNUSED, arelent *cache_ptr, Elf_Internal_Rela *dst) argument
H A Daoutx.h1377 translate_from_native_sym_flags (bfd *abfd, aout_symbol_type *cache_ptr)
1381 if ((cache_ptr->type & N_STAB) != 0
1382 || cache_ptr->type == N_FN)
1387 cache_ptr->symbol.flags = BSF_DEBUGGING;
1390 switch (cache_ptr->type & N_TYPE)
1408 cache_ptr->symbol.section = sec;
1409 cache_ptr->symbol.value -= sec->vma;
1416 if ((cache_ptr->type & N_EXT) == 0)
1421 switch (cache_ptr->type)
1425 cache_ptr
1376 translate_from_native_sym_flags(bfd *abfd, aout_symbol_type *cache_ptr) argument
1547 translate_to_native_sym_flags(bfd *abfd, asymbol *cache_ptr, struct external_nlist *sym_pointer) argument
[all...]
H A Dpe-mips.c344 #define RTYPE2HOWTO(cache_ptr, dst) \
345 (cache_ptr)->howto = howto_table + (dst)->r_type;
360 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) \
365 + (cache_ptr->sym_ptr_ptr - symbols)); \
370 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
373 cache_ptr->addend = - (ptr->section->vma + ptr->value); \
375 cache_ptr->addend = 0; \
377 cache_ptr->addend += asect->vma; \
H A Dxcoff-target.h42 #define RTYPE2HOWTO(cache_ptr, dst) _bfd_xcoff_rtype2howto (cache_ptr, dst)
H A Daout-arm.c350 arelent *cache_ptr,
359 cache_ptr->address = H_GET_32 (abfd, bytes->r_address);
361 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
347 MY_swap_std_reloc_in(bfd *abfd, struct reloc_std_external *bytes, arelent *cache_ptr, asymbol **symbols, bfd_size_type symcount ATTRIBUTE_UNUSED) argument
H A Dcoffcode.h4280 alent *cache_ptr = lineno_cache;
4288 cache_ptr->line_number = dst.l_lnno;
4290 if (cache_ptr->line_number == 0)
4312 cache_ptr->u.sym = (asymbol *) sym;
4319 sym->lineno = cache_ptr;
4322 cache_ptr->u.offset = dst.l_addr.l_paddr
4325 cache_ptr++;
4329 cache_ptr->line_number = 0;
4817 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) \
4823 + (cache_ptr
4279 alent *cache_ptr = lineno_cache; local
4841 arelent *cache_ptr; local
[all...]
H A Delf32-mips.c1338 mips_info_to_howto_rel (bfd *abfd, arelent *cache_ptr, Elf_Internal_Rela *dst) argument
1345 cache_ptr->howto = bed->elf_backend_mips_rtype_to_howto (r_type, FALSE);
1351 if (((*cache_ptr->sym_ptr_ptr)->flags & BSF_SECTION_SYM) != 0
1354 cache_ptr->addend = elf_gp (abfd);
1360 mips_info_to_howto_rela (bfd *abfd, arelent *cache_ptr, Elf_Internal_Rela *dst) argument
1362 mips_info_to_howto_rel (abfd, cache_ptr, dst);
H A Delfn32-mips.c2158 mips_info_to_howto_rel (bfd *abfd, arelent *cache_ptr, Elf_Internal_Rela *dst)
2163 cache_ptr->howto = mips_elf_n32_rtype_to_howto (r_type, FALSE);
2169 if (((*cache_ptr->sym_ptr_ptr)->flags & BSF_SECTION_SYM) != 0
2172 cache_ptr->addend = elf_gp (abfd);
2179 arelent *cache_ptr, Elf_Internal_Rela *dst)
2184 cache_ptr->howto = mips_elf_n32_rtype_to_howto (r_type, TRUE);
2185 cache_ptr->addend = dst->r_addend;
2154 mips_info_to_howto_rel(bfd *abfd, arelent *cache_ptr, Elf_Internal_Rela *dst) argument
2174 mips_info_to_howto_rela(bfd *abfd ATTRIBUTE_UNUSED, arelent *cache_ptr, Elf_Internal_Rela *dst) argument
H A Delf32-cr16.c468 elf_cr16_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED, arelent *cache_ptr, argument
474 cache_ptr->howto = &cr16_elf_howto_table[r_type];
H A Delf32-mep.c398 arelent * cache_ptr,
404 cache_ptr->howto = & mep_elf_howto_table [r_type];
392 mep_info_to_howto_rela(bfd * abfd ATTRIBUTE_UNUSED, arelent * cache_ptr, Elf_Internal_Rela * dst) argument
H A Delf32-s390.c360 elf_s390_info_to_howto (abfd, cache_ptr, dst)
362 arelent *cache_ptr;
369 cache_ptr->howto = &elf32_s390_vtinherit_howto;
373 cache_ptr->howto = &elf32_s390_vtentry_howto;
383 cache_ptr->howto = &elf_howto_table[r_type];
H A Delf64-s390.c384 elf_s390_info_to_howto (abfd, cache_ptr, dst)
386 arelent *cache_ptr;
393 cache_ptr->howto = &elf64_s390_vtinherit_howto;
397 cache_ptr->howto = &elf64_s390_vtentry_howto;
407 cache_ptr->howto = &elf_howto_table[r_type];
H A Dcoff-arm.c515 #define RTYPE2HOWTO(cache_ptr, dst) \
516 (cache_ptr)->howto = \
H A Dcoff-ppc.c1993 #define RTYPE2HOWTO(cache_ptr, dst) ppc_coff_rtype2howto (cache_ptr, dst)
H A Delf64-mips.c2315 arelent *cache_ptr ATTRIBUTE_UNUSED,
2323 arelent *cache_ptr ATTRIBUTE_UNUSED,
H A Dcoff64-rs6000.c235 #define RTYPE2HOWTO(cache_ptr, dst) xcoff64_rtype2howto (cache_ptr, dst)
H A Delf32-ppc.c1633 arelent *cache_ptr,
1641 cache_ptr->howto = ppc_elf_howto_table[ELF32_R_TYPE (dst->r_info)];
1645 if (!cache_ptr->howto)
1651 cache_ptr->howto = ppc_elf_howto_table[R_PPC_NONE];
1630 ppc_elf_info_to_howto(bfd *abfd ATTRIBUTE_UNUSED, arelent *cache_ptr, Elf_Internal_Rela *dst) argument
H A Delf64-x86-64.c269 elf64_x86_64_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED, arelent *cache_ptr, argument
275 cache_ptr->howto = elf64_x86_64_rtype_to_howto (abfd, r_type);
276 BFD_ASSERT (r_type == cache_ptr->howto->type);
H A Dcoff-rs6000.c91 #define RTYPE2HOWTO(cache_ptr, dst) xcoff_rtype2howto (cache_ptr, dst)
/freebsd-11-stable/lib/libc/rpc/
H A Dsvc_dg.c468 typedef struct cache_node *cache_ptr; typedef in typeref:struct:cache_node
486 cache_ptr cache_next;
494 cache_ptr *uc_entries; /* hash table of entries in cache */
495 cache_ptr *uc_fifo; /* fifo list of entries in cache */
538 uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS);
545 MEMZERO(uc->uc_entries, cache_ptr, size * SPARSENESS);
546 uc->uc_fifo = ALLOC(cache_ptr, size);
549 FREE(uc->uc_entries, cache_ptr, size * SPARSENESS);
554 MEMZERO(uc->uc_fifo, cache_ptr, size);
576 cache_ptr victi
[all...]

Completed in 298 milliseconds

12