Lines Matching refs:NULL
64 dbg_print(NULL, NULL, 0); in foo()
66 elfedit_array_elts_delete(NULL, NULL, 0, 0, 0, 0); in foo()
67 elfedit_array_elts_move(NULL, NULL, 0, 0, 0, 0, 0, NULL); in foo()
71 (void) elfedit_atoi(NULL, NULL); in foo()
72 (void) elfedit_atoui(NULL, NULL); in foo()
73 (void) elfedit_atoconst(NULL, 0); in foo()
75 (void) elfedit_atoi2(NULL, NULL, NULL); in foo()
76 (void) elfedit_atoui2(NULL, NULL, NULL); in foo()
77 (void) elfedit_atoconst2(NULL, 0, NULL); in foo()
79 (void) elfedit_atoi_range(NULL, NULL, 0, 0, NULL); in foo()
80 (void) elfedit_atoui_range(NULL, NULL, 0, 0, NULL); in foo()
81 (void) elfedit_atoconst_range(NULL, NULL, 0, 0, 0); in foo()
83 (void) elfedit_atoi_range2(NULL, 0, 0, NULL, NULL); in foo()
84 (void) elfedit_atoui_range2(NULL, 0, 0, NULL, NULL); in foo()
85 (void) elfedit_atoconst_range2(NULL, 0, 0, 0, NULL); in foo()
87 (void) elfedit_atoi_value_to_str(NULL, 0, 0); in foo()
88 (void) elfedit_atoui_value_to_str(NULL, 0, 0); in foo()
91 (void) elfedit_atoshndx(NULL, 0); in foo()
93 (void) elfedit_cpl_atoi(NULL, NULL); in foo()
94 (void) elfedit_cpl_atoui(NULL, NULL); in foo()
95 (void) elfedit_cpl_atoconst(NULL, 0); in foo()
96 (void) elfedit_cpl_ndx(NULL, 0); in foo()
98 (void) elfedit_dyn_offset_to_str(NULL, NULL); in foo()
99 (void) elfedit_dynstr_insert(NULL, NULL, NULL, NULL); in foo()
101 (void) elfedit_modified_ehdr(NULL); in foo()
102 (void) elfedit_modified_phdr(NULL); in foo()
103 (void) elfedit_modified_shdr(NULL); in foo()
104 (void) elfedit_name_to_shndx(NULL, NULL); in foo()
105 (void) elfedit_name_to_symndx(NULL, NULL, NULL, ELFEDIT_MSG_ERR, NULL); in foo()
107 (void) elfedit_sec_get(NULL, NULL); in foo()
108 (void) elfedit_sec_getcap(NULL, NULL, NULL); in foo()
109 (void) elfedit_sec_getdyn(NULL, NULL, NULL); in foo()
110 (void) elfedit_sec_getstr(NULL, 0, 0); in foo()
111 (void) elfedit_sec_getsyminfo(NULL, NULL, NULL); in foo()
112 (void) elfedit_sec_getsymtab(NULL, 0, 0, NULL, NULL, NULL, NULL); in foo()
113 (void) elfedit_sec_getversym(NULL, NULL, NULL, NULL); in foo()
114 (void) elfedit_sec_getxshndx(NULL, NULL, NULL, NULL); in foo()
115 (void) elfedit_sec_msgprefix(NULL); in foo()
116 (void) elfedit_shndx_to_name(NULL, NULL); in foo()
117 elfedit_str_to_c_literal(NULL, NULL); in foo()
118 (void) elfedit_strtab_insert(NULL, NULL, NULL, NULL); in foo()
119 (void) elfedit_strtab_insert_test(NULL, NULL, NULL, NULL); in foo()
120 (void) elfedit_type_to_shndx(NULL, 0); in foo()