Lines Matching full:section
38 struct section { struct
45 struct section *base, *rela; argument
58 struct section *sec; argument
71 struct section *rela_sec;
89 struct section *find_section_by_name(struct elf *elf, const char *name);
90 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset);
92 struct symbol *find_symbol_containing(struct section *sec, unsigned long offset);
93 struct rela *find_rela_by_dest(struct section *sec, unsigned long offset);
94 struct rela *find_rela_by_dest_range(struct section *sec, unsigned long offset,
96 struct symbol *find_containing_func(struct section *sec, unsigned long offset);
97 struct section *elf_create_section(struct elf *elf, const char *name, size_t
99 struct section *elf_create_rela_section(struct elf *elf, struct section *base);
100 int elf_rebuild_rela_section(struct section *sec);