Searched refs:Rel (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/ |
D | Elf32Convert.c | 654 Elf_Rel *Rel = (Elf_Rel *)((UINT8*)mEhdr + RelShdr->sh_offset + RelOffset); in WriteSections32() local 659 Elf_Sym *Sym = (Elf_Sym *)(Symtab + ELF_R_SYM(Rel->r_info) * SymtabShdr->sh_entsize); in WriteSections32() 683 Targ = mCoffFile + SecOffset + (Rel->r_offset - SecShdr->sh_addr); in WriteSections32() 689 switch (ELF_R_TYPE(Rel->r_info)) { in WriteSections32() 710 …", "%s unsupported ELF EM_386 relocation 0x%x.", mInImageName, (unsigned) ELF_R_TYPE(Rel->r_info)); in WriteSections32() 713 switch (ELF32_R_TYPE(Rel->r_info)) { in WriteSections32() 779 …: %s unsupported ELF EM_ARM relocation 0x%x.", mInImageName, (unsigned) ELF32_R_TYPE(Rel->r_info)); in WriteSections32() 802 Elf_Rel *Rel; in WriteRelocations32() local 818 Elf_Rel *Rel = (Elf_Rel *)((UINT8*)mEhdr + RelShdr->sh_offset + RelIdx); in WriteRelocations32() local 821 switch (ELF_R_TYPE(Rel->r_info)) { in WriteRelocations32() [all …]
|
D | Elf64Convert.c | 652 Elf_Rela *Rel = (Elf_Rela *)((UINT8*)mEhdr + RelShdr->sh_offset + RelIdx); in WriteSections64() local 657 Elf_Sym *Sym = (Elf_Sym *)(Symtab + ELF_R_SYM(Rel->r_info) * SymtabShdr->sh_entsize); in WriteSections64() 683 Targ = mCoffFile + SecOffset + (Rel->r_offset - SecShdr->sh_addr); in WriteSections64() 689 switch (ELF_R_TYPE(Rel->r_info)) { in WriteSections64() 698 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)), in WriteSections64() 706 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)), in WriteSections64() 714 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)), in WriteSections64() 725 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)), in WriteSections64() 733 …"%s unsupported ELF EM_X86_64 relocation 0x%x.", mInImageName, (unsigned) ELF_R_TYPE(Rel->r_info)); in WriteSections64() 737 switch (ELF_R_TYPE(Rel->r_info)) { in WriteSections64() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
D | ParserValidate.py | 257 for Rel in ['/', './', '../']: 258 if OrigPath.startswith(Rel): 260 for Rel in ['//', '/./', '/../']: 261 if Rel in OrigPath: 263 for Rel in ['/.', '/..', '/']: 264 if OrigPath.endswith(Rel):
|
D | ExpressionValidate.py | 239 return self.Rel() 243 def Rel(self): member in _LogicalExpressionParser
|