Lines Matching refs:section
26 struct section { struct
33 struct section *base, *rela; argument
46 struct section *sec; argument
60 struct section *sec;
79 struct section *find_section_by_name(struct elf *elf, const char *name);
80 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset);
82 struct symbol *find_symbol_containing(struct section *sec, unsigned long offset);
83 struct rela *find_rela_by_dest(struct section *sec, unsigned long offset);
84 struct rela *find_rela_by_dest_range(struct section *sec, unsigned long offset,
86 struct symbol *find_containing_func(struct section *sec, unsigned long offset);
87 struct section *elf_create_section(struct elf *elf, const char *name, size_t
89 struct section *elf_create_rela_section(struct elf *elf, struct section *base);
90 int elf_rebuild_rela_section(struct section *sec);