OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_symptr
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/sys/
exec_ecoff.h
54
ecoff32_ulong
f_symptr
; /* file offset of symbol table */
member in struct:ecoff32_filehdr
111
u_long
f_symptr
; /* file offset of symbol table */
member in struct:ecoff_filehdr
exec_coff.h
42
long
f_symptr
; /* file offset of symbol table */
member in struct:coff_filehdr
/src/usr.bin/elf2ecoff/
elf2ecoff.c
317
ep.f.
f_symptr
= 0;
334
ep.f.
f_symptr
= bswap32(ep.f.
f_symptr
);
429
uint32_t symptr = needswap ? bswap32(ep.f.
f_symptr
) : ep.f.
f_symptr
;
581
ep->f.
f_symptr
= esecs[1].s_scnptr + esecs[1].s_size;
598
uint32_t symptr = needswap ? bswap32(ep->f.
f_symptr
) : ep->f.
f_symptr
;
682
ecoff_symhdr_off = needswap ? bswap32(ep->f.
f_symptr
) : ep->f.
f_symptr
;
[
all
...]
/src/lib/libc/gen/
nlist_coff.c
134
symoff = filehdrp->
f_symptr
;
nlist_ecoff.c
119
symhdroff = exechdrp->f.
f_symptr
;
/src/sys/arch/ews4800mips/stand/common/
coffhdrfix.c
50
Coff_Word
f_symptr
;
member in struct:coff_filehdr
/src/usr.sbin/kvm_mkdb/
nlist_coff.c
149
symhdroff = filehdrp->
f_symptr
;
nlist_ecoff.c
143
symhdroff = exechdrp->f.
f_symptr
;
Completed in 21 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026