Searched refs:r_offset (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/ |
D | Elf64Convert.c | 683 Targ = mCoffFile + SecOffset + (Rel->r_offset - SecShdr->sh_addr); 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() 836 mCoffSectionsOffset[RelShdr->sh_info] + (Rel->r_offset - SecShdr->sh_addr)); in WriteRelocations64() 839 + (Rel->r_offset - SecShdr->sh_addr)), in WriteRelocations64() 845 mCoffSectionsOffset[RelShdr->sh_info] + (Rel->r_offset - SecShdr->sh_addr)); in WriteRelocations64() 848 + (Rel->r_offset - SecShdr->sh_addr)), in WriteRelocations64() 884 + (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 | 683 Targ = mCoffFile + SecOffset + (Rel->r_offset - SecShdr->sh_addr); in WriteSections32() 833 + (Rel->r_offset - SecShdr->sh_addr), in WriteRelocations32() 887 + (Rel->r_offset - SecShdr->sh_addr), in WriteRelocations32() 893 … gMovwOffset = mCoffSectionsOffset[RelShdr->sh_info] + (Rel->r_offset - SecShdr->sh_addr); in WriteRelocations32() 897 …if ((gMovwOffset + 4) != (mCoffSectionsOffset[RelShdr->sh_info] + (Rel->r_offset - SecShdr->sh_ad… in WriteRelocations32() 898 … +4 != %x.", gMovwOffset, mCoffSectionsOffset[RelShdr->sh_info] + (Rel->r_offset - SecShdr->sh_add… in WriteRelocations32() 906 + (Rel->r_offset - SecShdr->sh_addr), in WriteRelocations32() 999 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 | 741 " --> 0x%08" PRIx32, i, relocs[i].r_offset, type, sym, in genElfNanoRelocs() 747 if (!IS_IN_RAM(relocs[i].r_offset)) { in genElfNanoRelocs() 751 uint32_t offset = relocs[i].r_offset - RAM_BASE; in genElfNanoRelocs()
|