Home
last modified time | relevance | path

Searched refs:gelf_getnote (Results 1 – 5 of 5) sorted by relevance

/linux/tools/build/feature/
H A Dtest-libelf-gelf_getnote.c7 return gelf_getnote(NULL, 0, NULL, NULL, NULL) == 0; in main()
H A DMakefile27 test-libelf-gelf_getnote.bin \
195 $(OUTPUT)test-libelf-gelf_getnote.bin:
/linux/tools/build/
H A DMakefile.feature77 libelf-gelf_getnote \
/linux/tools/perf/
H A DMakefile.config555 ifeq ($(feature-libelf-gelf_getnote), 1)
558 $(warning gelf_getnote() not found on libelf, SDT support disabled) function
/linux/tools/perf/util/
H A Dsymbol-elf.c2844 for (offset = 0; (next = gelf_getnote(data, offset, &nhdr, &name_off, in construct_sdt_notes_list()