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
Update for newer RH releases
[nasm/avx512.git]
/
rdoff
/
segtab.h
blob
b5d96fa164e67414fc08bb16788aaa30197402dc
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
);
7