Lines Matching defs:result
70 int result = __libdwfl_find_elf_build_id (mod, elf, &build_id_bits,
72 if (result <= 0)
73 return result;
91 int result = __libdwfl_find_build_id (mod, true, mod->main.elf);
92 if (result <= 0)
94 mod->build_id_len = -1; /* Cache negative result. */
95 return result;
116 int result = INTUSE(dwfl_module_build_id) (mod, bits, vaddr);
117 if (result > 0)
118 *vaddr += (result + 3) & -4;
119 return result;