Searched refs:pdata_section (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | pei-x86_64.c | 447 asection *pdata_section = bfd_get_section_by_name (abfd, ".pdata"); in pex64_bfd_print_pdata() local 461 if (pdata_section == NULL in pex64_bfd_print_pdata() 462 || coff_section_data (abfd, pdata_section) == NULL in pex64_bfd_print_pdata() 463 || pei_section_data (abfd, pdata_section) == NULL) in pex64_bfd_print_pdata() 466 stop = pei_section_data (abfd, pdata_section)->virt_size; in pex64_bfd_print_pdata() 478 if (!bfd_malloc_and_get_section (abfd, pdata_section, &pdata)) in pex64_bfd_print_pdata() 500 fprintf_vma (file, i + pdata_section->vma); in pex64_bfd_print_pdata() 604 bfd_vma pdata_vma = bfd_get_section_vma (abfd, pdata_section); in pex64_bfd_print_pdata() 612 + pei_section_data (abfd, pdata_section)->virt_size)) in pex64_bfd_print_pdata()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-ppc.c | 1036 static segT pdata_section; variable 5060 if (pdata_section == 0) in ppc_pdata() 5062 pdata_section = subseg_new (".pdata", 0); in ppc_pdata() 5064 bfd_set_section_flags (stdoutput, pdata_section, in ppc_pdata() 5068 bfd_set_section_alignment (stdoutput, pdata_section, 2); in ppc_pdata() 5072 pdata_section = subseg_new (".pdata", 0); in ppc_pdata() 5074 ppc_set_current_section (pdata_section); in ppc_pdata()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9697 | 5911 * config/tc-ppc.c (ppc_pdata): Changed the alignment on pdata_section
|