OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:internal_ldhdr
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
libxcoff.h
43
void (* _xcoff_swap_ldhdr_in) (bfd *, const void *, struct
internal_ldhdr
*);
44
void (* _xcoff_swap_ldhdr_out)(bfd *, const struct
internal_ldhdr
*, void *);
88
bfd_vma (*_xcoff_loader_symbol_offset) (bfd *, struct
internal_ldhdr
*);
89
bfd_vma (*_xcoff_loader_reloc_offset) (bfd *, struct
internal_ldhdr
*);
coff64-rs6000.c
138
(bfd *, const void *, struct
internal_ldhdr
*);
140
(bfd *, const struct
internal_ldhdr
*, void *d);
170
(bfd *, struct
internal_ldhdr
*);
172
(bfd *, struct
internal_ldhdr
*);
594
struct
internal_ldhdr
*dst)
613
xcoff64_swap_ldhdr_out (bfd *abfd, const struct
internal_ldhdr
*src, void *d)
[
all
...]
coff-rs6000.c
129
static void xcoff_swap_ldhdr_in (bfd *, const void *, struct
internal_ldhdr
*);
130
static void xcoff_swap_ldhdr_out (bfd *, const struct
internal_ldhdr
*, void *);
144
static bfd_vma xcoff_loader_symbol_offset (bfd *, struct
internal_ldhdr
*);
145
static bfd_vma xcoff_loader_reloc_offset (bfd *, struct
internal_ldhdr
*);
[
all
...]
xcofflink.c
116
struct
internal_ldhdr
ldhdr;
247
struct
internal_ldhdr
ldhdr;
278
struct
internal_ldhdr
ldhdr;
368
struct
internal_ldhdr
ldhdr;
401
struct
internal_ldhdr
ldhdr;
826
struct
internal_ldhdr
ldhdr;
[
all
...]
/toolchain/binutils/binutils-2.25/include/coff/
xcoff.h
181
struct
internal_ldhdr
struct
Completed in 624 milliseconds