Searched defs:relocation_info (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-i960.h | 98 struct relocation_info struct 100 int r_address; /* File address of item to be relocated */ 102 r_index:24, /* Index of symbol on which relocation is based*/ 103 r_pcrel:1, /* 1 => relocate PC-relative; else absolute 107 r_length:2, /* Number of bytes to relocate: 112 r_extern:1, r_bsr:1, /* Something for the GNU NS32K assembler */ 113 r_disp:1, /* Something for the GNU NS32K assembler */ 114 r_callj:1, /* 1 if relocation target is an i960 'callj' */ 115 nuthin:1; /* Unused */
|
D | aout_gnu.h | 412 struct relocation_info struct 415 int r_address; 417 unsigned int r_symbolnum:24; 421 unsigned int r_pcrel:1; 424 unsigned int r_length:2; 431 unsigned int r_extern:1; 435 unsigned int r_bsr:1; 436 unsigned int r_disp:2; 438 unsigned int r_baserel:1; /* Linkage table relative */ 439 unsigned int r_jmptable:1; /* pc-relative to jump table */ [all …]
|
/toolchain/binutils/binutils-2.27/include/ |
D | bout.h | 170 struct relocation_info struct 172 int r_address; /* File address of item to be relocated. */ 175 r_symbolnum:24, /* Index of symbol on which relocation is based, 180 r_pcrel:1, /* 1 => relocate PC-relative; else absolute 183 r_length:2, /* Number of bytes to relocate: 187 r_extern:1, 188 r_bsr:1, /* Something for the GNU NS32K assembler. */ 189 r_disp:1, /* Something for the GNU NS32K assembler. */ 190 r_callj:1, /* 1 if relocation target is an i960 'callj'. */ 191 r_relaxable:1; /* 1 if enough info is left to relax the data. */
|