Lines Matching defs:sec

132 	struct section *sec;  in find_section_by_name()  local
145 struct section *sec; in find_section_by_index() local
167 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset) in find_symbol_by_offset()
180 struct symbol *find_func_by_offset(struct section *sec, unsigned long offset) in find_func_by_offset()
193 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset) in find_symbol_containing()
209 int find_symbol_hole_containing(const struct section *sec, unsigned long offset) in find_symbol_hole_containing()
246 struct symbol *find_func_containing(struct section *sec, unsigned long offset) in find_func_containing()
271 struct reloc *find_reloc_by_dest_range(const struct elf *elf, struct section *sec, in find_reloc_by_dest_range()
301 struct reloc *find_reloc_by_dest(const struct elf *elf, struct section *sec, unsigned long offset) in find_reloc_by_dest()
306 static bool is_dwarf_section(struct section *sec) in is_dwarf_section()
314 struct section *sec; in read_sections() local
440 struct section *symtab, *symtab_shndx, *sec; in read_symbols() local
797 elf_create_section_symbol(struct elf *elf, struct section *sec) in elf_create_section_symbol()
889 struct reloc *elf_init_reloc_text_sym(struct elf *elf, struct section *sec, in elf_init_reloc_text_sym()
922 struct reloc *elf_init_reloc_data_sym(struct elf *elf, struct section *sec, in elf_init_reloc_data_sym()
1096 struct section *sec, *shstrtab; in elf_create_section() local
1174 struct section *sec, in elf_create_rela_section()
1216 struct section *sec; in elf_create_section_pair() local
1228 int elf_write_insn(struct elf *elf, struct section *sec, in elf_write_insn()
1255 static int elf_truncate_section(struct elf *elf, struct section *sec) in elf_truncate_section()
1302 struct section *sec; in elf_write() local