Searched refs:gelf_getnote (Results 1 – 4 of 4) sorted by relevance
/linux/tools/build/feature/ |
H A D | test-libelf-gelf_getnote.c | 7 return gelf_getnote(NULL, 0, NULL, NULL, NULL) == 0; in main()
|
/linux/tools/build/ |
H A D | Makefile.feature | 78 libelf-gelf_getnote \
|
/linux/tools/lib/bpf/ |
H A D | usdt.c | 623 while ((off = gelf_getnote(data, off, &nhdr, &name_off, &desc_off)) > 0) { in collect_usdt_targets()
|
/linux/tools/perf/util/ |
H A D | symbol-elf.c | 2911 for (offset = 0; (next = gelf_getnote(data, offset, &nhdr, &name_off, in construct_sdt_notes_list()
|