Lines Matching refs:mod
738 unsigned char *end, struct module *mod) in dwarf_parse_cie() argument
858 if (mod != NULL) in dwarf_parse_cie()
859 list_add_tail(&cie->link, &mod->arch.cie_list); in dwarf_parse_cie()
869 unsigned char *end, struct module *mod) in dwarf_parse_fde() argument
950 if (mod != NULL) in dwarf_parse_fde()
951 list_add_tail(&fde->link, &mod->arch.fde_list); in dwarf_parse_fde()
1029 struct module *mod) in dwarf_parse_section() argument
1066 err = dwarf_parse_cie(entry, p, len, end, mod); in dwarf_parse_section()
1073 end, mod); in dwarf_parse_section()
1134 void module_dwarf_cleanup(struct module *mod) in module_dwarf_cleanup() argument
1142 list_for_each_entry_safe(cie, ctmp, &mod->arch.cie_list, link) { in module_dwarf_cleanup()
1152 list_for_each_entry_safe(fde, ftmp, &mod->arch.fde_list, link) { in module_dwarf_cleanup()