Home
last modified time | relevance | path

Searched refs:ASSERT (Results 1 – 19 of 19) sorted by relevance

/build/tools/apriori/
Dcmdline.c80 ASSERT(dry_run); *dry_run = 0; in get_options()
81 ASSERT(quiet); *quiet = 0; in get_options()
82 ASSERT(verbose); *verbose = 0; in get_options()
83 ASSERT(dirs); *dirs = NULL; in get_options()
84 ASSERT(num_dirs); *num_dirs = 0; in get_options()
85 ASSERT(defaults); *defaults = NULL; in get_options()
86 ASSERT(num_defaults); *num_defaults = 0; in get_options()
87 ASSERT(start_addr); *start_addr = -1; in get_options()
88 ASSERT(inc_addr); *inc_addr = -1; in get_options()
89 ASSERT(locals_only); *locals_only = 0; in get_options()
[all …]
Drangesort.c32 ASSERT(ranges->array[idx].user); in destroy_range_list()
139 ASSERT(ranges->is_sorted); /* The range list must be sorted */ in find_range()
156 ASSERT(ranges->is_sorted); /* The range list must be sorted */ in get_sorted_ranges()
164 ASSERT(ranges->num_ranges); in get_last_address()
186 ASSERT(!"Unknown range error code!"); in handle_range_error()
204 ASSERT(left_data); in handle_contiguous_range_error()
207 ASSERT(right_data); in handle_contiguous_range_error()
229 ASSERT(input); in get_contiguous_ranges()
270 ASSERT(r); ASSERT(r->is_sorted); in subtract_ranges()
271 ASSERT(s); ASSERT(s->is_sorted); in subtract_ranges()
[all …]
Dapriori.c143 ASSERT(!"Unknown range error code!"); in handle_range_error()
152 ASSERT(elf == NULL || source->elf == NULL || source->elf == elf); in create_elf_sections()
154 ASSERT(source->elf != NULL); in create_elf_sections()
193 ASSERT(source->shdr_info != NULL); in create_elf_sections()
208 ASSERT(elf_ndxscn (source->shdr_info[cnt].newscn) == in create_elf_sections()
212 ASSERT(elf_ndxscn(scn) == (size_t)cnt); in create_elf_sections()
242 ASSERT(elf_ndxscn(oldscn) == (size_t)cnt); in setup_shdr_info()
454 ASSERT(sname); in do_init_source()
476 ASSERT(source->shdr_info == NULL || source->symtab.info != NULL); in do_init_source()
493 ASSERT(source->shdr_info == NULL || source->strtab.info != NULL); in do_init_source()
[all …]
Dmain.c39 ASSERT(s_next_link_addr != -1UL); in report_library_size_in_memory()
63 ASSERT(!(s_next_link_addr % 4096)); /* New address must be page-aligned */ in report_library_size_in_memory()
216 ASSERT(num_lookup_dirs); in main()
222 ASSERT(num_default_libs); in main()
Ddebug.h19 #define ASSERT(x) do { \ macro
38 #define ASSERT(x) do { } while(0) macro
Dsource.c14 ASSERT(*scn); in find_section()
Dprelink_info.c47 ASSERT((long)(end - sz) == (long)nr); in check_prelinked()
/build/tools/soslim/
Dcmdline.c73 ASSERT(outfile); in get_options()
75 ASSERT(symsfile); in get_options()
77 ASSERT(print_symtab); in get_options()
79 ASSERT(verbose); in get_options()
81 ASSERT(quiet); in get_options()
83 ASSERT(shady); in get_options()
85 ASSERT(dry_run); in get_options()
87 ASSERT(strip_debug); in get_options()
106 ASSERT(optarg); \ in get_options()
Dsymfilter.c81 ASSERT(symsize); in build_symfilter()
126 ASSERT(sym); in build_symfilter()
147 ASSERT(symbol->len == strlen(symbol->name)); in build_symfilter()
164 ASSERT(!strcmp(elf_strptr(elf, in build_symfilter()
210 ASSERT(filter); in match_hash_table_section()
211 ASSERT(sect); in match_hash_table_section()
234 ASSERT(filter); in match_dynsym_section()
235 ASSERT(sect); in match_dynsym_section()
Ddebug.h19 #define ASSERT(x) do { \ macro
38 #define ASSERT(x) do { } while(0) macro
Dsoslim.c68 ASSERT(prelinked); in clone_elf()
69 ASSERT(prelink_addr); in clone_elf()
70 ASSERT(elf_little); in clone_elf()
120 ASSERT(elf_ndxscn(scn) == cnt); in clone_elf()
440 ASSERT(elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in clone_elf()
Dprelink_info.c50 ASSERT((long)(end - sz) == (long)nr); in check_prelinked()
Dmain.c159 ASSERT(!dry_run); in main()
/build/tools/lsd/
Dcmdline.c62 ASSERT(list_needed_libs); in get_options()
64 ASSERT(info); in get_options()
66 ASSERT(verbose); in get_options()
68 ASSERT(dirs); in get_options()
70 ASSERT(num_dirs); in get_options()
90 ASSERT(optarg); \ in get_options()
Ddebug.h19 #define ASSERT(x) do { \ macro
38 #define ASSERT(x) do { } while(0) macro
Dlsd.c131 ASSERT(full_path); in init_source()
254 ASSERT(symsize); in init_source()
/build/tools/isprelinked/
Ddebug.h19 #define ASSERT(x) do { \ macro
38 #define ASSERT(x) do { } while(0) macro
Dprelink_info.c47 ASSERT((long)(end - sz) == (long)nr); in check_prelinked()
/build/tools/iself/
Ddebug.h21 #define ASSERT(x) do { \ macro
40 #define ASSERT(x) do { } while(0) macro