Home | History | Annotate | Download | only in dwarf

Lines Matching refs:mdi

185           struct elf_image mdi;
196 (uint8_t**)&mdi.u.mapped.image, &mdi.u.mapped.size)) {
199 mdi.valid = elf_w (valid_object_mapped) (&mdi);
200 mdi.mapped = true;
202 if (elf_w (find_section_mapped) (&mdi, ".debug_frame", &found_section, bufsize, NULL)) {
207 free(mdi.u.mapped.image);
212 if (elf_w (find_section_mapped) (&mdi, ".text", NULL, NULL, &old_text_vaddr)) {
228 free(mdi.u.mapped.image);