Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/aout/
Dadobe.h240 struct reloc_ext_external { struct
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 */
Daout64.h407 struct reloc_ext_external struct
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. */