Halide
19.0.0
Halide compiler and libraries
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
h
k
l
m
r
s
t
u
v
w
Typedefs
a
b
c
d
f
g
l
m
n
r
s
u
Enumerations
Enumerator
a
b
c
e
f
g
h
l
n
q
r
s
t
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
e
f
g
i
l
m
n
o
p
r
s
t
v
Enumerations
a
b
c
d
f
i
k
m
o
p
r
s
t
v
w
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Functions
_
a
c
d
f
g
h
i
l
m
n
o
q
r
s
w
Variables
Typedefs
_
a
b
c
d
e
f
g
h
i
l
n
o
p
q
r
s
t
u
w
Enumerations
_
d
h
q
w
Enumerator
d
h
q
w
Macros
_
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
known_symbols.h
Go to the documentation of this file.
1
#ifndef HALIDE_HEXAGON_REMOTE_KNOWN_SYMBOLS_H
2
#define HALIDE_HEXAGON_REMOTE_KNOWN_SYMBOLS_H
3
4
// Mapping between a symbol name and an address.
5
struct
known_symbol
{
6
const
char
*
name
;
7
char
*
addr
;
8
};
5
struct
known_symbol
{
…
};
9
10
// Look up a symbol in an array of known symbols. The map should be
11
// terminated with a {NULL, NULL} known_symbol.
12
void
*
lookup_symbol
(
const
char
*sym,
const
known_symbol
*map);
13
14
// Look up common symbols.
15
void
*
get_known_symbol
(
const
char
*sym);
16
17
#endif
get_known_symbol
void * get_known_symbol(const char *sym)
lookup_symbol
void * lookup_symbol(const char *sym, const known_symbol *map)
known_symbol
Definition
known_symbols.h:5
known_symbol::name
const char * name
Definition
known_symbols.h:6
known_symbol::addr
char * addr
Definition
known_symbols.h:7
src
runtime
hexagon_remote
qurt
known_symbols.h
Generated by
1.12.0