Searched refs:Targ (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A DAntlrPPC.mak51 -o {Targ} {Sym�PPC} �
62 {PPCC} "::support:set:set.c" -o {Targ} {PPCCOptions}
64 {PPCC} antlr.c -o {Targ} {PPCCOptions}
66 {PPCC} bits.c -o {Targ} {PPCCOptions}
68 {PPCC} build.c -o {Targ} {PPCCOptions}
70 {PPCC} egman.c -o {Targ} {PPCCOptions}
72 {PPCC} err.c -o {Targ} {PPCCOptions}
74 {PPCC} fcache.c -o {Targ} {PPCCOptions}
76 {PPCC} fset2.c -o {Targ} {PPCCOptions}
78 {PPCC} fset.c -o {Targ} {PPCCOption
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A DDlgPPC.mak40 -o {Targ} {Sym�PPC} �
53 {PPCC} automata.c -o {Targ} {PPCCOptions}
56 {PPCC} dlg_a.c -o {Targ} {PPCCOptions}
59 {PPCC} dlg_p.c -o {Targ} {PPCCOptions}
62 {PPCC} err.c -o {Targ} {PPCCOptions}
65 {PPCC} main.c -o {Targ} {PPCCOptions}
68 {PPCC} output.c -o {Targ} {PPCCOptions}
71 {PPCC} relabel.c -o {Targ} {PPCCOptions}
74 {PPCC} support.c -o {Targ} {PPCCOptions}
77 {PPCC} "::support:set:set.c" -o {Targ} {PPCCOption
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElf64Convert.c559 UINT8 *Targ; local
572 Targ = mCoffFile + SecOffset + (Rel->r_offset - SecShdr->sh_addr);
585 *(UINT64 *)Targ);
586 *(UINT64 *)Targ = *(UINT64 *)Targ - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx];
587 VerboseMsg ("Relocation: 0x%016LX", *(UINT64*)Targ);
593 *(UINT32 *)Targ);
594 *(UINT32 *)Targ = (UINT32)((UINT64)(*(UINT32 *)Targ) - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx]);
595 VerboseMsg ("Relocation: 0x%08X", *(UINT32*)Targ);
[all...]
H A DElf32Convert.c594 UINT8 *Targ; local
615 Targ = mCoffFile + SecOffset + (Rel->r_offset - SecShdr->sh_addr);
627 // Converts Targ from a absolute virtual address to the absolute
630 *(UINT32 *)Targ = *(UINT32 *)Targ - SymShdr->sh_addr
637 *(UINT32 *)Targ = *(UINT32 *)Targ
692 ThumbMovtImmediatePatch ((UINT16 *)Targ, Address);
698 ThumbMovtImmediatePatch ((UINT16 *)Targ, Address);
706 *(UINT32 *)Targ
738 UINT8 *Targ; local
[all...]

Completed in 2518 milliseconds