Searched refs:z_info (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/porting/linux/user/ldso/ |
H A D | zip_archive.h | 114 int open_uncompressed_library_in_zipfile(const char *path, struct zip_info *z_info, char *separator);
|
H A D | dynlink.c | 196 static void open_library_by_path(const char *name, const char *s, struct loadtask *task, struct zip_info *z_info); 197 static void handle_asan_path_open_by_task(int fd, const char *name, ns_t *namespace, struct loadtask *task, struct zip_info *z_info); 4519 static void open_library_by_path(const char *name, const char *s, struct loadtask *task, struct zip_info *z_info) in open_library_by_path() argument 4531 int res = open_uncompressed_library_in_zipfile(buf, z_info, separator); in open_library_by_path() 4533 task->fd = z_info->fd; in open_library_by_path() 4534 task->file_offset = z_info->file_offset; in open_library_by_path() 4537 memset(z_info->path_buf, 0, sizeof(z_info->path_buf)); in open_library_by_path() 4549 struct zip_info *z_info) in handle_asan_path_open_by_task() 4563 open_library_by_path(name, new_lib_paths, task, z_info); in handle_asan_path_open_by_task() 4548 handle_asan_path_open_by_task(int fd, const char *name, ns_t *namespace, struct loadtask *task, struct zip_info *z_info) handle_asan_path_open_by_task() argument 4584 open_uncompressed_library_in_zipfile(const char *path, struct zip_info *z_info, char *separator) open_uncompressed_library_in_zipfile() argument 5136 struct zip_info z_info; load_library_header() local [all...] |
/third_party/musl/ldso/linux/ |
H A D | zip_archive.h | 114 int open_uncompressed_library_in_zipfile(const char *path, struct zip_info *z_info, char *separator);
|
H A D | dynlink.c | 230 static void open_library_by_path(const char *name, const char *s, struct loadtask *task, struct zip_info *z_info); 231 static void handle_asan_path_open_by_task(int fd, const char *name, ns_t *namespace, struct loadtask *task, struct zip_info *z_info); 4869 static void open_library_by_path(const char *name, const char *s, struct loadtask *task, struct zip_info *z_info) in open_library_by_path() argument 4881 int res = open_uncompressed_library_in_zipfile(buf, z_info, separator); in open_library_by_path() 4883 task->fd = z_info->fd; in open_library_by_path() 4884 task->file_offset = z_info->file_offset; in open_library_by_path() 4887 memset(z_info->path_buf, 0, sizeof(z_info->path_buf)); in open_library_by_path() 4899 struct zip_info *z_info) in handle_asan_path_open_by_task() 4913 open_library_by_path(name, new_lib_paths, task, z_info); in handle_asan_path_open_by_task() 4898 handle_asan_path_open_by_task(int fd, const char *name, ns_t *namespace, struct loadtask *task, struct zip_info *z_info) handle_asan_path_open_by_task() argument 4934 open_uncompressed_library_in_zipfile(const char *path, struct zip_info *z_info, char *separator) open_uncompressed_library_in_zipfile() argument 5525 struct zip_info z_info; load_library_header() local [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state.c | 2699 uint32_t z_info, s_info; in si_init_depth_surface() local 2722 z_info = S_028038_FORMAT(format) | in si_init_depth_surface() 2740 z_info |= S_028038_TILE_SURFACE_ENABLE(1) | S_028038_ALLOW_EXPCLEAR(1); in si_init_depth_surface() 2768 z_info = in si_init_depth_surface() 2788 z_info |= S_028040_TILE_SPLIT(G_009910_TILE_SPLIT(tile_mode)); in si_init_depth_surface() 2792 z_info |= S_028040_TILE_MODE_INDEX(tile_mode_index); in si_init_depth_surface() 2803 z_info |= S_028040_TILE_SURFACE_ENABLE(1) | S_028040_ALLOW_EXPCLEAR(1); in si_init_depth_surface() 2827 surf->db_z_info = z_info; in si_init_depth_surface()
|
Completed in 21 milliseconds