Home
last modified time | relevance | path

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

/external/elfutils/tests/
Delfstrmerge.c118 fail_idx (const char *msg, const char *fname, size_t idx) in fail_idx() function
314 fail_idx ("No memory to add to merged string table symbol", in main()
480 fail_idx ("Expected data in section", fname, ndx); in main()
483 fail_idx ("Couldn't allocated buffer for section", NULL, ndx); in main()
552 fail_idx ("Not enough data in group section", fname, ndx); in main()
/external/rust/crates/serde/src/de/
Dimpls.rs1073 let mut fail_idx = None; localVariable
1076 fail_idx = Some(idx);
1080 if let Some(idx) = fail_idx {