Searched refs:Sym (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dtemplate.h13 } Sym, *SymPtr; typedef in typeref:struct:_sym
18 void zzs_add(char *, Sym *);
19 Sym *zzs_get(char *);
20 void zzs_del(Sym *);
22 Sym **zzs_scope(Sym **);
23 Sym *zzs_rmscope(Sym **);
25 Sym *zzs_new(char *);
26 Sym *zzs_newad
[all...]
H A Dsym.c6 * 'sym.h' must have a definition for typedef "Sym". Sym must include at
43 * 'sc'. 'sc' is of 'Sym **sc' type and must be
58 * zzs_new(key) -- Create a new record with calloc() of type Sym.
72 * Sym *scope1=NULL, *scope2=NULL, *a, *p;
121 static Sym **CurScope = NULL;
123 static Sym **table=NULL;
136 table = (Sym **) calloc(sz, sizeof(Sym *));
164 void zzs_add(char *key,Sym re
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A DDlgPPC.mak21 Sym�PPC =
24 PPCCOptions = {Includes} {Sym�PPC} -w off -d MPW -d __STDC__=1 -d USER_ZZSYN
40 -o {Targ} {Sym�PPC} �
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A DAntlrPPC.mak27 Sym�PPC =
29 PPCCOptions = {Includes} {Sym�PPC} -w off -d MPW -d __STDC__=1 -d USER_ZZSYN
51 -o {Targ} {Sym�PPC} �
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp728 Log2(("CV Sym: %04x:%08x %.*s\n", iSeg, off, cchName, pchName));
1830 IMAGE_SYMBOL Sym; local
1831 memcpy(&Sym, &paSymbols[iSymbol], sizeof(Sym));
1832 RTDBGMODCV_CHECK_NOMSG_RET_BF(Sym.NumberOfAuxSymbols < cSymbols);
1836 if (Sym.N.Name.Short)
1837 pszName = (const char *)memcpy(szShort, &Sym.N, 8);
1840 RTDBGMODCV_CHECK_NOMSG_RET_BF(Sym.N.Name.Long < cbStrTab);
1841 pszName = pszzStrTab + Sym.N.Name.Long;
1848 iSymbol, Sym
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElf64Convert.c557 Elf_Sym *Sym = (Elf_Sym *)(Symtab + ELF_R_SYM(Rel->r_info) * SymtabShdr->sh_entsize); local
561 if (Sym->st_shndx == SHN_UNDEF
562 || Sym->st_shndx == SHN_ABS
563 || Sym->st_shndx > mEhdr->e_shnum) {
566 SymShdr = GetShdrByIndex(Sym->st_shndx);
586 *(UINT64 *)Targ = *(UINT64 *)Targ - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx];
594 *(UINT32 *)Targ = (UINT32)((UINT64)(*(UINT32 *)Targ) - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx]);
602 *(INT32 *)Targ = (INT32)((INT64)(*(INT32 *)Targ) - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx]);
614 + (mCoffSectionsOffset[Sym->st_shndx] - SymShdr->sh_addr)
H A DElf32Convert.c591 Elf_Sym *Sym = (Elf_Sym *)(Symtab + ELF_R_SYM(Rel->r_info) * SymtabShdr->sh_entsize); local
601 if (Sym->st_shndx == SHN_UNDEF
602 || Sym->st_shndx == SHN_ABS
603 || Sym->st_shndx > mEhdr->e_shnum) {
606 SymShdr = GetShdrByIndex(Sym->st_shndx);
631 + mCoffSectionsOffset[Sym->st_shndx];
638 + (mCoffSectionsOffset[Sym->st_shndx] - SymShdr->sh_addr)
691 Address = (UINT16)(Sym->st_value - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx]);
697 Address = (UINT16)((Sym
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFDisas.cpp376 RTDBGSYMBOL Sym; local
379 &off, &Sym, NULL /*phMod*/);
385 size_t cchName = strlen(Sym.szName);
388 memcpy(pszBuf, Sym.szName, cchName);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dfbt.c206 Sym *sym = (Sym *)(symhdr->sh_addr + i * symsize);
/vbox/src/VBox/Runtime/include/internal/
H A DldrPE.h939 } Sym; member in union:_IMAGE_AUX_SYMBOL
1003 } Sym; member in union:_IMAGE_AUX_SYMBOL_EX
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp689 RTDBGSYMBOL Sym; local
693 RTDBGSYMADDR_FLAGS_LESS_OR_EQUAL, &off, &Sym, NULL);
697 DBGCCmdHlpPrintf(&pDbgc->CmdHlp, "%s", Sym.szName);
699 DBGCCmdHlpPrintf(&pDbgc->CmdHlp, "%s+%RGv", Sym.szName, off);
701 DBGCCmdHlpPrintf(&pDbgc->CmdHlp, "%s-%RGv", Sym.szName, -off);
/vbox/src/recompiler/
H A DVBoxRecompiler.c4186 RTDBGSYMBOL Sym; local
4190 RTDBGSYMADDR_FLAGS_LESS_OR_EQUAL, &off, &Sym, NULL /*phMod*/);
4193 static char szSym[sizeof(Sym.szName) + 48];
4195 RTStrPrintf(szSym, sizeof(szSym), "%s\n", Sym.szName);
4197 RTStrPrintf(szSym, sizeof(szSym), "%s+%x\n", Sym.szName, off);
4199 RTStrPrintf(szSym, sizeof(szSym), "%s-%x\n", Sym.szName, -off);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h3036 } Sym; member in union:_IMAGE_AUX_SYMBOL
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h2821 } Sym; member in union:_IMAGE_AUX_SYMBOL

Completed in 215 milliseconds