Searched refs:cache_ptr (Results 1 - 25 of 76) sorted by last modified time

1234

/haiku-fatelf/src/bin/gdb/bfd/
H A Daout-arm.c356 MY_swap_std_reloc_in (abfd, bytes, cache_ptr, symbols, symcount)
359 arelent *cache_ptr;
368 cache_ptr->address = H_GET_32 (abfd, bytes->r_address);
370 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
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 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 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 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 Dcoff-arm.c571 #define RTYPE2HOWTO(cache_ptr, dst) \
572 (cache_ptr)->howto = \
H A Dcoff-h8300.c381 #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \
382 cache_ptr->addend = ext_reloc.r_offset;
H A Dcoff-h8500.c142 #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \
143 cache_ptr->addend = ext_reloc.r_offset;
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-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 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-ia64.c48 #define RTYPE2HOWTO(cache_ptr, dst) \
49 (cache_ptr)->howto = howto_table + (dst)->r_type;
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-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 Dcoff-mcore.c328 #define RTYPE2HOWTO(cache_ptr, dst) \
329 (cache_ptr)->howto = mcore_coff_howto_table + (dst)->r_type;
H A Dcoff-ppc.c2111 #define RTYPE2HOWTO(cache_ptr, dst) ppc_coff_rtype2howto (cache_ptr, dst)
H A Dcoff-rs6000.c96 #define RTYPE2HOWTO(cache_ptr, dst) xcoff_rtype2howto (cache_ptr, dst)
H A Dcoff-sh.c524 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) \
529 + (cache_ptr->sym_ptr_ptr - symbols)); \
534 cache_ptr->addend = 0; \
537 cache_ptr->addend = - (ptr->section->vma + ptr->value); \
539 cache_ptr->addend = 0; \
546 cache_ptr->addend = (reloc).r_offset; \
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 Dcoff-tic30.c140 #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \
141 cache_ptr->addend = ext_reloc.r_offset;
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 Dcoff-w65.c88 #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \
89 cache_ptr->addend = ext_reloc.r_offset;
H A Dcoff-we32k.c62 #define RTYPE2HOWTO(cache_ptr, dst) \
63 (cache_ptr)->howto = howto_table + (dst)->r_type;
H A Dcoff-z8k.c131 #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \
132 cache_ptr->addend = ext_reloc.r_offset;
H A Dcoff64-rs6000.c235 #define RTYPE2HOWTO(cache_ptr, dst) xcoff64_rtype2howto (cache_ptr, dst)

Completed in 146 milliseconds

1234