Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dsom.c1951 struct som_exec_auxhdr *aux_hdrp, in som_object_setup() argument
1993 obj_som_exec_hdr (abfd) = aux_hdrp; in som_object_setup()
2015 if (aux_hdrp) in som_object_setup()
2025 entry = aux_hdrp->exec_entry + aux_hdrp->exec_tmem; in som_object_setup()
2030 if ((aux_hdrp->exec_entry == 0 && !(abfd->flags & DYNAMIC)) in som_object_setup()
2031 || (aux_hdrp->exec_entry & 0x3) != 0 in som_object_setup()
2034 bfd_get_start_address (abfd) = aux_hdrp->exec_flags; in som_object_setup()
2035 obj_som_exec_data (abfd)->exec_flags = aux_hdrp->exec_entry; in som_object_setup()
2039 bfd_get_start_address (abfd) = aux_hdrp->exec_entry + current_offset; in som_object_setup()
2040 obj_som_exec_data (abfd)->exec_flags = aux_hdrp->exec_flags; in som_object_setup()