Searched refs:Elf32_Rel (Results 1 – 4 of 4) sorted by relevance
138 } Elf32_Rel; typedef
82 typedef Elf32_Rel Elf_Rel;1066 Rel = (Elf32_Rel *) ((UINT8 *) mEhdr + DynamicSegment->p_offset + RelOffset + K); in WriteRelocations32()1069 Rel = (Elf32_Rel *) ((UINT8 *) mEhdr + RelOffset + K); in WriteRelocations32()
720 size_t numDataRelocs = app->relocs.size / sizeof(Elf32_Rel); in genElfNanoRelocs()734 const Elf32_Rel *relocs = (const Elf32_Rel *) app->relocs.data; in genElfNanoRelocs()