Searched defs:nlm_backend_data (Results 1 – 2 of 2) sorted by relevance
136 struct nlm_backend_data struct139 char signature[NLM_SIGNATURE_SIZE];141 bfd_size_type fixed_header_size;145 bfd_size_type optional_prefix_size;147 enum bfd_architecture arch;149 unsigned int mach;153 bfd_boolean no_uninitialized_data;158 bfd_boolean (*nlm_backend_object_p) (bfd *);162 bfd_boolean (*nlm_write_prefix) (bfd *);193 #define nlm_backend(bfd) ((struct nlm_backend_data *)((bfd) -> xvec -> backend_data)) argument
152 struct nlm_backend_data struct155 char signature[NLM_SIGNATURE_SIZE];157 bfd_size_type fixed_header_size;161 bfd_size_type optional_prefix_size;163 enum bfd_architecture arch;165 unsigned int mach;169 bfd_boolean no_uninitialized_data;217 ((struct nlm_backend_data *)((bfd) -> xvec -> backend_data)) argument