Home
last modified time | relevance | path

Searched refs:build_id_note (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dbuild_id.c41 struct build_id_note { struct
52 struct build_id_note *note; argument
78 struct build_id_note *note = (void *)(info->dlpi_addr + in build_id_find_nhdr_callback()
82 while (len >= sizeof(struct build_id_note)) { in build_id_find_nhdr_callback()
94 note = (struct build_id_note *)((char *)note + offset); in build_id_find_nhdr_callback()
102 const struct build_id_note *
125 build_id_length(const struct build_id_note *note) in build_id_length()
131 build_id_data(const struct build_id_note *note) in build_id_data()
Dbuild_id.h35 struct build_id_note;
37 const struct build_id_note *
41 build_id_length(const struct build_id_note *note);
44 build_id_data(const struct build_id_note *note);
Ddisk_cache.h112 const struct build_id_note *note = NULL; in disk_cache_get_function_identifier()