repo.or.cz
/
nasm
/
avx512.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Apply Nindent to all .c and .h files
[nasm/avx512.git]
/
rdoff
/
segtab.h
blob
bd29357d5af63fcdccb66008c5193be4ac10ddd5
1
typedef
void
*
segtab
;
2
3
void
init_seglocations
(
segtab
*
r
);
4
void
add_seglocation
(
segtab
*
r
,
int
localseg
,
int
destseg
,
long
offset
);
5
int
get_seglocation
(
segtab
*
r
,
int
localseg
,
int
*
destseg
,
long
*
offset
);
6
void
done_seglocations
(
segtab
*
r
);