Lines Matching refs:sections
38 list_for_each_entry(sec, &elf->sections, list) in find_section_by_name()
50 list_for_each_entry(sec, &elf->sections, list) in find_section_by_index()
62 list_for_each_entry(sec, &elf->sections, list) in find_symbol_by_index()
87 list_for_each_entry(sec, &elf->sections, list) in find_symbol_by_name()
171 list_add_tail(&sec->list, &elf->sections); in read_sections()
299 list_for_each_entry(sec, &elf->sections, list) { in read_symbols()
351 list_for_each_entry(sec, &elf->sections, list) { in read_relas()
411 INIT_LIST_HEAD(&elf->sections); in elf_open()
474 list_add_tail(&sec->list, &elf->sections); in elf_create_section()
624 list_for_each_entry(sec, &elf->sections, list) { in elf_write()
662 list_for_each_entry_safe(sec, tmpsec, &elf->sections, list) { in elf_close()