Home
last modified time | relevance | path

Searched refs:INFO (Results 1 – 25 of 41) sorted by relevance

12

/toolchain/binutils/binutils-2.25/include/
Ddis-asm.h370 #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/
Dsh64-dis.c34 #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)
Dppc-dis.c44 #define POWERPC_DIALECT(INFO) \ argument
45 (((struct dis_private *) ((INFO)->private_data))->dialect)
Dcgen-dis.in335 Print one instruction from PC on INFO->STREAM.
DChangeLog-2006428 out from INFO.
/toolchain/binutils/binutils-2.25/bfd/
Delf-bfd.h234 #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)))
Delf32-m68k.c912 #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 \
Delf32-bfin.c1850 #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)
Delf32-frv.c973 #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)
Delf32-sh.c65 #define SYMBOL_FUNCDESC_LOCAL(INFO, H) \ argument
66 (SYMBOL_REFERENCES_LOCAL (INFO, H) \
67 || ! elf_hash_table (INFO)->dynamic_sections_created)
Delfxx-mips.c889 #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
DChangeLog-2012187 * 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.
DChangeLog-20081148 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
DChangeLog-02031301 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.
Dvms-alpha.c448 #define alpha_vms_link_hash(INFO) \ argument
449 ((struct alpha_vms_link_hash_table *)(INFO->hash))
DChangeLog-2013271 when not doing linking (i.e. INFO is a null pointer).
/toolchain/binutils/binutils-2.25/gold/
Dyyscript.y143 %token INFO
437 | INFO
Dscript.cc1759 { "INFO", INFO },
/toolchain/binutils/binutils-2.25/ld/
Dldgram.y140 %token NOLOAD DSECT COPY INFO OVERLAY
1116 | INFO { sectype = noalloc_section; }
Dldlex.l310 <EXPRESSION,BOTH,SCRIPT>"INFO" { RTOKEN(INFO);}
/toolchain/binutils/binutils-2.25/etc/
DChangeLog648 * standards.texi: added INFO-DIR-ENTRY, updated version from the FSF
672 * intro.texi: added INFO-DIR-ENTRY
/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c232 SC_ENTRY(INFO),
/toolchain/binutils/binutils-2.25/include/elf/
DChangeLog-91031575 (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/
DChangeLog-92032021 * gprof.texi: add INFO-DIR-ENTRY
/toolchain/binutils/binutils-2.25/binutils/po/
Dfr.po9027 msgid "SYMBOL INFO"
9028 msgstr "INFO SYMBOLE"

12