Home
last modified time | relevance | path

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

/third_party/elfutils/libasm/
Dasm_end.c185 int ptr_nonlocal = ctx->nsymbol_tab; in binary_end() local
191 assert (ptr_local <= ptr_nonlocal); in binary_end()
201 int ptr = sym->binding == STB_LOCAL ? ptr_local++ : ptr_nonlocal--; in binary_end()
273 assert (ptr_local == ptr_nonlocal + 1); in binary_end()