OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:auxent
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/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
...]
/toolchain/binutils/binutils-2.25/bfd/
coff64-rs6000.c
2186
union internal_
auxent
auxent
;
local
[
all
...]
coffgen.c
844
a->u.
auxent
.x_sym.x_tagndx.l =
845
a->u.
auxent
.x_sym.x_tagndx.p->offset;
850
a->u.
auxent
.x_sym.x_fcnary.x_fcn.x_endndx.l =
851
a->u.
auxent
.x_sym.x_fcnary.x_fcn.x_endndx.p->offset;
856
a->u.
auxent
.x_csect.x_scnlen.l =
857
a->u.
auxent
.x_csect.x_scnlen.p->offset;
874
union internal_auxent *
auxent
;
local
902
auxent
= &(native + 1)->u.
auxent
;
909
strncpy (
auxent
->x_file.x_fname, name, filnmlen)
[
all
...]
coff-rs6000.c
486
AUXENT
* ext = (
AUXENT
*)ext1;
504
numaux * sizeof (
AUXENT
));
599
AUXENT
*ext = (
AUXENT
*)extp;
3660
union internal_
auxent
auxent
;
local
[
all
...]
libcoff.h
660
union internal_auxent
auxent
;
member in union:coff_ptr_struct::__anon75375
[
all
...]
Completed in 276 milliseconds