Changeset 44042 in vbox for trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h
- Timestamp:
- Dec 5, 2012 2:52:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h
r41510 r44042 282 282 * Get the symbol. 283 283 */ 284 const Elf_Sym *pSym ;284 const Elf_Sym *pSym = NULL; /* shut up gcc */ 285 285 Elf_Addr SymValue = 0; /* shut up gcc-4 */ 286 286 int rc = RTLDRELF_NAME(Symbol)(pModElf, BaseAddr, pfnGetImport, pvUser, ELF_R_SYM(paRels[iRel].r_info), &pSym, &SymValue);
Note:
See TracChangeset
for help on using the changeset viewer.