Lines Matching refs:header
235 const COFFFileHeader *header, in DSPi_MapAndLoadProcessImageCallback() argument
261 u32 stringtable = header->PointerToSymbolTable + 0x12 * header->NumberOfSymbols; in DSPi_MapAndLoadProcessImageCallback()
446 COFFFileHeader header[1]; in DSP_EnumSections() local
447 if (DSPi_ReadProcessImage(context, 0, header, sizeof(header))) in DSP_EnumSections()
449 int base = (int)(sizeof(header) + header->SizeOfOptionalHeader); in DSP_EnumSections()
451 for (index = 0; index < header->NumberOfSections; ++index) in DSP_EnumSections()
461 if (callback && !(*callback)(context, header, section)) in DSP_EnumSections()
467 retval = (index >= header->NumberOfSections); in DSP_EnumSections()
896 const COFFFileHeader *header, in DSPi_MapProcessSegmentCallback() argument
899 (void)header; in DSPi_MapProcessSegmentCallback()
1026 const COFFFileHeader *header, in DSPi_LoadProcessImageCallback() argument
1033 (void)header; in DSPi_LoadProcessImageCallback()