Searched defs:pcrel (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/gas/ |
H A D | write.c | 149 int pcrel, /* TRUE if PC-relative relocation. */ in fix_new_internal() 234 int pcrel, /* TRUE if PC-relative relocation. */ in fix_new() 250 int pcrel, /* TRUE if PC-relative relocation. */ in fix_new_exp() 315 offsetT offset, int pcrel, RELOC_ENUM r_type) in fix_at_start()
|
/dflybsd-src/contrib/binutils-2.34/gas/ |
H A D | write.c | 151 int pcrel, /* TRUE if PC-relative relocation. */ in fix_new_internal() 234 int pcrel, /* TRUE if PC-relative relocation. */ in fix_new() 250 int pcrel, /* TRUE if PC-relative relocation. */ in fix_new_exp() 315 offsetT offset, int pcrel, RELOC_ENUM r_type) in fix_at_start()
|
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | reloc.h | 496 pcrel(unsigned char* view, Address value, Address address, in pcrel() function 525 pcrel(unsigned char* view, in pcrel() function
|
/dflybsd-src/contrib/binutils-2.34/gold/ |
H A D | reloc.h | 496 pcrel(unsigned char* view, Address value, Address address, in pcrel() function 525 pcrel(unsigned char* view, in pcrel() function
|
/dflybsd-src/contrib/binutils-2.27/gas/config/ |
H A D | tc-i386.c | 2884 int pcrel, in reloc() 7313 int pcrel = (i.flags[n] & Operand_PCrel) != 0; in output_disp() local
|
/dflybsd-src/contrib/binutils-2.27/include/opcode/ |
H A D | aarch64.h | 783 unsigned pcrel : 1; /* PC-relative. */ member
|
/dflybsd-src/contrib/binutils-2.34/gas/config/ |
H A D | tc-i386.c | 3260 int pcrel, in reloc() 8988 int pcrel = (i.flags[n] & Operand_PCrel) != 0; in output_disp() local
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | bfd-in2.h | 2165 #define HOWTO(type, right, size, bits, pcrel, left, ovf, func, name, \ argument
|