Lines Matching full:section
28 struct section { struct
36 struct section *base, *reloc; argument
51 struct section *sec; argument
73 struct section *sec;
108 static inline u32 sec_offset_hash(struct section *sec, unsigned long offset) in sec_offset_hash()
128 struct section *elf_create_section(struct elf *elf, const char *name, unsigned int sh_flags, size_t…
130 int elf_add_reloc(struct elf *elf, struct section *sec, unsigned long offset,
132 int elf_add_reloc_to_insn(struct elf *elf, struct section *sec,
134 struct section *insn_sec, unsigned long insn_off);
136 int elf_write_insn(struct elf *elf, struct section *sec,
143 struct section *find_section_by_name(const struct elf *elf, const char *name);
144 struct symbol *find_func_by_offset(struct section *sec, unsigned long offset);
145 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset);
147 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset);
148 struct reloc *find_reloc_by_dest(const struct elf *elf, struct section *sec, unsigned long offset);
149 struct reloc *find_reloc_by_dest_range(const struct elf *elf, struct section *sec,
151 struct symbol *find_func_containing(struct section *sec, unsigned long offset);