Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gdb/include/
Dbout.h98 #define N_DATADDR(x) ( (x).a_dload )
/freebsd-9-stable/contrib/binutils/bfd/
Dbout.c93 execp->a_dload = GET_WORD (abfd, bytes->e_dload); in bout_swap_exec_header_in()
118 PUT_WORD (abfd, execp->a_dload , bytes->e_dload); in bout_swap_exec_header_out()
151 obj_datasec (abfd)->vma = execp->a_dload; in b_out_callback()
159 bss_start = execp->a_dload + execp->a_data; /* BSS = end of data section. */ in b_out_callback()
417 exec_hdr (abfd)->a_dload = obj_datasec (abfd)->vma; in b_out_write_object_contents()
Dlibaout.h232 bfd_vma a_dload; /* Data runtime load address. */ member