Lines Matching refs:xlateto
351 Elf_Data xlateto = in dwfl_segment_report_module() local
365 if (elf32_xlatetom (&xlateto, &xlatefrom, ei_data) == NULL) in dwfl_segment_report_module()
378 if (elf64_xlatetom (&xlateto, &xlatefrom, ei_data) == NULL) in dwfl_segment_report_module()
400 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR; in dwfl_segment_report_module()
420 xlateto.d_buf = phdrsp; in dwfl_segment_report_module()
421 xlateto.d_size = phdrsp_bytes; in dwfl_segment_report_module()
469 xlatefrom.d_type = xlateto.d_type = ELF_T_NHDR; in dwfl_segment_report_module()
472 xlateto.d_buf = notes; in dwfl_segment_report_module()
473 xlateto.d_size = filesz; in dwfl_segment_report_module()
474 if (elf32_xlatetom (&xlateto, &xlatefrom, in dwfl_segment_report_module()
583 if (elf32_xlatetom (&xlateto, &xlatefrom, ei_data) == NULL) in dwfl_segment_report_module()
594 if (elf64_xlatetom (&xlateto, &xlatefrom, ei_data) == NULL) in dwfl_segment_report_module()
768 xlatefrom.d_type = xlateto.d_type = ELF_T_DYN; in dwfl_segment_report_module()
771 xlateto.d_buf = dyns; in dwfl_segment_report_module()
772 xlateto.d_size = dyn_filesz; in dwfl_segment_report_module()
776 if (elf32_xlatetom (&xlateto, &xlatefrom, ei_data) != NULL) in dwfl_segment_report_module()
783 if (elf64_xlatetom (&xlateto, &xlatefrom, ei_data) != NULL) in dwfl_segment_report_module()