Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dbuild_id.c42 struct build_id_note { struct
53 struct build_id_note *note; argument
79 struct build_id_note *note = (void *)(info->dlpi_addr + in build_id_find_nhdr_callback()
83 while (len >= sizeof(struct build_id_note)) { in build_id_find_nhdr_callback()
95 note = (struct build_id_note *)((char *)note + offset); in build_id_find_nhdr_callback()
103 const struct build_id_note *
126 build_id_length(const struct build_id_note *note) in build_id_length()
132 build_id_data(const struct build_id_note *note) in build_id_data()
Dbuild_id.h29 struct build_id_note;
31 const struct build_id_note *
35 build_id_length(const struct build_id_note *note);
38 build_id_data(const struct build_id_note *note);
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program_binary.c37 const struct build_id_note *note = in brw_program_binary_init()
Dbrw_disk_cache.c418 const struct build_id_note *note = in brw_disk_cache_init()
/external/mesa3d/src/intel/vulkan/
Danv_device.c224 const struct build_id_note *note = in anv_physical_device_init_uuids()