Lines Matching refs:TargetSection

250 BOOLEAN InsertCompressedRelocs (SECTION *Section, SECTION *TargetSection, SECTION *MergedSection, c…  in InsertCompressedRelocs()  argument
253 RELOC_USER_DATA UserData = {TargetSection}; in InsertCompressedRelocs()
263 if (TargetSection) in InsertCompressedRelocs()
264 TargetSection->Frozen = TargetSection->Essential = TRUE; in InsertCompressedRelocs()
272 if (TargetSection) in InsertCompressedRelocs()
273 TargetSection->Handled = TRUE; in InsertCompressedRelocs()
284 BOOLEAN InsertCompressedSectionRefs (SECTION *Section, SECTION *TargetSection, SECTION *MergedSecti… in InsertCompressedSectionRefs() argument
286 if (TargetSection) in InsertCompressedSectionRefs()
287 return InsertCompressedRelocs (Section, TargetSection, MergedSection, Reference); in InsertCompressedSectionRefs()
401 BOOLEAN InsertPreOSSectionRefs (SECTION *Section, SECTION *TargetSection, SECTION *MergedSection, c… in InsertPreOSSectionRefs() argument
403 if (TargetSection) in InsertPreOSSectionRefs()
406 RELOC_USER_DATA UserData = {TargetSection}; in InsertPreOSSectionRefs()
410 if (!(AppendI2ToSection (Section, (TargetSection->Size + 3) >> 2))) in InsertPreOSSectionRefs()
730 BOOLEAN InsertFargo021SectionRefs (SECTION *Section, SECTION *TargetSection, SECTION *MergedSection… in InsertFargo021SectionRefs() argument
732 if (TargetSection) in InsertFargo021SectionRefs()
735 RELOC_USER_DATA UserData = {TargetSection}; in InsertFargo021SectionRefs()
737 if (!(AppendI2ToSection (Section, TargetSection->Size))) in InsertFargo021SectionRefs()
1037 BOOLEAN InsertMlinkRelocs (SECTION *Section, SECTION *TargetSection, SECTION *MergedSection, const … in InsertMlinkRelocs() argument
1040 RELOC_USER_DATA UserData = {TargetSection}; in InsertMlinkRelocs()
1050 if (TargetSection) in InsertMlinkRelocs()
1051 TargetSection->Frozen = TargetSection->Essential = TRUE; in InsertMlinkRelocs()
1059 if (TargetSection) in InsertMlinkRelocs()
1060 TargetSection->Handled = TRUE; in InsertMlinkRelocs()
1071 BOOLEAN InsertMlinkSectionRefs (SECTION *Section, SECTION *TargetSection, SECTION *MergedSection, c… in InsertMlinkSectionRefs() argument
1073 if (TargetSection) in InsertMlinkSectionRefs()
1074 return InsertMlinkRelocs (Section, TargetSection, MergedSection, Reference); in InsertMlinkSectionRefs()