Home
last modified time | relevance | path

Searched refs:obj_som_exec_hdr (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dsom.h193 #define obj_som_exec_hdr(bfd) (somdata (bfd).exec_hdr) macro
Dsom.c1993 obj_som_exec_hdr (abfd) = aux_hdrp; in som_object_setup()
2555 obj_som_exec_hdr (abfd) = bfd_zalloc (abfd, amt); in som_prep_headers()
2556 if (obj_som_exec_hdr (abfd) == NULL) in som_prep_headers()
3613 exec_header = obj_som_exec_hdr (abfd); in som_begin_writing()
4222 exec_header = obj_som_exec_hdr (abfd); in som_finish_writing()
5466 exec_header = obj_som_exec_hdr (abfd); in som_bfd_print_private_bfd_data()
DChangeLog-94955570 (obj_som_exec_hdr): New accessor macro.