Lines Matching defs:bytes
215 9 bytes of space for the discarded nlist element (one byte used for
447 struct external_exec *bytes = (struct external_exec *) raw_bytes;
454 /* Now fill in fields in the execp, from the bytes in the raw data. */
455 execp->a_info = H_GET_32 (abfd, bytes->e_info);
456 execp->a_text = GET_WORD (abfd, bytes->e_text);
457 execp->a_data = GET_WORD (abfd, bytes->e_data);
458 execp->a_bss = GET_WORD (abfd, bytes->e_bss);
459 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
460 execp->a_entry = GET_WORD (abfd, bytes->e_entry);
461 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
462 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize);
476 if (H_GET_32 (abfd, bytes->e_passize) != 0)
478 if (H_GET_32 (abfd, bytes->e_syms) != 0)
480 if (H_GET_32 (abfd, bytes->e_supsize) != 0)
483 syms = H_GET_32 (abfd, bytes->e_drelocs);
630 struct hp300hpux_reloc *bytes,
641 cache_ptr->address = H_GET_32 (abfd, bytes->r_address);
642 r_index = H_GET_16 (abfd, bytes->r_index);
644 switch (bytes->r_type[0])
673 switch (bytes->r_length[0])