OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vms_rec_wr
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
vms.h
75
struct
vms_rec_wr
struct
123
extern void _bfd_vms_output_begin (struct
vms_rec_wr
*, int);
124
extern void _bfd_vms_output_alignment (struct
vms_rec_wr
*, int);
125
extern void _bfd_vms_output_begin_subrec (struct
vms_rec_wr
*, int);
126
extern void _bfd_vms_output_end_subrec (struct
vms_rec_wr
*);
127
extern void _bfd_vms_output_end (bfd *, struct
vms_rec_wr
*);
128
extern int _bfd_vms_output_check (struct
vms_rec_wr
*, int);
129
extern void _bfd_vms_output_byte (struct
vms_rec_wr
*, unsigned);
130
extern void _bfd_vms_output_short (struct
vms_rec_wr
*, unsigned);
131
extern void _bfd_vms_output_long (struct
vms_rec_wr
*, unsigned long)
[
all
...]
vms-misc.c
173
_bfd_vms_output_begin (struct
vms_rec_wr
*recwr, int rectype)
190
_bfd_vms_output_begin_subrec (struct
vms_rec_wr
*recwr, int rectype)
210
_bfd_vms_output_alignment (struct
vms_rec_wr
*recwr, int alignto)
221
_bfd_vms_output_align (struct
vms_rec_wr
*recwr, unsigned int length)
238
_bfd_vms_output_end_subrec (struct
vms_rec_wr
*recwr)
264
_bfd_vms_output_end (bfd *abfd, struct
vms_rec_wr
*recwr)
298
_bfd_vms_output_check (struct
vms_rec_wr
*recwr, int size)
308
_bfd_vms_output_byte (struct
vms_rec_wr
*recwr, unsigned int value)
319
_bfd_vms_output_short (struct
vms_rec_wr
*recwr, unsigned int value)
330
_bfd_vms_output_long (struct
vms_rec_wr
*recwr, unsigned long value
[
all
...]
vms-alpha.c
271
struct
vms_rec_wr
recwr;
[
all
...]
Completed in 74 milliseconds