/toolchain/binutils/binutils-2.25/etc/ |
D | texi2pod.pl | 37 $inf = ""; 72 $inf = gensym(); 73 open($inf, "<$in") or die "opening \"$in\": $!\n"; 76 $inf = \*STDIN; 83 while(defined $inf) { 84 while(<$inf>) { 238 push @instack, $inf; 239 $inf = gensym(); 247 open($inf, "<" . $mypath) and ($done = 1, last); 334 close($inf); [all …]
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | objdump.c | 770 objdump_print_value (bfd_vma vma, struct disassemble_info *inf, in objdump_print_value() argument 777 aux = (struct objdump_disasm_info *) inf->application_data; in objdump_print_value() 788 (*inf->fprintf_func) (inf->stream, "%s", p); in objdump_print_value() 794 objdump_print_symname (bfd *abfd, struct disassemble_info *inf, in objdump_print_symname() argument 810 if (inf != NULL) in objdump_print_symname() 811 (*inf->fprintf_func) (inf->stream, "%s", name); in objdump_print_symname() 827 struct disassemble_info *inf, in find_symbol_for_address() argument 848 aux = (struct objdump_disasm_info *) inf->application_data; in find_symbol_for_address() 851 opb = inf->octets_per_byte; in find_symbol_for_address() 891 && inf->symbol_is_valid (sorted_syms[min], inf)) in find_symbol_for_address() [all …]
|
D | readelf.c | 852 bfd_vma inf = relas[i].r_info; in slurp_rela_relocs() local 853 inf = (((inf & 0xffffffff) << 32) in slurp_rela_relocs() 854 | ((inf >> 56) & 0xff) in slurp_rela_relocs() 855 | ((inf >> 40) & 0xff00) in slurp_rela_relocs() 856 | ((inf >> 24) & 0xff0000) in slurp_rela_relocs() 857 | ((inf >> 8) & 0xff000000)); in slurp_rela_relocs() 858 relas[i].r_info = inf; in slurp_rela_relocs() 948 bfd_vma inf = rels[i].r_info; in slurp_rel_relocs() local 949 inf = (((inf & 0xffffffff) << 32) in slurp_rel_relocs() 950 | ((inf >> 56) & 0xff) in slurp_rel_relocs() [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
D | operand-or.s | 11 fclass.m p3, p4 = f4, @nat|@qnan|@snan|@pos|@neg|@unorm|@norm|@inf
|
D | opc-f.s | 337 fclass.m p3, p4 = f4, @inf 338 fclass.nm p3, p4 = f4, @inf 356 fclass.m.unc p3, p4 = f4, @inf 357 fclass.nm.unc p3, p4 = f4, @inf
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-elf.c | 519 get_section (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *inf) in get_section() argument 521 const char *gname = (const char *) inf; in get_section() 2245 build_group_lists (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *inf) in build_group_lists() argument 2247 struct group_list *list = (struct group_list *) inf; in build_group_lists()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfnn-aarch64.c | 6640 elfNN_aarch64_output_plt_map (struct elf_link_hash_entry *h, void *inf) in elfNN_aarch64_output_plt_map() argument 6642 output_arch_syminfo *osi = (output_arch_syminfo *) inf; in elfNN_aarch64_output_plt_map() 6894 elfNN_aarch64_allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf) in elfNN_aarch64_allocate_dynrelocs() argument 6917 info = (struct bfd_link_info *) inf; in elfNN_aarch64_allocate_dynrelocs() 7185 void *inf) in elfNN_aarch64_allocate_ifunc_dynrelocs() argument 7207 info = (struct bfd_link_info *) inf; in elfNN_aarch64_allocate_ifunc_dynrelocs() 7228 elfNN_aarch64_allocate_local_dynrelocs (void **slot, void *inf) in elfNN_aarch64_allocate_local_dynrelocs() argument 7240 return elfNN_aarch64_allocate_dynrelocs (h, inf); in elfNN_aarch64_allocate_local_dynrelocs() 7247 elfNN_aarch64_allocate_local_ifunc_dynrelocs (void **slot, void *inf) in elfNN_aarch64_allocate_local_ifunc_dynrelocs() argument 7259 return elfNN_aarch64_allocate_ifunc_dynrelocs (h, inf); in elfNN_aarch64_allocate_local_ifunc_dynrelocs() [all …]
|
D | elf32-i386.c | 2174 elf_i386_allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf) in elf_i386_allocate_dynrelocs() argument 2187 info = (struct bfd_link_info *) inf; in elf_i386_allocate_dynrelocs() 2460 elf_i386_allocate_local_dynrelocs (void **slot, void *inf) in elf_i386_allocate_local_dynrelocs() argument 2472 return elf_i386_allocate_dynrelocs (h, inf); in elf_i386_allocate_local_dynrelocs() 2478 elf_i386_readonly_dynrelocs (struct elf_link_hash_entry *h, void *inf) in elf_i386_readonly_dynrelocs() argument 2494 struct bfd_link_info *info = (struct bfd_link_info *) inf; in elf_i386_readonly_dynrelocs() 4710 elf_i386_finish_local_dynamic_symbol (void **slot, void *inf) in elf_i386_finish_local_dynamic_symbol() argument 4715 = (struct bfd_link_info *) inf; in elf_i386_finish_local_dynamic_symbol()
|
D | elf32-or1k.c | 2197 allocate_dynrelocs (struct elf_link_hash_entry *h, void * inf) in allocate_dynrelocs() argument 2207 info = (struct bfd_link_info *) inf; in allocate_dynrelocs() 2399 readonly_dynrelocs (struct elf_link_hash_entry *h, void * inf) in readonly_dynrelocs() argument 2411 struct bfd_link_info *info = (struct bfd_link_info *) inf; in readonly_dynrelocs()
|
D | elf32-lm32.c | 1902 allocate_dynrelocs (struct elf_link_hash_entry *h, void * inf) in allocate_dynrelocs() argument 1912 info = (struct bfd_link_info *) inf; in allocate_dynrelocs() 2093 readonly_dynrelocs (struct elf_link_hash_entry *h, void * inf) in readonly_dynrelocs() argument 2105 struct bfd_link_info *info = (struct bfd_link_info *) inf; in readonly_dynrelocs()
|
D | elfxx-sparc.c | 2221 allocate_dynrelocs (struct elf_link_hash_entry *h, void * inf) in allocate_dynrelocs() argument 2231 info = (struct bfd_link_info *) inf; in allocate_dynrelocs() 2483 allocate_local_dynrelocs (void **slot, void *inf) in allocate_local_dynrelocs() argument 2495 return allocate_dynrelocs (h, inf); in allocate_local_dynrelocs() 2501 readonly_dynrelocs (struct elf_link_hash_entry *h, void * inf) in readonly_dynrelocs() argument 2513 struct bfd_link_info *info = (struct bfd_link_info *) inf; in readonly_dynrelocs() 4743 finish_local_dynamic_symbol (void **slot, void *inf) in finish_local_dynamic_symbol() argument 4748 = (struct bfd_link_info *) inf; in finish_local_dynamic_symbol()
|
D | elf64-x86-64.c | 2403 elf_x86_64_allocate_dynrelocs (struct elf_link_hash_entry *h, void * inf) in elf_x86_64_allocate_dynrelocs() argument 2417 info = (struct bfd_link_info *) inf; in elf_x86_64_allocate_dynrelocs() 2693 elf_x86_64_allocate_local_dynrelocs (void **slot, void *inf) in elf_x86_64_allocate_local_dynrelocs() argument 2705 return elf_x86_64_allocate_dynrelocs (h, inf); in elf_x86_64_allocate_local_dynrelocs() 2712 void * inf) in elf_x86_64_readonly_dynrelocs() argument 2728 struct bfd_link_info *info = (struct bfd_link_info *) inf; in elf_x86_64_readonly_dynrelocs() 5026 elf_x86_64_finish_local_dynamic_symbol (void **slot, void *inf) in elf_x86_64_finish_local_dynamic_symbol() argument 5031 = (struct bfd_link_info *) inf; in elf_x86_64_finish_local_dynamic_symbol()
|
D | elf64-ppc.c | 6218 ppc64_elf_gc_mark_dynamic_ref (struct elf_link_hash_entry *h, void *inf) in ppc64_elf_gc_mark_dynamic_ref() argument 6220 struct bfd_link_info *info = (struct bfd_link_info *) inf; in ppc64_elf_gc_mark_dynamic_ref() 6761 func_desc_adjust (struct elf_link_hash_entry *h, void *inf) in func_desc_adjust() argument 6774 info = inf; in func_desc_adjust() 7386 adjust_opd_syms (struct elf_link_hash_entry *h, void *inf ATTRIBUTE_UNUSED) in adjust_opd_syms() 8577 adjust_toc_syms (struct elf_link_hash_entry *h, void *inf) in adjust_toc_syms() argument 8580 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf; in adjust_toc_syms() 9367 allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf) in allocate_dynrelocs() argument 9379 info = (struct bfd_link_info *) inf; in allocate_dynrelocs() 9621 size_global_entry_stubs (struct elf_link_hash_entry *h, void *inf) in size_global_entry_stubs() argument [all …]
|
D | elf32-cris.c | 3942 void * inf) in elf_cris_discard_excess_dso_dynamics() argument 3945 struct bfd_link_info *info = (struct bfd_link_info *) inf; in elf_cris_discard_excess_dso_dynamics() 3997 void * inf) in elf_cris_discard_excess_program_dynamics() argument 3999 struct bfd_link_info *info = (struct bfd_link_info *) inf; in elf_cris_discard_excess_program_dynamics()
|
D | elf32-m32r.c | 1929 allocate_dynrelocs (struct elf_link_hash_entry *h, void * inf) in allocate_dynrelocs() argument 1939 info = (struct bfd_link_info *) inf; in allocate_dynrelocs() 2120 readonly_dynrelocs (struct elf_link_hash_entry *h, void * inf) in readonly_dynrelocs() argument 2132 struct bfd_link_info *info = (struct bfd_link_info *) inf; in readonly_dynrelocs()
|
D | elf32-tilepro.c | 2199 allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf) in allocate_dynrelocs() argument 2209 info = (struct bfd_link_info *) inf; in allocate_dynrelocs() 2401 readonly_dynrelocs (struct elf_link_hash_entry *h, void *inf) in readonly_dynrelocs() argument 2413 struct bfd_link_info *info = (struct bfd_link_info *) inf; in readonly_dynrelocs()
|
D | elf32-metag.c | 2597 allocate_dynrelocs (struct elf_link_hash_entry *eh, void *inf) in allocate_dynrelocs() argument 2610 info = inf; in allocate_dynrelocs() 2796 readonly_dynrelocs (struct elf_link_hash_entry *eh, void *inf) in readonly_dynrelocs() argument 2811 struct bfd_link_info *info = inf; in readonly_dynrelocs()
|
D | elf32-tic6x.c | 3109 elf32_tic6x_allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf) in elf32_tic6x_allocate_dynrelocs() argument 3120 info = (struct bfd_link_info *) inf; in elf32_tic6x_allocate_dynrelocs() 3258 elf32_tic6x_readonly_dynrelocs (struct elf_link_hash_entry *h, void *inf) in elf32_tic6x_readonly_dynrelocs() argument 3270 struct bfd_link_info *info = (struct bfd_link_info *) inf; in elf32_tic6x_readonly_dynrelocs()
|
D | elfxx-tilegx.c | 2466 allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf) in allocate_dynrelocs() argument 2476 info = (struct bfd_link_info *) inf; in allocate_dynrelocs() 2668 readonly_dynrelocs (struct elf_link_hash_entry *h, void *inf) in readonly_dynrelocs() argument 2680 struct bfd_link_info *info = (struct bfd_link_info *) inf; in readonly_dynrelocs()
|
D | elf32-s390.c | 1772 allocate_dynrelocs (struct elf_link_hash_entry *h, void * inf) in allocate_dynrelocs() argument 1782 info = (struct bfd_link_info *) inf; in allocate_dynrelocs() 1999 readonly_dynrelocs (struct elf_link_hash_entry *h, void * inf) in readonly_dynrelocs() argument 2011 struct bfd_link_info *info = (struct bfd_link_info *) inf; in readonly_dynrelocs()
|
D | elf64-s390.c | 1718 void * inf) in allocate_dynrelocs() argument 1728 info = (struct bfd_link_info *) inf; in allocate_dynrelocs() 1946 readonly_dynrelocs (struct elf_link_hash_entry *h, void * inf) in readonly_dynrelocs() argument 1958 struct bfd_link_info *info = (struct bfd_link_info *) inf; in readonly_dynrelocs()
|
D | elf32-nios2.c | 4591 adjust_dynrelocs (struct elf_link_hash_entry *h, PTR inf) in adjust_dynrelocs() argument 4605 info = (struct bfd_link_info *) inf; in adjust_dynrelocs() 4620 allocate_dynrelocs (struct elf_link_hash_entry *h, PTR inf) in allocate_dynrelocs() argument 4637 info = (struct bfd_link_info *) inf; in allocate_dynrelocs()
|
/toolchain/binutils/binutils-2.25/intl/ |
D | configure | 887 -infodir | --infodir | --infodi | --infod | --info | --inf) 889 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 2989 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 3015 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 3117 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 3167 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | configure | 875 -infodir | --infodir | --infodi | --infod | --info | --inf) 877 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 3201 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 3227 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 3329 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 3380 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
|
/toolchain/binutils/binutils-2.25/gold/ |
D | configure | 1002 -infodir | --infodir | --infodi | --infod | --info | --inf) 1004 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 4084 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 4110 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 4212 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 4262 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
|