Searched refs:check_notes (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/libdwelf/ |
D | dwelf_elf_gnu_build_id.c | 39 check_notes (Elf_Data *data, GElf_Addr data_elfaddr, in check_notes() function 88 result = check_notes (elf_getdata_rawchunk (elf, in find_elf_build_id() 116 result = check_notes (elf_getdata (scn, NULL), vaddr, in find_elf_build_id()
|
D | ChangeLog | 66 'check_notes' to file scope.
|
/external/elfutils/libdwfl/ |
D | linux-kernel-modules.c | 573 check_notes (Dwfl_Module *mod, const char *notesfile, in check_notes() function 658 return check_notes (kernelmod, KNOTESFILE, vaddr, NULL) < 0 ? -1 : 0; in check_kernel_notes() 685 result = check_notes (mod, f->fts_accpath, 0, f->fts_name); in check_module_notes()
|
D | ChangeLog | 317 * linux-kernel-modules.c (check_notes): Check name and type of note 734 (check_notes): Likewise. 1685 * dwfl_module_build_id.c (check_notes): Move into 1690 (__libdwfl_find_elf_build_id) (check_notes): Remove parameters mod and 1692 (__libdwfl_find_elf_build_id): Update the check_notes caller, do not 2391 * dwfl_module_build_id.c (check_notes): Fix typo in vaddr calculation. 2634 * dwfl_module_build_id.c (check_notes): Take -1, not 0, as stub value 2719 (check_notes): New function.
|