OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:constant_addr
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/xlint/lint1/
externs1.h
311
bool
constant_addr
(const tnode_t *, const sym_t **, ptrdiff_t *);
init.c
222
if (
constant_addr
(tn, &unused_sym, &unused_offs))
tree.c
5097
constant_addr
(const tnode_t *tn, const sym_t **symp, ptrdiff_t *offsp)
function
5106
return
constant_addr
(tn->u.ops.right, symp, offsp);
5114
if (!
constant_addr
(tn->u.ops.right, &sym, &offs2))
5120
if (!
constant_addr
(tn->u.ops.left, &sym, &offs1))
5159
return
constant_addr
(tn->u.ops.left, symp, offsp);
Completed in 41 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026