/toolchain/binutils/binutils-2.25/include/coff/ |
D | ti.h | 95 #define COFF0_P(ABFD) (bfd_coff_filhsz(ABFD) == FILHSZ_V0) argument 96 #define COFF2_P(ABFD) (bfd_coff_scnhsz(ABFD) != SCNHSZ_V01) argument 225 #define GET_SCNHDR_NRELOC(ABFD, LOC) \ argument 226 (COFF2_P (ABFD) ? H_GET_32 (ABFD, LOC) : H_GET_16 (ABFD, LOC)) 227 #define PUT_SCNHDR_NRELOC(ABFD, VAL, LOC) \ argument 228 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, LOC)) 230 #define GET_SCNHDR_NLNNO(ABFD, LOC) \ argument 234 if (COFF2_P (ABFD)) \ 235 nlnno = H_GET_32 (ABFD, ptr); \ 237 nlnno = H_GET_16 (ABFD, ptr - 2); \ [all …]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | sparclynx.c | 123 #define SET_ARCH_MACH(ABFD, EXEC) \ argument 124 NAME(lynx,set_arch_mach) (ABFD, N_MACHTYPE (EXEC)); \ 125 choose_reloc_size(ABFD);
|
D | bfd-in.h | 466 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \ argument 468 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD))) 469 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \ argument 471 bfd_bwrite ((BUF), (ELTSIZE) * (NITEMS), (ABFD))) 473 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \ argument 475 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD))) 476 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \ argument 478 bfd_bwrite ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
|
D | mipsbsd.c | 48 #define SET_ARCH_MACH(ABFD, EXEC) \ argument 49 MY(set_arch_mach) (ABFD, N_MACHTYPE (EXEC)); \ 50 MY(choose_reloc_size) (ABFD);
|
D | bfd-in2.h | 473 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \ argument 475 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD))) 476 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \ argument 478 bfd_bwrite ((BUF), (ELTSIZE) * (NITEMS), (ABFD))) 480 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \ argument 482 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD))) 483 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \ argument 485 bfd_bwrite ((BUF), (ELTSIZE) * (NITEMS), (ABFD))) 1661 #define bfd_section_list_remove(ABFD, S) \ argument 1670 (ABFD)->sections = _next; \ [all …]
|
D | coff-tic4x.c | 55 #define RELOC_PROCESSING(RELENT,RELOC,SYMS,ABFD,SECT)\ argument 56 tic4x_reloc_processing (RELENT,RELOC,SYMS,ABFD,SECT)
|
D | aoutf1.h | 158 #define SET_ARCH_MACH(ABFD, EXEC) \ argument 159 NAME(sunos,set_arch_mach) (ABFD, N_MACHTYPE (EXEC)); \ 160 choose_reloc_size(ABFD);
|
D | coff-tic54x.c | 283 #define RELOC_PROCESSING(RELENT,RELOC,SYMS,ABFD,SECT)\ argument 284 tic54x_reloc_processing(RELENT,RELOC,SYMS,ABFD,SECT)
|
D | elf-bfd.h | 635 #define elf_symbol_from(ABFD,S) \ argument
|
D | coff64-rs6000.c | 72 #define COFF_ADJUST_SCNHDR_OUT_POST(ABFD, INT, EXT) \ argument
|
D | ChangeLog-2010 | 1762 (vms_secflag_by_name): Remove unused ABFD argument.
|
D | ChangeLog-2007 | 1976 (parse_comp_unit): Remove ABFD parameter. Instead use the bfd
|
D | ChangeLog-2005 | 126 to make it clear that parameter ABFD is not used.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | write.c | 642 #define dump_section_relocs(ABFD,SEC,STREAM) ((void) 0) argument
|
/toolchain/binutils/binutils-2.25/include/ |
D | ChangeLog-9103 | 1442 * remote-sim.h (sim_create_inferior): Add ABFD arg. Document. 1446 * remote-sim.h (sim_open): Add ABFD arg. Document.
|