Lines Matching refs:section
38 struct section { struct
45 struct section *base, *rela; argument
58 struct section *sec; argument
88 struct section *find_section_by_name(struct elf *elf, const char *name);
89 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset);
91 struct symbol *find_symbol_containing(struct section *sec, unsigned long offset);
92 struct rela *find_rela_by_dest(struct section *sec, unsigned long offset);
93 struct rela *find_rela_by_dest_range(struct section *sec, unsigned long offset,
95 struct symbol *find_containing_func(struct section *sec, unsigned long offset);
96 struct section *elf_create_section(struct elf *elf, const char *name, size_t
98 struct section *elf_create_rela_section(struct elf *elf, struct section *base);
99 int elf_rebuild_rela_section(struct section *sec);