| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | debug.h | 206 (void *, const char *, const char **, bfd_signed_vma *); 228 bfd_boolean (*range_type) (void *, bfd_signed_vma, bfd_signed_vma); 236 (void *, bfd_signed_vma, bfd_signed_vma, bfd_boolean); 568 (void *, const char **, bfd_signed_vma *); 590 (void *, debug_type, bfd_signed_vma, bfd_signed_vma); 600 (void *, debug_type, debug_type, bfd_signed_vma, bfd_signed_vma,
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | debug.h | 206 (void *, const char *, const char **, bfd_signed_vma *); 228 bfd_boolean (*range_type) (void *, bfd_signed_vma, bfd_signed_vma); 236 (void *, bfd_signed_vma, bfd_signed_vma, bfd_boolean); 568 (void *, const char **, bfd_signed_vma *); 590 (void *, debug_type, bfd_signed_vma, bfd_signed_vma); 600 (void *, debug_type, debug_type, bfd_signed_vma, bfd_signed_vma,
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | cpu-ns32k.c | 50 bfd_signed_vma value; 394 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; 395 bfd_signed_vma reloc_signed_min = ~reloc_signed_max; 400 && (bfd_signed_vma) relocation < 0) 404 if ((bfd_signed_vma) check > reloc_signed_max 405 || (bfd_signed_vma) check < reloc_signed_min) 436 && (bfd_signed_vma) relocation < 0) 629 bfd_signed_vma signed_check; 631 bfd_signed_vma signed_add; 636 signed_check = (bfd_signed_vma) relocation; [all …]
|
| D | elf32-avr.c | 499 bfd_signed_vma srel; 505 srel = (bfd_signed_vma) relocation; 523 srel = (bfd_signed_vma) relocation; 558 srel = (bfd_signed_vma) relocation + rel->r_addend; 566 srel = (bfd_signed_vma) relocation + rel->r_addend; 575 srel = (bfd_signed_vma) relocation + rel->r_addend; 584 srel = (bfd_signed_vma) relocation + rel->r_addend; 593 srel = (bfd_signed_vma) relocation + rel->r_addend; 603 srel = (bfd_signed_vma) relocation + rel->r_addend; 613 srel = (bfd_signed_vma) relocation + rel->r_addend; [all …]
|
| D | libhppa.h | 151 ((((bfd_signed_vma)(a)) << (BFD_ARCH_SIZE-22)) >> (BFD_ARCH_SIZE-22)) 170 static inline bfd_signed_vma hppa_field_adjust 171 (bfd_vma, bfd_signed_vma, enum hppa_reloc_field_selector_type_alt) 296 static inline bfd_signed_vma 298 bfd_signed_vma addend, in hppa_field_adjust() 301 bfd_signed_vma value; in hppa_field_adjust()
|
| D | libbfd.c | 392 #define COERCE16(x) (((bfd_signed_vma) (x) ^ 0x8000) - 0x8000) 393 #define COERCE32(x) (((bfd_signed_vma) (x) ^ 0x80000000) - 0x80000000) 412 bfd_signed_vma 419 bfd_signed_vma 468 bfd_signed_vma 481 bfd_signed_vma
|
| D | elf32-msp430.c | 322 bfd_signed_vma srel; 328 srel = (bfd_signed_vma) relocation; 352 srel = (bfd_signed_vma) relocation; 367 srel = (bfd_signed_vma) relocation; 379 srel = (bfd_signed_vma) relocation; 386 srel = (bfd_signed_vma) relocation;
|
| D | bfd-in.h | 108 typedef BFD_HOST_64_BIT bfd_signed_vma; typedef 137 typedef long bfd_signed_vma; typedef 153 typedef bfd_signed_vma bfd_int64_t; 524 bfd_signed_vma bfd_getb_signed_32 (const void *); 525 bfd_signed_vma bfd_getl_signed_32 (const void *); 528 bfd_signed_vma bfd_getb_signed_16 (const void *); 529 bfd_signed_vma bfd_getl_signed_16 (const void *);
|
| D | elf32-arm.h | 54 bfd_byte *, asection *, bfd_vma, bfd_signed_vma, bfd_vma)); 57 bfd_byte *, asection *, bfd_vma, bfd_signed_vma, bfd_vma)); 86 PARAMS ((bfd *, bfd_byte *, reloc_howto_type *, bfd_signed_vma)); 1028 bfd_signed_vma addend; 1083 ((bfd_signed_vma) val) 1084 - ((bfd_signed_vma) 1137 bfd_signed_vma addend; 1242 bfd_signed_vma signed_addend; 1500 if ( signed_addend > ((bfd_signed_vma) (howto->dst_mask >> 1)) 1501 || signed_addend < - ((bfd_signed_vma) ((howto->dst_mask + 1) >> 1))) [all …]
|
| D | aix5ppc-core.c | 50 ((bfd_signed_vma)(v) < 0 || (bfd_signed_vma)(v) > (bfd_signed_vma)(s).st_size)
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | cpu-ns32k.c | 50 bfd_signed_vma value; 392 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; 393 bfd_signed_vma reloc_signed_min = ~reloc_signed_max; 398 && (bfd_signed_vma) relocation < 0) 402 if ((bfd_signed_vma) check > reloc_signed_max 403 || (bfd_signed_vma) check < reloc_signed_min) 434 && (bfd_signed_vma) relocation < 0) 627 bfd_signed_vma signed_check; 629 bfd_signed_vma signed_add; 634 signed_check = (bfd_signed_vma) relocation; [all …]
|
| D | libhppa.h | 151 ((((bfd_signed_vma)(a)) << (BFD_ARCH_SIZE-22)) >> (BFD_ARCH_SIZE-22)) 170 static inline bfd_signed_vma hppa_field_adjust 171 (bfd_vma, bfd_signed_vma, enum hppa_reloc_field_selector_type_alt) 296 static inline bfd_signed_vma 298 bfd_signed_vma addend, in hppa_field_adjust() 301 bfd_signed_vma value; in hppa_field_adjust()
|
| D | elf32-avr.c | 580 bfd_signed_vma srel; in avr_final_link_relocate() 586 srel = (bfd_signed_vma) relocation; in avr_final_link_relocate() 604 srel = (bfd_signed_vma) relocation; in avr_final_link_relocate() 643 srel = (bfd_signed_vma) relocation + rel->r_addend; in avr_final_link_relocate() 651 srel = (bfd_signed_vma) relocation + rel->r_addend; in avr_final_link_relocate() 664 srel = (bfd_signed_vma) relocation + rel->r_addend; in avr_final_link_relocate() 676 srel = (bfd_signed_vma) relocation + rel->r_addend; in avr_final_link_relocate() 687 srel = (bfd_signed_vma) relocation + rel->r_addend; in avr_final_link_relocate() 696 srel = (bfd_signed_vma) relocation + rel->r_addend; in avr_final_link_relocate() 705 srel = (bfd_signed_vma) relocation + rel->r_addend; in avr_final_link_relocate() [all …]
|
| D | libbfd.c | 497 #define COERCE16(x) (((bfd_signed_vma) (x) ^ 0x8000) - 0x8000) 498 #define COERCE32(x) (((bfd_signed_vma) (x) ^ 0x80000000) - 0x80000000) 517 bfd_signed_vma 524 bfd_signed_vma 573 bfd_signed_vma 586 bfd_signed_vma 999 bfd_signed_vma
|
| D | bfd-in.h | 101 typedef BFD_HOST_64_BIT bfd_signed_vma; typedef 130 typedef long bfd_signed_vma; typedef 149 typedef bfd_signed_vma bfd_int64_t; 555 bfd_signed_vma bfd_getb_signed_32 (const void *); 556 bfd_signed_vma bfd_getl_signed_32 (const void *); 559 bfd_signed_vma bfd_getb_signed_16 (const void *); 560 bfd_signed_vma bfd_getl_signed_16 (const void *);
|
| D | aix5ppc-core.c | 46 ((bfd_signed_vma)(v) < 0 || (bfd_signed_vma)(v) > (bfd_signed_vma)(s).st_size)
|
| D | elf32-msp430.c | 312 bfd_signed_vma srel; in msp430_final_link_relocate() 318 srel = (bfd_signed_vma) relocation; in msp430_final_link_relocate() 342 srel = (bfd_signed_vma) relocation; in msp430_final_link_relocate() 372 srel = (bfd_signed_vma) relocation; in msp430_final_link_relocate() 387 srel = (bfd_signed_vma) relocation; in msp430_final_link_relocate() 399 srel = (bfd_signed_vma) relocation; in msp430_final_link_relocate() 406 srel = (bfd_signed_vma) relocation; in msp430_final_link_relocate()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | remote.h | 51 extern void remote_cisco_objfile_relocate (bfd_signed_vma text_off, 52 bfd_signed_vma data_off, 53 bfd_signed_vma bss_off);
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/ |
| D | internal.h | 419 bfd_signed_vma l_symndx; /* function name symbol index, iff l_lnno == 0*/ 420 bfd_signed_vma l_paddr; /* (physical) address of line number */ 530 bfd_signed_vma x_lnnoptr; /* ptr to fcn line # */ 581 bfd_signed_vma l;
|
| /openbsd/src/gnu/usr.bin/binutils/include/coff/ |
| D | internal.h | 419 bfd_signed_vma l_symndx; /* function name symbol index, iff l_lnno == 0*/ 420 bfd_signed_vma l_paddr; /* (physical) address of line number */ 530 bfd_signed_vma x_lnnoptr; /* ptr to fcn line # */ 581 bfd_signed_vma l;
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| D | 20020404-1.c | 3 typedef long long bfd_signed_vma; typedef 4 typedef bfd_signed_vma file_ptr;
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gprof/ |
| D | vax.c | 76 static bfd_signed_vma vax_offset (unsigned char *); 210 static bfd_signed_vma
|
| D | tahoe.c | 64 static bfd_signed_vma tahoe_offset (unsigned char *); 199 static bfd_signed_vma
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | i386-dis.c | 67 static bfd_signed_vma get32 (void); 68 static bfd_signed_vma get32s (void); 2956 bfd_signed_vma v = disp; in print_operand_value() 3197 if ((bfd_signed_vma) disp > 0) in OP_E() 3337 static bfd_signed_vma 3340 bfd_signed_vma x = 0; in get32() 3343 x = *codep++ & (bfd_signed_vma) 0xff; in get32() 3344 x |= (*codep++ & (bfd_signed_vma) 0xff) << 8; in get32() 3345 x |= (*codep++ & (bfd_signed_vma) 0xff) << 16; in get32() 3346 x |= (*codep++ & (bfd_signed_vma) 0xff) << 24; in get32() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gprof/ |
| D | vax.c | 74 static bfd_signed_vma vax_offset PARAMS ((unsigned char *)); 211 static bfd_signed_vma
|