Home
last modified time | relevance | path

Searched refs:fail_idx (Results 1 – 2 of 2) sorted by relevance

/third_party/elfutils/tests/
Delfstrmerge.c118 fail_idx (const char *msg, const char *fname, size_t idx) in fail_idx() function
183 fail_idx ("Expected data in section", fname, ndx); in new_data_buf()
186 fail_idx ("Couldn't allocated buffer for section", NULL, ndx); in new_data_buf()
355 fail_idx ("No memory to add to merged string table symbol", in main()
562 fail_idx ("Not enough data in group section", fname, ndx); in main()
/third_party/rust/crates/serde/serde/src/de/
Dimpls.rs1183 let mut fail_idx = None; localVariable
1186 fail_idx = Some(idx);
1190 if let Some(idx) = fail_idx {