Searched refs:tsection (Results 1 – 1 of 1) sorted by relevance
2125 asection *tsection; in _bfd_XX_print_ce_compressed_pdata() local2152 tsection = bfd_get_section_by_name (abfd, ".text"); in _bfd_XX_print_ce_compressed_pdata()2153 if (tsection && coff_section_data (abfd, tsection) in _bfd_XX_print_ce_compressed_pdata()2154 && pei_section_data (abfd, tsection)) in _bfd_XX_print_ce_compressed_pdata()2156 bfd_vma eh_off = (begin_addr - 8) - tsection->vma; in _bfd_XX_print_ce_compressed_pdata()2162 if (bfd_get_section_contents (abfd, tsection, tdata, eh_off, 8)) in _bfd_XX_print_ce_compressed_pdata()