Lines Matching refs:section

34 struct section *find_section_by_name(struct elf *elf, const char *name)  in find_section_by_name()
36 struct section *sec; in find_section_by_name()
45 static struct section *find_section_by_index(struct elf *elf, in find_section_by_index()
48 struct section *sec; in find_section_by_index()
59 struct section *sec; in find_symbol_by_index()
70 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset) in find_symbol_by_offset()
84 struct section *sec; in find_symbol_by_name()
95 struct symbol *find_symbol_containing(struct section *sec, unsigned long offset) in find_symbol_containing()
107 struct rela *find_rela_by_dest_range(struct section *sec, unsigned long offset, in find_rela_by_dest_range()
124 struct rela *find_rela_by_dest(struct section *sec, unsigned long offset) in find_rela_by_dest()
129 struct symbol *find_containing_func(struct section *sec, unsigned long offset) in find_containing_func()
144 struct section *sec; in read_sections()
219 struct section *symtab, *sec; in read_symbols()
346 struct section *sec; in read_relas()
454 struct section *elf_create_section(struct elf *elf, const char *name, in elf_create_section()
457 struct section *sec, *shstrtab; in elf_create_section()
555 struct section *elf_create_rela_section(struct elf *elf, struct section *base) in elf_create_rela_section()
558 struct section *sec; in elf_create_rela_section()
585 int elf_rebuild_rela_section(struct section *sec) in elf_rebuild_rela_section()
620 struct section *sec; in elf_write()
652 struct section *sec, *tmpsec; in elf_close()