OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ptr_nonlocal
(Results
1 - 1
of
1
) sorted by null
/external/elfutils/libasm/
asm_end.c
121
int
ptr_nonlocal
;
local
172
ptr_nonlocal
= ctx->nsymbol_tab;
180
assert (ptr_local <=
ptr_nonlocal
);
190
ptr = sym->binding == STB_LOCAL ? ptr_local++ :
ptr_nonlocal
--;
260
assert (ptr_local ==
ptr_nonlocal
+ 1);
Completed in 652 milliseconds