/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | pj.h | 35 #define PCREL(x) (!!((x) & (1<<6))) macro
|
H A D | m88k.h | 397 PCREL = 8, enumerator
|
H A D | h8300.h | 59 PCREL = 0x0B00, enumerator
|
/openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
H A D | pj.h | 35 #define PCREL(x) (!!((x) & (1<<6))) macro
|
H A D | m88k.h | 396 PCREL = 8, enumerator
|
H A D | h8300.h | 58 PCREL = 0x0B00, enumerator
|
/openbsd-src/gnu/llvm/lld/MachO/ |
H A D | Relocations.h | 28 PCREL = 1 << 0, // Value is PC-relative offset enumerator
|
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-vax.c | 3457 #define F(SZ,PCREL) (((SZ) << 1) + (PCREL)) argument 3460 #define MAP(SZ,PCREL,TYPE) case F(SZ,PCREL): code = (TYPE); break argument
|
H A D | tc-mcore.c | 2301 #define F(SZ,PCREL) (((SZ) << 1) + (PCREL)) argument 2302 #define MAP(SZ,PCREL,TYPE) case F (SZ, PCREL): code = (TYPE); break argument
|
H A D | tc-tic30.c | 1776 #define F(SZ,PCREL) (((SZ) << 1) + (PCREL)) argument 1777 #define MAP(SZ,PCREL,TYPE) case F(SZ,PCREL): code = (TYPE); break argument
|
H A D | tc-m68k.c | 883 #define get_reloc_code(SIZE,PCREL,OTHER) NO_RELOC argument 959 #define F(SZ,PCREL) (((SZ) << 1) + (PCREL)) argument 962 #define MAP(SZ,PCREL,TYPE) case F(SZ,PCREL): code = (TYPE); break argument
|
H A D | tc-ns32k.c | 326 #define PCREL 2 macro
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-vax.c | 2375 #define F(SZ,PCREL) (((SZ) << 1) + (PCREL)) in tc_gen_reloc() argument 2378 #define MAP(SZ,PCREL,TYPE) case F(SZ,PCREL): code = (TYPE); break in tc_gen_reloc() argument
|
H A D | tc-mcore.c | 2230 #define F(SZ,PCREL) (((SZ) << 1) + (PCREL)) argument 2231 #define MAP(SZ,PCREL,TYPE) case F (SZ, PCREL): code = (TYPE); break argument
|
H A D | tc-tic30.c | 1361 #define F(SZ,PCREL) (((SZ) << 1) + (PCREL)) argument 1362 #define MAP(SZ,PCREL,TYPE) case F(SZ,PCREL): code = (TYPE); break argument
|
H A D | tc-m68k.c | 958 #define get_reloc_code(SIZE,PCREL,OTHER) NO_RELOC argument 1030 #define F(SZ,PCREL) (((SZ) << 1) + (PCREL)) in tc_gen_reloc() argument 1033 #define MAP(SZ,PCREL,TYPE) case F(SZ,PCREL): code = (TYPE); break in tc_gen_reloc() argument
|
H A D | bfin-defs.h | 28 #define PCREL 1 macro
|
H A D | tc-ns32k.c | 326 #define PCREL 2 macro
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | elfxx-ia64.c | 356 #define IA64_HOWTO(TYPE, NAME, SIZE, PCREL, IN) \ argument
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elfxx-ia64.c | 376 #define IA64_HOWTO(TYPE, NAME, SIZE, PCREL, IN) \ argument
|