Searched refs:IMAGE_FIRST_SECTION (Results 1 – 6 of 6) sorted by relevance
207 sect_hdr = IMAGE_FIRST_SECTION(nt_hdr);289 sect_hdr = IMAGE_FIRST_SECTION(nt_hdr);347 sect_hdr = IMAGE_FIRST_SECTION(nt_hdr);
287 #define IMAGE_FIRST_SECTION(nthdr) \ macro
92 sect_hdr = IMAGE_FIRST_SECTION(nt_hdr);
196 #define IMAGE_FIRST_SECTION( ntheader ) ((PIMAGE_SECTION_HEADER) \ macro
447 PIMAGE_SECTION_HEADER pish = IMAGE_FIRST_SECTION(pinh); in findUnwindSections()