Home | History | Annotate | Download | only in bfd

Lines Matching refs:bfd

1 /* HP PA-RISC SOM object file format:  definitions internal to BFD.
7 This file is part of BFD, the Binary File Descriptor library.
36 /* The SOM BFD backend doesn't currently use anything from these
84 /* A structure containing all the magic information stored in a BFD's
108 in the private BFD structure and needs to be copied from
109 the input bfd to the output bfd during an objcopy/strip. */
144 which can't be represented by the generic BFD section structure,
190 #define somdata(bfd) ((bfd)->tdata.som_data->a)
191 #define obj_som_exec_data(bfd) (somdata (bfd).exec_data)
192 #define obj_som_file_hdr(bfd) (somdata (bfd).file_hdr)
193 #define obj_som_exec_hdr(bfd) (somdata (bfd).exec_hdr)
194 #define obj_som_copyright_hdr(bfd) (somdata (bfd).copyright_aux_hdr)
195 #define obj_som_version_hdr(bfd) (somdata (bfd).version_aux_hdr)
196 #define obj_som_compilation_unit(bfd) (somdata (bfd).comp_unit)
197 #define obj_som_symtab(bfd) (somdata (bfd).symtab)
198 #define obj_som_stringtab(bfd) (somdata (bfd).stringtab)
199 #define obj_som_sym_filepos(bfd) (somdata (bfd).sym_filepos)
200 #define obj_som_str_filepos(bfd) (somdata (bfd).str_filepos)
201 #define obj_som_stringtab_size(bfd) (somdata (bfd).stringtab_size)
202 #define obj_som_reloc_filepos(bfd) (somdata (bfd).reloc_filepos)
203 #define obj_som_sorted_syms(bfd) (somdata (bfd).sorted_syms)
209 should be internal to the BFD backend.
233 bfd_boolean bfd_som_attach_aux_hdr (bfd *, int, char *);
234 int ** hppa_som_gen_reloc_type (bfd *, int, int, enum hppa_reloc_field_selector_type_alt, int, asymbol *);
235 bfd_boolean bfd_som_attach_compilation_unit (bfd *, const char *, const char *, const char *, const char *);
236 asection * bfd_section_from_som_symbol (bfd *abfd, struct som_external_symbol_dictionary_record *symbol);