Searched defs:SecAddr (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/common/ldr/ |
H A D | ldrELFRelocatable.cpp.h | 181 * @param SecAddr The section address. This is the address the relocations are relative to. 190 const Elf_Addr SecAddr, Elf_Size cbSec, 294 Log4((FMT_ELF_ADDR": R_386_32 Value=" FMT_ELF_ADDR "\n", SecAddr + paRels[iRel].r_offset + BaseAddr, Value)); 310 const Elf_Addr SourceAddr = SecAddr + paRels[iRel].r_offset + BaseAddr; /* Where the source really is. */ 316 Log4((FMT_ELF_ADDR": R_386_PC32 Value=" FMT_ELF_ADDR "\n", SecAddr + paRels[iRel].r_offset + BaseAddr, Value)); 329 SecAddr + paRels[iRel].r_offset + BaseAddr, Value, SymValue)); 340 SecAddr + paRels[iRel].r_offset + BaseAddr, Value, SymValue)); 353 SecAddr + paRels[iRel].r_offset + BaseAddr, Value, SymValue)); 363 const Elf_Addr SourceAddr = SecAddr + paRels[iRel].r_offset + BaseAddr; /* Where the source really is. */ 500 * @param SecAddr Th 188 RelocateSectionExecDyn(PRTLDRMODELF pModElf, Elf_Addr BaseAddr, PFNRTLDRIMPORT pfnGetImport, void *pvUser, const Elf_Addr SecAddr, Elf_Size cbSec, const uint8_t *pu8SecBaseR, uint8_t *pu8SecBaseW, const void *pvRelocs, Elf_Size cbRelocs) argument 507 RelocateSection(PRTLDRMODELF pModElf, Elf_Addr BaseAddr, PFNRTLDRIMPORT pfnGetImport, void *pvUser, const Elf_Addr SecAddr, Elf_Size cbSec, const uint8_t *pu8SecBaseR, uint8_t *pu8SecBaseW, const void *pvRelocs, Elf_Size cbRelocs) argument [all...] |
Completed in 226 milliseconds