HomeSort by: relevance | last modified time | path
    Searched defs:paps (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
pei-x86_64.c 810 struct pex64_paps *paps = arg; local
813 if (pex64_bfd_print_pdata_section (abfd, paps->obj, pdata))
814 paps->pdata_count++;
822 struct pex64_paps paps; local
827 paps.obj = vfile;
828 paps.pdata_count = 0;
829 bfd_map_over_sections (abfd, pex64_print_all_pdata_sections, &paps);
830 return paps.pdata_count != 0;
  /src/external/gpl3/binutils.old/dist/bfd/
pei-x86_64.c 812 struct pex64_paps *paps = arg; local
815 if (pex64_bfd_print_pdata_section (abfd, paps->obj, pdata))
816 paps->pdata_count++;
824 struct pex64_paps paps; local
829 paps.obj = vfile;
830 paps.pdata_count = 0;
831 bfd_map_over_sections (abfd, pex64_print_all_pdata_sections, &paps);
832 return paps.pdata_count != 0;
  /src/external/gpl3/gdb/dist/bfd/
pei-x86_64.c 810 struct pex64_paps *paps = arg; local
813 if (pex64_bfd_print_pdata_section (abfd, paps->obj, pdata))
814 paps->pdata_count++;
822 struct pex64_paps paps; local
827 paps.obj = vfile;
828 paps.pdata_count = 0;
829 bfd_map_over_sections (abfd, pex64_print_all_pdata_sections, &paps);
830 return paps.pdata_count != 0;
  /src/external/gpl3/gdb.old/dist/bfd/
pei-x86_64.c 810 struct pex64_paps *paps = arg; local
813 if (pex64_bfd_print_pdata_section (abfd, paps->obj, pdata))
814 paps->pdata_count++;
822 struct pex64_paps paps; local
827 paps.obj = vfile;
828 paps.pdata_count = 0;
829 bfd_map_over_sections (abfd, pex64_print_all_pdata_sections, &paps);
830 return paps.pdata_count != 0;

Completed in 190 milliseconds