Searched refs:Rel (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElf32Convert.c586 Elf_Rel *Rel = (Elf_Rel *)((UINT8*)mEhdr + RelShdr->sh_offset + RelOffset); local
591 Elf_Sym *Sym = (Elf_Sym *)(Symtab + ELF_R_SYM(Rel->r_info) * SymtabShdr->sh_entsize);
615 Targ = mCoffFile + SecOffset + (Rel->r_offset - SecShdr->sh_addr);
621 switch (ELF_R_TYPE(Rel->r_info)) {
642 Error (NULL, 0, 3000, "Invalid", "%s unsupported ELF EM_386 relocation 0x%x.", mInImageName, (unsigned) ELF_R_TYPE(Rel->r_info));
645 switch (ELF32_R_TYPE(Rel->r_info)) {
710 Error (NULL, 0, 3000, "Invalid", "WriteSections (): %s unsupported ELF EM_ARM relocation 0x%x.", mInImageName, (unsigned) ELF32_R_TYPE(Rel->r_info));
733 Elf_Rel *Rel; local
751 Elf_Rel *Rel = (Elf_Rel *)((UINT8*)mEhdr + RelShdr->sh_offset + RelIdx); local
754 switch (ELF_R_TYPE(Rel
[all...]
H A DElf64Convert.c556 Elf_Rela *Rel = (Elf_Rela *)((UINT8*)mEhdr + RelShdr->sh_offset + RelIdx); local
557 Elf_Sym *Sym = (Elf_Sym *)(Symtab + ELF_R_SYM(Rel->r_info) * SymtabShdr->sh_entsize);
572 Targ = mCoffFile + SecOffset + (Rel->r_offset - SecShdr->sh_addr);
575 switch (ELF_R_TYPE(Rel->r_info)) {
584 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)),
592 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)),
600 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)),
611 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)),
619 Error (NULL, 0, 3000, "Invalid", "%s unsupported ELF EM_X86_64 relocation 0x%x.", mInImageName, (unsigned) ELF_R_TYPE(Rel->r_info));
649 Elf_Rela *Rel local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DParserValidate.py255 for Rel in ['/', './', '../']:
256 if OrigPath.startswith(Rel):
258 for Rel in ['//', '/./', '/../']:
259 if Rel in OrigPath:
261 for Rel in ['/.', '/..', '/']:
262 if OrigPath.endswith(Rel):
H A DExpressionValidate.py233 return self.Rel()
237 def Rel(self): member in class:_LogicalExpressionParser
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp451 SECURITY_DESCRIPTOR_RELATIVE Rel; member in union:__anon16381
483 PSID pOwner = uBuf.Rel.Control & SE_SELF_RELATIVE ? &uBuf.abView[uBuf.Rel.Owner] : uBuf.Abs.Owner;

Completed in 73 milliseconds