Lines Matching refs:bfd_byte
32 bfd_byte e_info[4]; /* Magic number and stuff. */
33 bfd_byte e_text[BYTES_IN_WORD]; /* Length of text section in bytes. */
34 bfd_byte e_data[BYTES_IN_WORD]; /* Length of data section in bytes. */
35 bfd_byte e_bss[BYTES_IN_WORD]; /* Length of bss area in bytes. */
36 bfd_byte e_syms[BYTES_IN_WORD]; /* Length of symbol table in bytes. */
37 bfd_byte e_entry[BYTES_IN_WORD]; /* Start address. */
38 bfd_byte e_trsize[BYTES_IN_WORD]; /* Length of text relocation info. */
39 bfd_byte e_drsize[BYTES_IN_WORD]; /* Length of data relocation info. */
257 bfd_byte e_strx[BYTES_IN_WORD]; /* Index into string table of name. */
258 bfd_byte e_type[1]; /* Type of symbol. */
259 bfd_byte e_other[1]; /* Misc info (usually empty). */
260 bfd_byte e_desc[2]; /* Description field. */
261 bfd_byte e_value[BYTES_IN_WORD]; /* Value of symbol. */
349 bfd_byte r_address[BYTES_IN_WORD]; /* Offset of of data to relocate. */
350 bfd_byte r_index[3]; /* Symbol table index of symbol. */
351 bfd_byte r_type[1]; /* Relocation type. */
409 bfd_byte r_address[BYTES_IN_WORD]; /* Offset of of data to relocate. */
410 bfd_byte r_index[3]; /* Symbol table index of symbol. */
411 bfd_byte r_type[1]; /* Relocation type. */
412 bfd_byte r_addend[BYTES_IN_WORD]; /* Datum addend. */