Home
last modified time | relevance | path

Searched defs:pcrel (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/gas/
H A Dwrite.c149 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 Dwrite.c151 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 Dreloc.h496 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 Dreloc.h496 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 Dtc-i386.c2884 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 Daarch64.h783 unsigned pcrel : 1; /* PC-relative. */ member
/dflybsd-src/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c3260 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 Dbfd-in2.h2165 #define HOWTO(type, right, size, bits, pcrel, left, ovf, func, name, \ argument