Lines Matching defs:reloc
36 struct section *base, *reloc;
67 struct reloc {
123 static inline u32 reloc_hash(struct reloc *reloc)
125 return sec_offset_hash(reloc->sec, reloc->offset);
140 int elf_write_reloc(struct elf *elf, struct reloc *reloc);
149 struct reloc *find_reloc_by_dest(const struct elf *elf, struct section *sec, unsigned long offset);
150 struct reloc *find_reloc_by_dest_range(const struct elf *elf, struct section *sec,