Searched refs:r_offset (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/ |
D | Elf64Convert.c | 774 Targ = mCoffFile + SecOffset + (Rel->r_offset - SecShdr->sh_addr); in WriteSections64() 789 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)), in WriteSections64() 797 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)), in WriteSections64() 805 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)), in WriteSections64() 827 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)), in WriteSections64() 975 mCoffSectionsOffset[RelShdr->sh_info] + (Rel->r_offset - SecShdr->sh_addr)); in WriteRelocations64() 978 + (Rel->r_offset - SecShdr->sh_addr)), in WriteRelocations64() 984 mCoffSectionsOffset[RelShdr->sh_info] + (Rel->r_offset - SecShdr->sh_addr)); in WriteRelocations64() 987 + (Rel->r_offset - SecShdr->sh_addr)), in WriteRelocations64() 1022 + (Rel->r_offset - SecShdr->sh_addr)), in WriteRelocations64() [all …]
|
D | elf32.h | 136 Elf32_Addr r_offset; /* Location to be relocated. */ member 142 Elf32_Addr r_offset; /* Location to be relocated. */ member
|
D | elf64.h | 144 Elf64_Addr r_offset; /* Location to be relocated. */ member 150 Elf64_Addr r_offset; /* Location to be relocated. */ member
|
D | Elf32Convert.c | 761 Targ = mCoffFile + SecOffset + (Rel->r_offset - SecShdr->sh_addr); in WriteSections32() 911 + (Rel->r_offset - SecShdr->sh_addr), in WriteRelocations32() 965 + (Rel->r_offset - SecShdr->sh_addr), in WriteRelocations32() 971 … gMovwOffset = mCoffSectionsOffset[RelShdr->sh_info] + (Rel->r_offset - SecShdr->sh_addr); in WriteRelocations32() 975 …if ((gMovwOffset + 4) != (mCoffSectionsOffset[RelShdr->sh_info] + (Rel->r_offset - SecShdr->sh_ad… in WriteRelocations32() 976 … +4 != %x.", gMovwOffset, mCoffSectionsOffset[RelShdr->sh_info] + (Rel->r_offset - SecShdr->sh_add… in WriteRelocations32() 984 + (Rel->r_offset - SecShdr->sh_addr), in WriteRelocations32() 1077 CoffAddFixup (Rel->r_offset, EFI_IMAGE_REL_BASED_HIGHLOW); in WriteRelocations32()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ |
D | elf32.h | 136 Elf32_Addr r_offset; /* Location to be relocated. */ member 142 Elf32_Addr r_offset; /* Location to be relocated. */ member
|
D | elf64.h | 144 Elf64_Addr r_offset; /* Location to be relocated. */ member 150 Elf64_Addr r_offset; /* Location to be relocated. */ member
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess_elf.c | 744 " --> 0x%08" PRIx32, i, relocs[i].r_offset, type, sym, in genElfNanoRelocs() 750 if (!IS_IN_RAM(relocs[i].r_offset)) { in genElfNanoRelocs() 754 uint32_t offset = relocs[i].r_offset - RAM_BASE; in genElfNanoRelocs()
|