Searched refs:scope_list (Results 1 – 2 of 2) sorted by relevance
112 scope_list_free(list_t *scope_list) in scope_list_free() argument116 if (list_is_empty(scope_list)) { in scope_list_free()117 list_destroy(scope_list); in scope_list_free()121 while ((scope = list_remove_head(scope_list)) != NULL) { in scope_list_free()125 ASSERT(list_is_empty(scope_list)); in scope_list_free()126 list_destroy(scope_list); in scope_list_free()535 print_scope_list(list_t *scope_list) in print_scope_list() argument539 if (list_is_empty(scope_list)) in print_scope_list()544 for (scope = list_head(scope_list); scope; in print_scope_list()545 scope = list_next(scope_list, scope)) { in print_scope_list()
917 static scope_t scope_list[] = { in ld_map_sym_scope() local952 scope = ld_map_kwfind(scope_name, scope_list, in ld_map_sym_scope()953 SGSOFFSETOF(scope_t, name), sizeof (scope_list[0])); in ld_map_sym_scope()958 ld_map_kwnames(scope_list, SGSOFFSETOF(scope_t, name), in ld_map_sym_scope()