Home
last modified time | relevance | path

Searched defs:reloc_ext_external (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/include/aout/
H A Dadobe.h239 struct reloc_ext_external { struct
240 bfd_byte r_address[BYTES_IN_WORD]; /* offset of of data to relocate */
241 bfd_byte r_index[3]; /* symbol table index of symbol */
242 bfd_byte r_type[1]; /* relocation type */
243 bfd_byte r_addend[BYTES_IN_WORD]; /* datum addend */
H A Daout64.h410 struct reloc_ext_external struct
412 bfd_byte r_address[BYTES_IN_WORD]; /* Offset of of data to relocate. */
413 bfd_byte r_index[3]; /* Symbol table index of symbol. */
414 bfd_byte r_type[1]; /* Relocation type. */
415 bfd_byte r_addend[BYTES_IN_WORD]; /* Datum addend. */
/openbsd-src/gnu/usr.bin/binutils-2.17/include/aout/
H A Dadobe.h239 struct reloc_ext_external { struct
240 bfd_byte r_address[BYTES_IN_WORD]; /* offset of of data to relocate */
241 bfd_byte r_index[3]; /* symbol table index of symbol */
242 bfd_byte r_type[1]; /* relocation type */
243 bfd_byte r_addend[BYTES_IN_WORD]; /* datum addend */
H A Daout64.h410 struct reloc_ext_external struct
412 bfd_byte r_address[BYTES_IN_WORD]; /* Offset of of data to relocate. */
413 bfd_byte r_index[3]; /* Symbol table index of symbol. */
414 bfd_byte r_type[1]; /* Relocation type. */
415 bfd_byte r_addend[BYTES_IN_WORD]; /* Datum addend. */