Lines Matching refs:sections
28 list_for_each_entry(sec, &elf->sections, list) in find_section_by_name()
40 list_for_each_entry(sec, &elf->sections, list) in find_section_by_index()
52 list_for_each_entry(sec, &elf->sections, list) in find_symbol_by_index()
77 list_for_each_entry(sec, &elf->sections, list) in find_symbol_by_name()
161 list_add_tail(&sec->list, &elf->sections); in read_sections()
296 list_for_each_entry(sec, &elf->sections, list) { in read_symbols()
357 list_for_each_entry(sec, &elf->sections, list) { in read_relas()
418 INIT_LIST_HEAD(&elf->sections); in elf_read()
481 list_add_tail(&sec->list, &elf->sections); in elf_create_section()
631 list_for_each_entry(sec, &elf->sections, list) { in elf_write()
669 list_for_each_entry_safe(sec, tmpsec, &elf->sections, list) { in elf_close()