Searched defs:SZ (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-microblaze.c | 2380 #define F(SZ,PCREL) (((SZ) << 1) + (PCREL)) argument 2381 #define MAP(SZ,PCREL,TYPE) case F (SZ, PCREL): code = (TYPE); break argument
|
D | tc-mcore.c | 2149 #define F(SZ,PCREL) (((SZ) << 1) + (PCREL)) argument 2150 #define MAP(SZ,PCREL,TYPE) case F (SZ, PCREL): code = (TYPE); break argument
|
D | tc-vax.c | 2374 #define F(SZ,PCREL) (((SZ) << 1) + (PCREL)) in tc_gen_reloc() argument 2377 #define MAP(SZ,PCREL,TYPE) case F(SZ,PCREL): code = (TYPE); break in tc_gen_reloc() argument
|
D | tc-tic30.c | 1364 #define F(SZ,PCREL) (((SZ) << 1) + (PCREL)) argument 1365 #define MAP(SZ,PCREL,TYPE) case F(SZ,PCREL): code = (TYPE); break argument
|
D | tc-m68k.c | 1320 #define F(SZ,PCREL) (((SZ) << 1) + (PCREL)) in tc_gen_reloc() argument 1323 #define MAP(SZ,PCREL,TYPE) case F(SZ,PCREL): code = (TYPE); break in tc_gen_reloc() argument
|
/toolchain/binutils/binutils-2.27/include/coff/ |
D | ti.h | 317 #define PUT_SCNHDR_SIZE(ABFD, SZ, SZP) \ argument
|