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()
241 struct symbol *find_func_containing(struct section *sec, unsigned long offset) in find_func_containing()
266 struct reloc *find_reloc_by_dest_range(const struct elf *elf, struct section *sec, in find_reloc_by_dest_range()
296 struct reloc *find_reloc_by_dest(const struct elf *elf, struct section *sec, unsigned long offset) in find_reloc_by_dest()
301 static bool is_dwarf_section(struct section *sec) in is_dwarf_section()
309 struct section *sec; in read_sections() local
435 struct section *symtab, *symtab_shndx, *sec; in read_symbols() local
792 elf_create_section_symbol(struct elf *elf, struct section *sec) in elf_create_section_symbol()
884 struct reloc *elf_init_reloc_text_sym(struct elf *elf, struct section *sec, in elf_init_reloc_text_sym()
917 struct reloc *elf_init_reloc_data_sym(struct elf *elf, struct section *sec, in elf_init_reloc_data_sym()
1091 struct section *sec, *shstrtab; in elf_create_section() local
1169 struct section *sec, in elf_create_rela_section()
1211 struct section *sec; in elf_create_section_pair() local
1223 int elf_write_insn(struct elf *elf, struct section *sec, in elf_write_insn()
1250 static int elf_truncate_section(struct elf *elf, struct section *sec) in elf_truncate_section()
1297 struct section *sec; in elf_write() local