OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:auxent
(Results
1 - 25
of
29
) sorted by null
1
2
/toolchain/binutils/binutils-2.27/bfd/
coff-bfd.c
56
/* Return the COFF
auxent
for a symbol. */
81
*pauxent = ent->u.
auxent
;
coffgen.c
840
a->u.
auxent
.x_sym.x_tagndx.l =
841
a->u.
auxent
.x_sym.x_tagndx.p->offset;
846
a->u.
auxent
.x_sym.x_fcnary.x_fcn.x_endndx.l =
847
a->u.
auxent
.x_sym.x_fcnary.x_fcn.x_endndx.p->offset;
852
a->u.
auxent
.x_csect.x_scnlen.l =
853
a->u.
auxent
.x_csect.x_scnlen.p->offset;
870
union internal_auxent *
auxent
;
local
898
auxent
= &(native + 1)->u.
auxent
;
905
strncpy (
auxent
->x_file.x_fname, name, filnmlen)
[
all
...]
coff64-rs6000.c
2179
union internal_
auxent
auxent
;
local
[
all
...]
coffswap.h
388
AUXENT
*ext = (
AUXENT
*) ext1;
412
numaux * sizeof (
AUXENT
));
493
AUXENT
*ext = (
AUXENT
*) extp;
coff-rs6000.c
458
AUXENT
* ext = (
AUXENT
*)ext1;
476
numaux * sizeof (
AUXENT
));
571
AUXENT
*ext = (
AUXENT
*)extp;
3627
union internal_
auxent
auxent
;
local
[
all
...]
coffcode.h
227
string points to the value in the
auxent
(the real filename)
337
. union internal_auxent
auxent
;
[
all
...]
coff-i960.c
134
union internal_auxent *aux = &((cs->native+2)->u.
auxent
);
141
the 2nd
auxent
of the original symbol. We keep the native
libcoff.h
647
union internal_auxent
auxent
;
member in union:coff_ptr_struct::__anon4078
[
all
...]
peXXigen.c
300
AUXENT
*ext = (
AUXENT
*) ext1;
376
AUXENT
*ext = (
AUXENT
*) extp;
[
all
...]
/toolchain/binutils/binutils-2.27/include/coff/
sparc.h
131
} x_tv; /* .tv section info (in
auxent
of sym .tv)) */
138
#define
AUXENT
union external_auxent
external.h
259
} x_tv; /* info about .tv section (in
auxent
of symbol .tv)) */
262
#define
AUXENT
union external_auxent
m88k.h
159
} x_tv; /* info about .tv section (in
auxent
of symbol .tv)) */
181
#define
AUXENT
union external_auxent
i960.h
248
} x_tv; /* info about .tv section (in
auxent
of symbol .tv)) */
275
#define
AUXENT
union external_auxent
rs6000.h
192
} x_tv; /* info about .tv section (in
auxent
of symbol .tv)) */
208
#define
AUXENT
union external_auxent
rs6k64.h
193
#define
AUXENT
union external_auxent
ti.h
462
} x_tv; /* info about .tv section (in
auxent
of symbol .tv)) */
469
#define
AUXENT
union external_auxent
internal.h
618
} x_tv; /* info about .tv section (in
auxent
of symbol .tv)) */
621
* RS/6000-specific
auxent
- last
auxent
for every external symbol
/toolchain/binutils/binutils-2.27/binutils/
rdcoff.c
57
each
auxent
counts as a symbol). */
403
union internal_auxent
auxent
;
425
if (! bfd_coff_get_auxent (abfd, sym, 0, &
auxent
))
431
psubaux = &
auxent
;
444
bitsize =
auxent
.x_sym.x_misc.x_lnsz.x_size;
696
union internal_auxent
auxent
;
716
/* We only worry about the first
auxent
, because that is the
722
if (! bfd_coff_get_auxent (abfd, sym, 0, &
auxent
))
728
paux = &
auxent
;
771
fnend = bfd_asymbol_value (sym) +
auxent
.x_sym.x_misc.x_fsize
402
union internal_
auxent
auxent
;
local
695
union internal_
auxent
auxent
;
local
[
all
...]
coffgrok.c
229
where->bitsize = rawsyms[i + 1].u.
auxent
.x_sym.x_misc.x_lnsz.x_size;
306
int start_line = rawsyms[i + 3].u.
auxent
.x_sym.x_misc.x_lnsz.x_lnno;
360
aux = &rawsyms[i + 1].u.
auxent
;
/toolchain/binutils/binutils-2.27/gas/config/
tc-ppc.h
161
/* We need an additional
auxent
for function symbols. */
obj-coff.c
268
entry->u.
auxent
.x_sym.x_fcnary.x_fcn.x_endndx.p = p;
279
entry->u.
auxent
.x_sym.x_tagndx.p = p;
1192
know (sizeof (SYMENT) == sizeof (
AUXENT
));
[
all
...]
obj-coff.h
186
(&coffsymbol (symbol_get_bfdsym (S))->native[1].u.
auxent
)
tc-ppc.c
[
all
...]
/external/kernel-headers/original/uapi/linux/
coff.h
326
} x_tv; /* info about .tv section (in
auxent
of symbol .tv)) */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
coff.h
325
} x_tv; /* info about .tv section (in
auxent
of symbol .tv)) */
Completed in 884 milliseconds
1
2