Lines Matching refs:header
236 const COFFFileHeader *header, in DSPi_MapAndLoadProcessImageCallback() argument
262 u32 stringtable = header->PointerToSymbolTable + 0x12 * header->NumberOfSymbols; in DSPi_MapAndLoadProcessImageCallback()
447 COFFFileHeader header[1]; in DSP_EnumSections() local
448 if (DSPi_ReadProcessImage(context, 0, header, sizeof(header))) in DSP_EnumSections()
450 int base = (int)(sizeof(header) + header->SizeOfOptionalHeader); in DSP_EnumSections()
452 for (index = 0; index < header->NumberOfSections; ++index) in DSP_EnumSections()
462 if (callback && !(*callback)(context, header, section)) in DSP_EnumSections()
468 retval = (index >= header->NumberOfSections); in DSP_EnumSections()
897 const COFFFileHeader *header, in DSPi_MapProcessSegmentCallback() argument
900 (void)header; in DSPi_MapProcessSegmentCallback()
1027 const COFFFileHeader *header, in DSPi_LoadProcessImageCallback() argument
1034 (void)header; in DSPi_LoadProcessImageCallback()