Searched refs:tsection (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A DpeXXigen.c2036 asection *tsection;
2063 tsection = bfd_get_section_by_name (abfd, ".text");
2064 if (tsection && coff_section_data (abfd, tsection)
2065 && pei_section_data (abfd, tsection))
2067 bfd_vma eh_off = (begin_addr - 8) - tsection->vma;
2073 if (bfd_get_section_contents (abfd, tsection, tdata, eh_off, 8))
2035 asection *tsection; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A DpeXXigen.c2025 asection *tsection;
2052 tsection = bfd_get_section_by_name (abfd, ".text");
2053 if (tsection && coff_section_data (abfd, tsection)
2054 && pei_section_data (abfd, tsection))
2056 bfd_vma eh_off = (begin_addr - 8) - tsection->vma;
2062 if (bfd_get_section_contents (abfd, tsection, tdata, eh_off, 8))
2024 asection *tsection; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A DpeXXigen.c2036 asection *tsection;
2063 tsection = bfd_get_section_by_name (abfd, ".text");
2064 if (tsection && coff_section_data (abfd, tsection)
2065 && pei_section_data (abfd, tsection))
2067 bfd_vma eh_off = (begin_addr - 8) - tsection->vma;
2073 if (bfd_get_section_contents (abfd, tsection, tdata, eh_off, 8))
2035 asection *tsection; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A DpeXXigen.c2039 asection *tsection;
2066 tsection = bfd_get_section_by_name (abfd, ".text");
2067 if (tsection && coff_section_data (abfd, tsection)
2068 && pei_section_data (abfd, tsection))
2070 bfd_vma eh_off = (begin_addr - 8) - tsection->vma;
2076 if (bfd_get_section_contents (abfd, tsection, tdata, eh_off, 8))
2038 asection *tsection; local

Completed in 109 milliseconds