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

1234

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-i960.c31 PARAMS ((bfd *, arelent *cache_ptr, Elf_Internal_Rela *));
77 elf32_i960_info_to_howto (abfd, cache_ptr, dst)
79 arelent *cache_ptr ATTRIBUTE_UNUSED;
86 elf32_i960_info_to_howto_rel (abfd, cache_ptr, dst)
88 arelent *cache_ptr;
96 cache_ptr->howto = &elf_howto_table[(int) type];
H A Di386lynx.c312 cache_ptr->sym_ptr_ptr = symbols + r_index; \
313 cache_ptr->addend = ad; \
320 cache_ptr->sym_ptr_ptr = obj_textsec(abfd)->symbol_ptr_ptr; \
321 cache_ptr->addend = ad - su->textsec->vma; \
325 cache_ptr->sym_ptr_ptr = obj_datasec(abfd)->symbol_ptr_ptr; \
326 cache_ptr->addend = ad - su->datasec->vma; \
330 cache_ptr->sym_ptr_ptr = obj_bsssec(abfd)->symbol_ptr_ptr; \
331 cache_ptr->addend = ad - su->bsssec->vma; \
336 cache_ptr->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr; \
337 cache_ptr
345 arelent *cache_ptr; variable
369 arelent *cache_ptr; variable
462 arelent *cache_ptr = reloc_cache; variable
474 arelent *cache_ptr = reloc_cache; variable
[all...]
H A Dcoff-i860.c442 #define RTYPE2HOWTO(cache_ptr, dst) \
443 ((cache_ptr)->howto = \
469 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) \
474 + (cache_ptr->sym_ptr_ptr - symbols)); \
479 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
482 cache_ptr->addend = - (ptr->section->vma + ptr->value); \
484 cache_ptr->addend = 0; \
486 cache_ptr->addend += asect->vma; \
489 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr)
587 i860_reloc_processing (arelent *cache_ptr, struc argument
[all...]
H A Dhp300hpux.c359 convert_sym_type (sym_pointer, cache_ptr, abfd)
361 aout_symbol_type *cache_ptr;
367 name_type = (cache_ptr->type);
424 if (cache_ptr->symbol.value == 0)
442 cache_ptr->type = new_type;
593 aout_symbol_type *cache_ptr = cached; local
596 for (sym_pointer = syms, cache_ptr = cached;
597 sym_pointer < sym_end; sym_pointer++, cache_ptr++)
600 cache_ptr->symbol.the_bfd = abfd;
601 cache_ptr
735 arelent *cache_ptr; local
[all...]
H A Dcoff-we32k.c62 #define RTYPE2HOWTO(cache_ptr, dst) \
63 (cache_ptr)->howto = howto_table + (dst)->r_type;
H A Dcoff-m88k.c239 rtype2howto (cache_ptr, dst)
240 arelent *cache_ptr;
245 cache_ptr->howto = howto_table + dst->r_type - R_PCR16L;
253 #define RTYPE2HOWTO(cache_ptr, dst) rtype2howto (cache_ptr, dst)
H A Dbout.c560 arelent *cache_ptr;
644 for (rptr = relocs, cache_ptr = reloc_cache, counter = 0;
646 counter++, rptr++, cache_ptr++)
651 cache_ptr->address = H_GET_32 (abfd, raw + 0);
652 cache_ptr->howto = 0;
665 cache_ptr->sym_ptr_ptr = symbols + symnum;
666 cache_ptr->addend = 0;
683 cache_ptr->sym_ptr_ptr = (asymbol **)NULL;
688 cache_ptr->sym_ptr_ptr = obj_textsec (abfd)->symbol_ptr_ptr;
689 cache_ptr
559 arelent *cache_ptr; local
[all...]
H A Daoutx.h1411 translate_from_native_sym_flags (abfd, cache_ptr)
1413 aout_symbol_type *cache_ptr;
1417 if ((cache_ptr->type & N_STAB) != 0
1418 || cache_ptr->type == N_FN)
1423 cache_ptr->symbol.flags = BSF_DEBUGGING;
1426 switch (cache_ptr->type & N_TYPE)
1444 cache_ptr->symbol.section = sec;
1445 cache_ptr->symbol.value -= sec->vma;
1452 if ((cache_ptr->type & N_EXT) == 0)
1457 switch (cache_ptr
1412 aout_symbol_type *cache_ptr; variable
1667 asymbol *cache_ptr; variable
2269 arelent *cache_ptr; variable
2325 arelent *cache_ptr; variable
[all...]
H A Dcoff-sparc.c181 rtype2howto (cache_ptr, dst)
182 arelent *cache_ptr;
186 cache_ptr->howto = &coff_sparc_howto_table[dst->r_type];
193 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) \
194 cache_ptr->addend = reloc.r_offset;
H A Delf32-arc.c142 arc_info_to_howto_rel (abfd, cache_ptr, dst)
144 arelent *cache_ptr;
151 cache_ptr->howto = &elf_arc_howto_table[r_type];
H A Delf32-d30v.c522 d30v_info_to_howto_rel (abfd, cache_ptr, dst)
524 arelent *cache_ptr;
531 cache_ptr->howto = &elf_d30v_howto_table[r_type];
537 d30v_info_to_howto_rela (abfd, cache_ptr, dst)
539 arelent *cache_ptr;
546 cache_ptr->howto = &elf_d30v_howto_table[r_type];
H A Dcoff-i386.c350 #define RTYPE2HOWTO(cache_ptr, dst) \
351 ((cache_ptr)->howto = \
374 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) \
379 + (cache_ptr->sym_ptr_ptr - symbols)); \
384 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
387 cache_ptr->addend = - (ptr->section->vma + ptr->value); \
389 cache_ptr->addend = 0; \
391 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 Daout-cris.c227 MY(swap_ext_reloc_in) (abfd, bytes, cache_ptr, symbols, symcount)
230 arelent *cache_ptr;
239 cache_ptr->address = (GET_SWORD (abfd, bytes->r_address));
257 cache_ptr->howto = howto_table_ext + r_type;
H A Dcoff-tic80.c43 PARAMS ((arelent *cache_ptr, struct internal_reloc *dst));
437 rtype2howto (cache_ptr, dst)
438 arelent *cache_ptr;
447 cache_ptr->howto = tic80_howto_table + i;
454 cache_ptr->howto = tic80_howto_table + 0;
457 #define RTYPE2HOWTO(cache_ptr, dst) rtype2howto (cache_ptr, dst)
H A Dpdp11.c1557 translate_from_native_sym_flags (abfd, cache_ptr)
1559 aout_symbol_type *cache_ptr;
1563 if (cache_ptr->type == N_FN)
1569 cache_ptr->symbol.flags = BSF_DEBUGGING;
1572 switch (cache_ptr->type & N_TYPE)
1590 cache_ptr->symbol.section = sec;
1591 cache_ptr->symbol.value -= sec->vma;
1598 if ((cache_ptr->type & N_EXT) == 0)
1603 switch (cache_ptr->type)
1607 cache_ptr
2199 arelent *cache_ptr; variable
[all...]
H A Dcoff-m68k.c355 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) \
360 + (cache_ptr->sym_ptr_ptr - symbols)); \
365 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
368 cache_ptr->addend = - (ptr->section->vma + ptr->value); \
370 cache_ptr->addend = 0; \
374 cache_ptr->addend += asect->vma; \
H A Dcoff-i960.c78 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) \
83 + (cache_ptr->sym_ptr_ptr - symbols)); \
88 cache_ptr->addend = 0; \
91 cache_ptr->addend = - (ptr->section->vma + ptr->value); \
93 cache_ptr->addend = 0; \
95 cache_ptr->addend += asect->vma; \
301 #define RTYPE2HOWTO(cache_ptr, dst) \
310 (cache_ptr)->howto = howto_ptr; \
H A Dcoff-tic30.c140 #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \
141 cache_ptr->addend = ext_reloc.r_offset;
H A Dpe-mips.c377 #define RTYPE2HOWTO(cache_ptr, dst) \
378 (cache_ptr)->howto = howto_table + (dst)->r_type;
393 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) \
398 + (cache_ptr->sym_ptr_ptr - symbols)); \
403 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
406 cache_ptr->addend = - (ptr->section->vma + ptr->value); \
408 cache_ptr->addend = 0; \
410 cache_ptr->addend += asect->vma; \
H A Dxcoff-target.h42 #define RTYPE2HOWTO(cache_ptr, dst) _bfd_xcoff_rtype2howto (cache_ptr, dst)
H A Daout-ns32k.c275 MY_swap_std_reloc_in (abfd, bytes, cache_ptr, symbols, symcount)
278 arelent *cache_ptr;
287 cache_ptr->address = H_GET_32 (abfd, bytes->r_address);
290 cache_ptr->howto = MY_reloc_howto(abfd, bytes, r_index, r_extern, r_pcrel);
H A Delf32-pj.c311 pj_elf_info_to_howto (abfd, cache_ptr, dst)
313 arelent *cache_ptr;
322 cache_ptr->howto = &pj_elf_howto_table[r];
H A Delf32-dlx.c633 elf32_dlx_info_to_howto (abfd, cache_ptr, dst)
635 arelent * cache_ptr ATTRIBUTE_UNUSED;
642 elf32_dlx_info_to_howto_rel (abfd, cache_ptr, dst)
644 arelent *cache_ptr;
650 cache_ptr->howto = dlx_rtype_to_howto (r_type);
H A Dcoff-h8500.c142 #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \
143 cache_ptr->addend = ext_reloc.r_offset;

Completed in 109 milliseconds

1234