Lines Matching defs:offset
55 unsigned long offset;
76 unsigned long offset;
109 static inline u32 sec_offset_hash(struct section *sec, unsigned long offset)
113 offset &= OFFSET_STRIDE_MASK;
115 ol = offset;
116 oh = (offset >> 16) >> 16;
125 return sec_offset_hash(reloc->sec, reloc->offset);
131 int elf_add_reloc(struct elf *elf, struct section *sec, unsigned long offset,
134 unsigned long offset, unsigned int type,
138 unsigned long offset, unsigned int len,
145 struct symbol *find_func_by_offset(struct section *sec, unsigned long offset);
146 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset);
148 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset);
149 struct reloc *find_reloc_by_dest(const struct elf *elf, struct section *sec, unsigned long offset);
151 unsigned long offset, unsigned int len);
152 struct symbol *find_func_containing(struct section *sec, unsigned long offset);