Home
last modified time | relevance | path

Searched refs:IMAGE_FIRST_SECTION (Results 1 – 25 of 134) sorted by relevance

123456

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dunexw32.c121 section = IMAGE_FIRST_SECTION (nt_header); in find_section()
141 section = IMAGE_FIRST_SECTION (nt_header);
162 PIMAGE_SECTION_HEADER src_section = IMAGE_FIRST_SECTION (src_nt_header); in relocate_offset()
163 PIMAGE_SECTION_HEADER dst_section = IMAGE_FIRST_SECTION (dst_nt_header); in relocate_offset()
174 dst_section = IMAGE_FIRST_SECTION (dst_nt_header); in relocate_offset()
430 section = IMAGE_FIRST_SECTION (nt_header); in copy_executable_and_dump_data()
535 section = IMAGE_FIRST_SECTION (nt_header); in copy_executable_and_dump_data()
536 dst_section = IMAGE_FIRST_SECTION (dst_nt_header); in copy_executable_and_dump_data()
/dports/editors/emacs/emacs-27.2/src/
H A Dunexw32.c121 section = IMAGE_FIRST_SECTION (nt_header); in find_section()
141 section = IMAGE_FIRST_SECTION (nt_header);
162 PIMAGE_SECTION_HEADER src_section = IMAGE_FIRST_SECTION (src_nt_header); in relocate_offset()
163 PIMAGE_SECTION_HEADER dst_section = IMAGE_FIRST_SECTION (dst_nt_header); in relocate_offset()
174 dst_section = IMAGE_FIRST_SECTION (dst_nt_header); in relocate_offset()
430 section = IMAGE_FIRST_SECTION (nt_header); in copy_executable_and_dump_data()
535 section = IMAGE_FIRST_SECTION (nt_header); in copy_executable_and_dump_data()
536 dst_section = IMAGE_FIRST_SECTION (dst_nt_header); in copy_executable_and_dump_data()
/dports/editors/emacs-devel/emacs-4d1968b/nt/
H A Dpreprep.c187 section = IMAGE_FIRST_SECTION (nt_header); in find_section()
206 section = IMAGE_FIRST_SECTION (nt_header); in rva_to_section()
234 section = IMAGE_FIRST_SECTION (nt_header); in offset_to_section()
254 PIMAGE_SECTION_HEADER src_section = IMAGE_FIRST_SECTION (src_nt_header); in relocate_offset()
255 PIMAGE_SECTION_HEADER dst_section = IMAGE_FIRST_SECTION (dst_nt_header); in relocate_offset()
266 dst_section = IMAGE_FIRST_SECTION (dst_nt_header); in relocate_offset()
396 section = IMAGE_FIRST_SECTION (nt_header); in copy_executable_and_move_sections()
531 section = IMAGE_FIRST_SECTION (nt_header); in copy_executable_and_move_sections()
532 dst_section = IMAGE_FIRST_SECTION (dst_nt_header); in copy_executable_and_move_sections()
/dports/editors/emacs/emacs-27.2/nt/
H A Dpreprep.c184 section = IMAGE_FIRST_SECTION (nt_header); in find_section()
203 section = IMAGE_FIRST_SECTION (nt_header); in rva_to_section()
231 section = IMAGE_FIRST_SECTION (nt_header); in offset_to_section()
251 PIMAGE_SECTION_HEADER src_section = IMAGE_FIRST_SECTION (src_nt_header); in relocate_offset()
252 PIMAGE_SECTION_HEADER dst_section = IMAGE_FIRST_SECTION (dst_nt_header); in relocate_offset()
263 dst_section = IMAGE_FIRST_SECTION (dst_nt_header); in relocate_offset()
393 section = IMAGE_FIRST_SECTION (nt_header); in copy_executable_and_move_sections()
528 section = IMAGE_FIRST_SECTION (nt_header); in copy_executable_and_move_sections()
529 dst_section = IMAGE_FIRST_SECTION (dst_nt_header); in copy_executable_and_move_sections()
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/crt/
H A Dpesect.c53 for (iSection = 0, pSection = IMAGE_FIRST_SECTION (pNTHeader); in _FindPESection()
84 for (iSection = 0, pSection = IMAGE_FIRST_SECTION (pNTHeader); in _FindPESectionByName()
143 for (iSection = 0, pSection = IMAGE_FIRST_SECTION (pNTHeader); in _FindPESectionExec()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/crt/
H A Dpesect.c53 for (iSection = 0, pSection = IMAGE_FIRST_SECTION (pNTHeader); in _FindPESection()
84 for (iSection = 0, pSection = IMAGE_FIRST_SECTION (pNTHeader); in _FindPESectionByName()
143 for (iSection = 0, pSection = IMAGE_FIRST_SECTION (pNTHeader); in _FindPESectionExec()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/shared/
H A Dpeutils.cpp107 IMAGE_SECTION_HEADER *sectionHeaders = IMAGE_FIRST_SECTION(ntHeaders); in getNtHeader()
118 IMAGE_SECTION_HEADER *sectionHeader = IMAGE_FIRST_SECTION(ntHeaders); in getFileOffsetFromRVA()
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/loaders/pe/
H A Dpe_utils.cpp55 const ImageSectionHeader* sectiontable = IMAGE_FIRST_SECTION(ntheaders); in rvaToOffset()
/dports/net/mpich/mpich-3.4.3/maint/
H A Dgccimpgen.cpp16 section = IMAGE_FIRST_SECTION(pNTHeader); in GetSecHeader()
/dports/net/mpich2/mpich2-1.5/maint/
H A Dgccimpgen.cpp15 section = IMAGE_FIRST_SECTION(pNTHeader); in GetSecHeader()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/
H A DLoadLibraryRemote.cpp81 PIMAGE_SECTION_HEADER section = IMAGE_FIRST_SECTION(module->headers); in CopySections()
146 PIMAGE_SECTION_HEADER section = IMAGE_FIRST_SECTION(module->headers); in FinalizeSections()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/
H A DLoadLibraryRemote.cpp81 PIMAGE_SECTION_HEADER section = IMAGE_FIRST_SECTION(module->headers); in CopySections()
146 PIMAGE_SECTION_HEADER section = IMAGE_FIRST_SECTION(module->headers); in FinalizeSections()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/
H A DLoadLibraryRemote.cpp81 PIMAGE_SECTION_HEADER section = IMAGE_FIRST_SECTION(module->headers); in CopySections()
146 PIMAGE_SECTION_HEADER section = IMAGE_FIRST_SECTION(module->headers); in FinalizeSections()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/
H A DLoadLibraryRemote.cpp81 PIMAGE_SECTION_HEADER section = IMAGE_FIRST_SECTION(module->headers); in CopySections()
146 PIMAGE_SECTION_HEADER section = IMAGE_FIRST_SECTION(module->headers); in FinalizeSections()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/
H A DLoadLibraryRemote.cpp87 PIMAGE_SECTION_HEADER section = IMAGE_FIRST_SECTION(module->headers); in CopySections()
154 PIMAGE_SECTION_HEADER section = IMAGE_FIRST_SECTION(module->headers); in FinalizeSections()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/
H A DLoadLibraryRemote.cpp81 PIMAGE_SECTION_HEADER section = IMAGE_FIRST_SECTION(module->headers); in CopySections()
146 PIMAGE_SECTION_HEADER section = IMAGE_FIRST_SECTION(module->headers); in FinalizeSections()
/dports/devel/zydis/zydis-3.1.0/examples/
H A DZydisWinKernel.c121 PIMAGE_SECTION_HEADER section = IMAGE_FIRST_SECTION(ntHeaders); in DriverEntry()
/dports/security/razorback-yaraNugget/yaraNugget-0.5.0/libyara/
H A Dpe.h178 #define IMAGE_FIRST_SECTION( ntheader ) ((PIMAGE_SECTION_HEADER) \ macro
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/sdl/
H A Di_main.c87 PIMAGE_SECTION_HEADER ntS = IMAGE_FIRST_SECTION (ntH); in MakeCodeWritable()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/win32/patches/
H A Dnsis.patch175 # ifndef IMAGE_FIRST_SECTION
176 -# define IMAGE_FIRST_SECTION(h) ( PIMAGE_SECTION_HEADER( (DWORD) h + \
177 +# define IMAGE_FIRST_SECTION(h) ( PIMAGE_SECTION_HEADER( (ULONG_PTR) h + \
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/win32/patches/
H A Dnsis.patch175 # ifndef IMAGE_FIRST_SECTION
176 -# define IMAGE_FIRST_SECTION(h) ( PIMAGE_SECTION_HEADER( (DWORD) h + \
177 +# define IMAGE_FIRST_SECTION(h) ( PIMAGE_SECTION_HEADER( (ULONG_PTR) h + \
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/win32/patches/
H A Dnsis.patch175 # ifndef IMAGE_FIRST_SECTION
176 -# define IMAGE_FIRST_SECTION(h) ( PIMAGE_SECTION_HEADER( (DWORD) h + \
177 +# define IMAGE_FIRST_SECTION(h) ( PIMAGE_SECTION_HEADER( (ULONG_PTR) h + \
/dports/sysutils/bacula9-server/bacula-9.6.7/src/win32/patches/
H A Dnsis.patch175 # ifndef IMAGE_FIRST_SECTION
176 -# define IMAGE_FIRST_SECTION(h) ( PIMAGE_SECTION_HEADER( (DWORD) h + \
177 +# define IMAGE_FIRST_SECTION(h) ( PIMAGE_SECTION_HEADER( (ULONG_PTR) h + \
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/win32/patches/
H A Dnsis.patch175 # ifndef IMAGE_FIRST_SECTION
176 -# define IMAGE_FIRST_SECTION(h) ( PIMAGE_SECTION_HEADER( (DWORD) h + \
177 +# define IMAGE_FIRST_SECTION(h) ( PIMAGE_SECTION_HEADER( (ULONG_PTR) h + \
/dports/sysutils/bacula11-server/bacula-11.0.5/src/win32/patches/
H A Dnsis.patch175 # ifndef IMAGE_FIRST_SECTION
176 -# define IMAGE_FIRST_SECTION(h) ( PIMAGE_SECTION_HEADER( (DWORD) h + \
177 +# define IMAGE_FIRST_SECTION(h) ( PIMAGE_SECTION_HEADER( (ULONG_PTR) h + \

123456