Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
A Dverifier_arena_large.c178 int max_idx, int step) in alloc_pages() argument
195 if (pg_idx >= max_idx || (pg_idx & 1)) in alloc_pages()
/tools/objtool/
A Delf.c630 int max_idx, idx = sym->idx; in elf_update_symbol() local
719 max_idx = symtab_data->d_size / entsize; in elf_update_symbol()
720 if (idx < max_idx) in elf_update_symbol()
724 idx -= max_idx; in elf_update_symbol()

Completed in 6 milliseconds