Lines Matching refs:TargetSection

535    uint32_t TargetSection; // New section index of relocation target  in MakeRelocationTables()  local
626 TranslateAddress(TargetAddress, TargetSection, TargetOffset); in MakeRelocationTables()
627 if (TargetSection == 0) {err.submit(2031); continue;} // not found in MakeRelocationTables()
628 NewRelocEntry.r_sym = SectionSymbols[TargetSection]; in MakeRelocationTables()
635 *inlinep -= int32_t(NewSectionHeaders[TargetSection].sh_addr - SourceAddress); in MakeRelocationTables()
642 TranslateAddress(TargetAddress, TargetSection, TargetOffset); in MakeRelocationTables()
643 if (TargetSection == 0) { in MakeRelocationTables()
645 NewRelocEntry.r_sym = SectionSymbols[TargetSection]; in MakeRelocationTables()
662 TranslateAddress(TargetAddress, TargetSection, TargetOffset); in MakeRelocationTables()
664 if (RefSection == 0 || TargetSection == 0) { in MakeRelocationTables()
674 NewRelocEntry.r_sym = SectionSymbols[TargetSection]; in MakeRelocationTables()
725 TargetSection = NewSectIndex[secold]; in MakeRelocationTables()
726 NewRelocEntry.r_sym = SectionSymbols[TargetSection]; in MakeRelocationTables()
736 TargetOffset = uint32_t(NewSectionHeaders[TargetSection].sh_addr); in MakeRelocationTables()
743 TranslateAddress(*inlinep, TargetSection, TargetOffset); in MakeRelocationTables()
744 if (TargetSection == 0) { // Target not found in MakeRelocationTables()
748 *inlinep -= int32_t(NewSectionHeaders[TargetSection].sh_addr); in MakeRelocationTables()
790 uint32_t TargetSection; // New section index of relocation target in MakeRelocationTables() local
885 TargetSection = NewSectIndex[symold]; in MakeRelocationTables()
886 NewRelocEntry.r_sym = SectionSymbols[TargetSection]; in MakeRelocationTables()
892 uint64_t TargetSectAddr = NewSectionHeaders[TargetSection].sh_addr; in MakeRelocationTables()