Searched refs:tsection (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | peXXigen.c | 2035 asection *tsection; in _bfd_XX_print_ce_compressed_pdata() local 2062 tsection = bfd_get_section_by_name (abfd, ".text"); in _bfd_XX_print_ce_compressed_pdata() 2063 if (tsection && coff_section_data (abfd, tsection) in _bfd_XX_print_ce_compressed_pdata() 2064 && pei_section_data (abfd, tsection)) in _bfd_XX_print_ce_compressed_pdata() 2066 bfd_vma eh_off = (begin_addr - 8) - tsection->vma; in _bfd_XX_print_ce_compressed_pdata() 2072 if (bfd_get_section_contents (abfd, tsection, tdata, eh_off, 8)) in _bfd_XX_print_ce_compressed_pdata()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | peXXigen.c | 2051 asection *tsection; in _bfd_XX_print_ce_compressed_pdata() local 2078 tsection = bfd_get_section_by_name (abfd, ".text"); in _bfd_XX_print_ce_compressed_pdata() 2079 if (tsection && coff_section_data (abfd, tsection) in _bfd_XX_print_ce_compressed_pdata() 2080 && pei_section_data (abfd, tsection)) in _bfd_XX_print_ce_compressed_pdata() 2082 bfd_vma eh_off = (begin_addr - 8) - tsection->vma; in _bfd_XX_print_ce_compressed_pdata() 2088 if (bfd_get_section_contents (abfd, tsection, tdata, eh_off, 8)) in _bfd_XX_print_ce_compressed_pdata()
|