OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:N_SYMOFF
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/sys/
exec_aout.h
148
#define
N_SYMOFF
(ex) \
153
(
N_SYMOFF
(ex) + (ex).a_syms)
/src/tools/arm-elf2aout/sys/
exec_aout.h
146
#define
N_SYMOFF
(ex) \
151
(
N_SYMOFF
(ex) + (ex).a_syms)
/src/tools/m68k-elf2aout/sys/
exec_aout.h
146
#define
N_SYMOFF
(ex) \
151
(
N_SYMOFF
(ex) + (ex).a_syms)
/src/external/gpl3/gdb/dist/include/
bout.h
97
#define
N_SYMOFF
(x) ( N_DROFF(x) + (x)->a_drsize )
98
#define N_STROFF(x) (
N_SYMOFF
(x) + (x)->a_syms )
/src/external/gpl3/gdb.old/dist/include/
bout.h
97
#define
N_SYMOFF
(x) ( N_DROFF(x) + (x)->a_drsize )
98
#define N_STROFF(x) (
N_SYMOFF
(x) + (x)->a_syms )
/src/external/gpl3/binutils/dist/include/aout/
aout64.h
250
#ifndef
N_SYMOFF
251
#define
N_SYMOFF
(x) (N_DRELOFF (x) + (x)->a_drsize)
254
#define N_STROFF(x) (
N_SYMOFF
(x) + (x)->a_syms)
/src/external/gpl3/binutils.old/dist/include/aout/
aout64.h
250
#ifndef
N_SYMOFF
251
#define
N_SYMOFF
(x) (N_DRELOFF (x) + (x)->a_drsize)
254
#define N_STROFF(x) (
N_SYMOFF
(x) + (x)->a_syms)
/src/external/gpl3/gdb/dist/include/aout/
aout64.h
250
#ifndef
N_SYMOFF
251
#define
N_SYMOFF
(x) (N_DRELOFF (x) + (x)->a_drsize)
254
#define N_STROFF(x) (
N_SYMOFF
(x) + (x)->a_syms)
/src/external/gpl3/gdb.old/dist/include/aout/
aout64.h
250
#ifndef
N_SYMOFF
251
#define
N_SYMOFF
(x) (N_DRELOFF (x) + (x)->a_drsize)
254
#define N_STROFF(x) (
N_SYMOFF
(x) + (x)->a_syms)
/src/external/gpl3/binutils/dist/bfd/
pdp11.c
135
#define
N_SYMOFF
(x) (N_DRELOFF(x) + (x)->a_drsize)
136
#define N_STROFF(x) (
N_SYMOFF
(x) + (x)->a_syms)
381
if (bfd_seek (abfd,
N_SYMOFF
(execp), SEEK_SET) != 0)
637
obj_sym_filepos (abfd) =
N_SYMOFF
(execp);
/src/external/gpl3/binutils.old/dist/bfd/
pdp11.c
135
#define
N_SYMOFF
(x) (N_DRELOFF(x) + (x)->a_drsize)
136
#define N_STROFF(x) (
N_SYMOFF
(x) + (x)->a_syms)
381
if (bfd_seek (abfd,
N_SYMOFF
(execp), SEEK_SET) != 0)
637
obj_sym_filepos (abfd) =
N_SYMOFF
(execp);
/src/external/gpl3/gdb/dist/bfd/
pdp11.c
135
#define
N_SYMOFF
(x) (N_DRELOFF(x) + (x)->a_drsize)
136
#define N_STROFF(x) (
N_SYMOFF
(x) + (x)->a_syms)
381
if (bfd_seek (abfd,
N_SYMOFF
(execp), SEEK_SET) != 0)
637
obj_sym_filepos (abfd) =
N_SYMOFF
(execp);
/src/external/gpl3/gdb.old/dist/bfd/
pdp11.c
135
#define
N_SYMOFF
(x) (N_DRELOFF(x) + (x)->a_drsize)
136
#define N_STROFF(x) (
N_SYMOFF
(x) + (x)->a_syms)
381
if (bfd_seek (abfd,
N_SYMOFF
(execp), SEEK_SET) != 0)
643
obj_sym_filepos (abfd) =
N_SYMOFF
(execp);
Completed in 47 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026