Searched refs:Elf32_Rel (Results 1 – 21 of 21) sorted by relevance
66 if (INVALID_NDX (ndx, Elf32_Rel, &data_scn->d)) in gelf_getrel()73 Elf32_Rel *src = &((Elf32_Rel *) data_scn->d.d_buf)[ndx]; in gelf_getrel()
62 Elf32_Rel *rel; in gelf_update_rel()75 if (INVALID_NDX (ndx, Elf32_Rel, &data_scn->d)) in gelf_update_rel()81 rel = &((Elf32_Rel *) data_scn->d.d_buf)[ndx]; in gelf_update_rel()
635 } Elf32_Rel; typedef
14 # X86 relocations use the Elf32_Rel format. Addends are neither stored in the
38 # ARM relocations use the Elf32_Rel format. Addends are neither stored in the
3 ## Elf32_Rel dynamic relocations by default, but can use Elf32_Rela with -z rela.
165 } Elf32_Rel; typedef
123 const Elf64_Xword ShEntSize = ELF64 ? sizeof(Elf64_Rela) : sizeof(Elf32_Rel); in createRelocationSection()124 static_assert(sizeof(Elf64_Rela) == 24 && sizeof(Elf32_Rel) == 8, in createRelocationSection()
381 Elf32_Rel Rel; in writeData()
919 struct Elf32_Rel { struct
921 struct Elf32_Rel { struct
1086 struct Elf32_Rel { struct
1113 struct Elf32_Rel { struct
126 typedef Elf32_Rel Rel;
965 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in createRelocationSection()
416 } Elf32_Rel; typedef
525 } Elf32_Rel; typedef
795 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in createRelocationSection()
484 static void *relocateSymbol(const ElfHeader *elfHeader, const Elf32_Rel &relocation, const SectionH… in relocateSymbol()700 … const Elf32_Rel &relocation = ((const Elf32_Rel *)(elfImage + sectionHeader[i].sh_offset))[index]; in loadImage()
466 } Elf32_Rel;