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

/freebsd-9.3-release/contrib/gdb/include/
H A Dbout.h98 #define N_DATADDR(x) ( (x).a_dload )
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dbout.c93 execp->a_dload = GET_WORD (abfd, bytes->e_dload);
118 PUT_WORD (abfd, execp->a_dload , bytes->e_dload);
151 obj_datasec (abfd)->vma = execp->a_dload;
159 bss_start = execp->a_dload + execp->a_data; /* BSS = end of data section. */
417 exec_hdr (abfd)->a_dload = obj_datasec (abfd)->vma;
H A Dlibaout.h234 bfd_vma a_dload; /* Data runtime load address. */
232 bfd_vma a_dload; /* Data runtime load address. */ member in struct:internal_exec

Completed in 55 milliseconds