Home
last modified time | relevance | path

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

/third_party/mesa3d/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.h125 const struct build_id_note *note = NULL; in disk_cache_get_function_identifier()
/third_party/libunwind/src/dwarf/
DGfind_unwind_table.c97 struct build_id_note* note; in dwarf_find_unwind_table()
165 while (note_len >= (int)(sizeof(struct build_id_note))) { in dwarf_find_unwind_table()
170 ei->build_id_note = note; in dwarf_find_unwind_table()
182 note = (struct build_id_note*)((char *)note + note_offset); in dwarf_find_unwind_table()
/third_party/libunwind/include/
Dlibunwind_i.h321 struct build_id_note { struct
337 struct build_id_note* build_id_note; member
/third_party/libunwind/src/
Dos-ohos.c304 if (map->ei.build_id_note == NULL) { in unw_get_build_id()
308 *build_id_ptr = map->ei.build_id_note->build_id; in unw_get_build_id()
309 *length = map->ei.build_id_note->nhdr.n_descsz; in unw_get_build_id()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_disk_cache.c55 const struct build_id_note *note = in ir3_disk_cache_init()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_disk_cache.c43 const struct build_id_note *note = in etna_disk_cache_init()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_disk_cache.c194 const struct build_id_note *note = in lima_disk_cache_init()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_disk_cache.c249 const struct build_id_note *note = in crocus_disk_cache_init()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_disk_cache.c277 const struct build_id_note *note = in iris_disk_cache_init()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program_binary.c39 const struct build_id_note *note = in brw_program_binary_init()
Dbrw_disk_cache.c403 const struct build_id_note *note = in brw_disk_cache_init()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.c912 const struct build_id_note *note = in virgl_disk_cache_create()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c619 const struct build_id_note *note = in init_uuids()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c553 const struct build_id_note *note = in anv_physical_device_init_uuids()