/toolchain/binutils/binutils-2.25/include/ |
D | dis-asm.h | 370 #define INIT_DISASSEMBLE_INFO(INFO, STREAM, FPRINTF_FUNC) \ argument 371 init_disassemble_info (&(INFO), (STREAM), (fprintf_ftype) (FPRINTF_FUNC)) 372 #define INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC) \ argument 373 init_disassemble_info (&(INFO), (STREAM), (fprintf_ftype) (FPRINTF_FUNC))
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | sh64-dis.c | 34 #define SAVED_MOVI_R(INFO) \ argument 35 (((struct sh64_disassemble_info *) ((INFO)->private_data))->address_reg) 37 #define SAVED_MOVI_IMM(INFO) \ argument 38 (((struct sh64_disassemble_info *) ((INFO)->private_data))->built_address)
|
D | ppc-dis.c | 44 #define POWERPC_DIALECT(INFO) \ argument 45 (((struct dis_private *) ((INFO)->private_data))->dialect)
|
D | cgen-dis.in | 335 Print one instruction from PC on INFO->STREAM.
|
D | ChangeLog-2006 | 428 out from INFO.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf-bfd.h | 234 #define SYMBOL_REFERENCES_LOCAL(INFO, H) \ argument 235 _bfd_elf_symbol_refs_local_p (H, INFO, 0) 238 #define SYMBOL_CALLS_LOCAL(INFO, H) \ argument 239 _bfd_elf_symbol_refs_local_p (H, INFO, 1) 2527 #define SYMBOLIC_BIND(INFO, H) \ argument 2529 && ((INFO)->symbolic || ((INFO)->dynamic && !(H)->dynamic)))
|
D | elf32-m68k.c | 912 #define elf_m68k_multi_got(INFO) (&elf_m68k_hash_table (INFO)->multi_got_) argument 1454 #define ELF_M68K_R_8_MAX_N_SLOTS_IN_GOT(INFO) \ argument 1455 (elf_m68k_hash_table (INFO)->use_neg_got_offsets_p \ 1460 #define ELF_M68K_R_8_16_MAX_N_SLOTS_IN_GOT(INFO) \ argument 1461 (elf_m68k_hash_table (INFO)->use_neg_got_offsets_p \
|
D | elf32-bfin.c | 1850 #define BFINFDPIC_SYM_LOCAL(INFO, H) \ argument 1851 (_bfd_elf_symbol_refs_local_p ((H), (INFO), 1) \ 1852 || ! elf_hash_table (INFO)->dynamic_sections_created) 1853 #define BFINFDPIC_FUNCDESC_LOCAL(INFO, H) \ argument 1854 ((H)->dynindx == -1 || ! elf_hash_table (INFO)->dynamic_sections_created)
|
D | elf32-frv.c | 973 #define FRVFDPIC_SYM_LOCAL(INFO, H) \ argument 974 (_bfd_elf_symbol_refs_local_p ((H), (INFO), 1) \ 975 || ! elf_hash_table (INFO)->dynamic_sections_created) 976 #define FRVFDPIC_FUNCDESC_LOCAL(INFO, H) \ argument 977 ((H)->dynindx == -1 || ! elf_hash_table (INFO)->dynamic_sections_created)
|
D | elf32-sh.c | 65 #define SYMBOL_FUNCDESC_LOCAL(INFO, H) \ argument 66 (SYMBOL_REFERENCES_LOCAL (INFO, H) \ 67 || ! elf_hash_table (INFO)->dynamic_sections_created)
|
D | elfxx-mips.c | 889 #define MIPS_ELF_REL_DYN_NAME(INFO) \ argument 890 (mips_elf_hash_table (INFO)->is_vxworks ? ".rela.dyn" : ".rel.dyn") 904 #define ELF_MIPS_GP_OFFSET(INFO) \ argument 905 (mips_elf_hash_table (INFO)->is_vxworks ? 0x0 : 0x7ff0) 909 #define MIPS_ELF_GOT_MAX_SIZE(INFO) (ELF_MIPS_GP_OFFSET (INFO) + 0x7fff) argument
|
D | ChangeLog-2012 | 187 * elf-nacl.c (nacl_modify_segment_map): Don't crash when INFO is null. 2338 * elf.c (_bfd_elf_map_sections_to_segments): Set INFO->user_phdrs. 2339 * elf-nacl.c (nacl_modify_segment_map): Do nothing if INFO->user_phdrs.
|
D | ChangeLog-2008 | 1148 an INFO parameter. Don't look through warnings symbols here; 1443 with an INFO parameter. Don't call mips_elf_got_info; use htab->sgot 1452 an INFO parameter. Make G a local variable and read it from
|
D | ChangeLog-0203 | 1301 defined weak functions. Add new argument INFO. 2433 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO. 3251 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO. 3562 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO. 4234 of INFO. 4252 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO. 4261 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
|
D | vms-alpha.c | 448 #define alpha_vms_link_hash(INFO) \ argument 449 ((struct alpha_vms_link_hash_table *)(INFO->hash))
|
D | ChangeLog-2013 | 271 when not doing linking (i.e. INFO is a null pointer).
|
/toolchain/binutils/binutils-2.25/gold/ |
D | yyscript.y | 143 %token INFO 437 | INFO
|
D | script.cc | 1759 { "INFO", INFO },
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldgram.y | 140 %token NOLOAD DSECT COPY INFO OVERLAY 1116 | INFO { sectype = noalloc_section; }
|
D | ldlex.l | 310 <EXPRESSION,BOTH,SCRIPT>"INFO" { RTOKEN(INFO);}
|
/toolchain/binutils/binutils-2.25/etc/ |
D | ChangeLog | 648 * standards.texi: added INFO-DIR-ENTRY, updated version from the FSF 672 * intro.texi: added INFO-DIR-ENTRY
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 232 SC_ENTRY(INFO),
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | ChangeLog-9103 | 1575 (ELF64_R_TYPE_{DATA,ID,INFO}): New macros. 1930 * common.h: added ELF_R_{SYM,TYPE,INFO} for handling relocation
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | ChangeLog-9203 | 2021 * gprof.texi: add INFO-DIR-ENTRY
|
/toolchain/binutils/binutils-2.25/binutils/po/ |
D | fr.po | 9027 msgid "SYMBOL INFO" 9028 msgstr "INFO SYMBOLE"
|