Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:mod

93 validate (Dwfl_Module *mod, int fd, bool check, GElf_Word debuglink_crc)
96 if (mod->build_id_len > 0)
101 mod->debug.elf = elf_begin (fd, ELF_C_READ_MMAP_PRIVATE, NULL);
102 if (likely (__libdwfl_find_build_id (mod, false, mod->debug.elf) == 2))
104 mod->debug.valid = true;
108 elf_end (mod->debug.elf);
109 mod->debug.elf = NULL;
110 mod->debug.valid = false;
113 return mod->debug.valid;
120 find_debuginfo_in_path (Dwfl_Module *mod, const char *file_name,
146 const Dwfl_Callbacks *const cb = mod->dwfl->callbacks;
227 if (validate (mod, fd, check, debuglink_crc))
255 dwfl_standard_find_debuginfo (Dwfl_Module *mod,
268 if (INTUSE(dwfl_module_build_id) (mod, &bits, &vaddr) > 0)
270 int fd = INTUSE(dwfl_build_id_find_debuginfo) (mod,
279 int fd = find_debuginfo_in_path (mod, file_name,
290 fd = find_debuginfo_in_path (mod, canon,