Searched refs:build_id_vaddr (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/libdwfl/
H A Ddwfl_module_report_build_id.c67 && (mod->build_id_vaddr == vaddr || vaddr == 0)
97 mod->build_id_vaddr = vaddr;
H A Ddwfl_module_build_id.c71 mod->build_id_vaddr = vaddr;
172 *vaddr = mod->build_id_vaddr;
H A Ddwfl_segment_report_module.c277 GElf_Addr build_id_vaddr = 0; local
325 build_id_vaddr = note_desc - (const void *) notes + vaddr;
550 build_id_vaddr)))
H A DlibdwflP.h153 GElf_Addr build_id_vaddr; /* Address where they reside, 0 if unknown. */ member in struct:Dwfl_Module

Completed in 34 milliseconds