HomeSort by relevance Sort by last modified time
    Searched refs:Targ (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
AntlrPPC.mak 51 -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} {PPCCOptions}
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
DlgPPC.mak 40 -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} {PPCCOptions}
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf64Convert.c 742 UINT8 *Targ;
774 Targ = mCoffFile + SecOffset + (Rel->r_offset - SecShdr->sh_addr);
790 *(UINT64 *)Targ);
791 *(UINT64 *)Targ = *(UINT64 *)Targ - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx];
792 VerboseMsg ("Relocation: 0x%016LX", *(UINT64*)Targ);
798 *(UINT32 *)Targ);
799 *(UINT32 *)Targ = (UINT32)((UINT64)(*(UINT32 *)Targ) - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx]);
800 VerboseMsg ("Relocation: 0x%08X", *(UINT32*)Targ);
    [all...]
Elf32Convert.c 731 UINT8 *Targ;
761 Targ = mCoffFile + SecOffset + (Rel->r_offset - SecShdr->sh_addr);
773 // Converts Targ from a absolute virtual address to the absolute
776 *(UINT32 *)Targ = *(UINT32 *)Targ - SymShdr->sh_addr
783 *(UINT32 *)Targ = *(UINT32 *)Targ
839 ThumbMovtImmediatePatch ((UINT16 *)Targ, Address);
845 ThumbMovtImmediatePatch ((UINT16 *)Targ, Address);
853 *(UINT32 *)Targ = *(UINT32 *)Targ - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx];
    [all...]
  /bionic/libc/kernel/uapi/linux/
cciss_defs.h 69 BYTE Targ : 6;
  /external/kernel-headers/original/uapi/linux/
cciss_defs.h 71 BYTE Targ:6;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cciss_defs.h 70 BYTE Targ:6;
  /external/ltp/testcases/network/netstress/
netstress.c 114 static char *narg, *Narg, *qarg, *rarg, *Rarg, *aarg, *Targ, *barg, *targ, variable
725 if (tst_parse_int(Targ, &wait_timeout, 0, INT_MAX))
726 tst_brk(TBROK, "Invalid wait timeout '%s'", Targ);
729 if (tst_parse_int(targ, &tfo_value, 0, INT_MAX))
730 tst_brk(TBROK, "Invalid net.ipv4.tcp_fastopen '%s'", targ);
833 {"t:", &targ, "-t x Set tcp_fastopen value"},
846 {"m:", &Targ, "-m x Reply timeout in microsec."},

Completed in 234 milliseconds