Home
last modified time | relevance | path

Searched refs:fde_list (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/sh/include/asm/
H A Dmodule.h9 struct list_head fde_list; member
/openbmc/linux/arch/sh/kernel/
H A Ddwarf.c949 list_add_tail(&fde->link, &mod->arch.fde_list); in dwarf_parse_fde()
1111 INIT_LIST_HEAD(&me->arch.fde_list); in module_dwarf_finalize()
1148 list_for_each_entry_safe(fde, ftmp, &mod->arch.fde_list, link) { in module_dwarf_cleanup()