Home
last modified time | relevance | path

Searched defs:relocation_info (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i960.h100 struct relocation_info struct
102 int r_address; /* File address of item to be relocated */
104 r_index:24, /* Index of symbol on which relocation is based*/
105 r_pcrel:1, /* 1 => relocate PC-relative; else absolute
109 r_length:2, /* Number of bytes to relocate:
114 r_extern:1, r_bsr:1, /* Something for the GNU NS32K assembler */
115 r_disp:1, /* Something for the GNU NS32K assembler */
116 r_callj:1, /* 1 if relocation target is an i960 'callj' */
117 nuthin:1; /* Unused */
H A Daout_gnu.h413 struct relocation_info struct
416 int r_address;
418 unsigned int r_symbolnum:24;
422 unsigned int r_pcrel:1;
425 unsigned int r_length:2;
432 unsigned int r_extern:1;
436 unsigned int r_bsr:1;
437 unsigned int r_disp:2;
439 unsigned int r_baserel:1; /* Linkage table relative */
440 unsigned int r_jmptable:1; /* pc-relative to jump table */
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-i960.h109 struct relocation_info struct
111 int r_address; /* File address of item to be relocated */
113 r_index:24, /* Index of symbol on which relocation is based*/
114 r_pcrel:1, /* 1 => relocate PC-relative; else absolute
118 r_length:2, /* Number of bytes to relocate:
123 r_extern:1, r_bsr:1, /* Something for the GNU NS32K assembler */
124 r_disp:1, /* Something for the GNU NS32K assembler */
125 r_callj:1, /* 1 if relocation target is an i960 'callj' */
126 nuthin:1; /* Unused */
H A Daout_gnu.h413 struct relocation_info struct
416 int r_address;
418 unsigned int r_symbolnum:24;
422 unsigned int r_pcrel:1;
425 unsigned int r_length:2;
432 unsigned int r_extern:1;
436 unsigned int r_bsr:1;
437 unsigned int r_disp:2;
439 unsigned int r_baserel:1; /* Linkage table relative */
440 unsigned int r_jmptable:1; /* pc-relative to jump table */
[all …]
H A Dobj-bout.h150 struct relocation_info struct
152 int r_address; /* File address of item to be relocated */
154 r_index:24, /* Index of symbol on which relocation is based*/
155 r_pcrel:1, /* 1 => relocate PC-relative; else absolute
159 r_length:2, /* Number of bytes to relocate:
164 r_extern:1, r_bsr:1, /* Something for the GNU NS32K assembler */
165 r_disp:1, /* Something for the GNU NS32K assembler */
166 r_callj:1, /* 1 if relocation target is an i960 'callj' */
167 nuthin:1; /* Unused */
H A Dtc-m88k.h87 #define relocation_info reloc_info_m88k macro
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dbout.h169 struct relocation_info struct
171 int r_address; /* File address of item to be relocated. */
174 r_symbolnum:24, /* Index of symbol on which relocation is based,
179 r_pcrel:1, /* 1 => relocate PC-relative; else absolute
182 r_length:2, /* Number of bytes to relocate:
186 r_extern:1,
187 r_bsr:1, /* Something for the GNU NS32K assembler. */
188 r_disp:1, /* Something for the GNU NS32K assembler. */
189 r_callj:1, /* 1 if relocation target is an i960 'callj'. */
190 r_relaxable:1; /* 1 if enough info is left to relax the data. */
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dbout.h169 struct relocation_info struct
171 int r_address; /* File address of item to be relocated. */
174 r_symbolnum:24, /* Index of symbol on which relocation is based,
179 r_pcrel:1, /* 1 => relocate PC-relative; else absolute
182 r_length:2, /* Number of bytes to relocate:
186 r_extern:1,
187 r_bsr:1, /* Something for the GNU NS32K assembler. */
188 r_disp:1, /* Something for the GNU NS32K assembler. */
189 r_callj:1, /* 1 if relocation target is an i960 'callj'. */
190 r_relaxable:1; /* 1 if enough info is left to relax the data. */
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h978 struct relocation_info { struct
984 struct scattered_relocation_info { argument