Lines Matching refs:bfd_byte
31 bfd_byte e_info[4]; /* magic number and stuff */
32 bfd_byte e_text[BYTES_IN_WORD]; /* length of text section in bytes */
33 bfd_byte e_data[BYTES_IN_WORD]; /* length of data section in bytes */
34 bfd_byte e_bss[BYTES_IN_WORD]; /* length of bss area in bytes */
35 bfd_byte e_syms[BYTES_IN_WORD]; /* length of symbol table in bytes */
36 bfd_byte e_entry[BYTES_IN_WORD]; /* start address */
37 bfd_byte e_trsize[BYTES_IN_WORD]; /* length of text relocation info */
38 bfd_byte e_drsize[BYTES_IN_WORD]; /* length of data relocation info */
102 bfd_byte e_strx[BYTES_IN_WORD]; /* index into string table of name */
103 bfd_byte e_type[1]; /* type of symbol */
104 bfd_byte e_other[1]; /* misc info (usually empty) */
105 bfd_byte e_desc[2]; /* description field */
106 bfd_byte e_value[BYTES_IN_WORD]; /* value of symbol */
182 bfd_byte r_address[BYTES_IN_WORD]; /* offset of of data to relocate */
183 bfd_byte r_index[3]; /* symbol table index of symbol */
184 bfd_byte r_type[1]; /* relocation type */
241 bfd_byte r_address[BYTES_IN_WORD]; /* offset of of data to relocate */
242 bfd_byte r_index[3]; /* symbol table index of symbol */
243 bfd_byte r_type[1]; /* relocation type */
244 bfd_byte r_addend[BYTES_IN_WORD]; /* datum addend */