Home
last modified time | relevance | path

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

12345

/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dtc-i960.h98 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 */
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Dtc-i960.h98 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 */
/dports/devel/djgpp-binutils/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 */
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/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 */
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/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 */
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/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 */
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/mach-o/
H A Dreloc.h64 struct relocation_info { struct
65 int32_t r_address; /* offset in the section to what is being
67 uint32_t r_symbolnum:24, /* symbol index if r_extern == 1 or section
69 r_pcrel:1, /* was relocated pc relative already */
70 r_length:2, /* 0=byte, 1=word, 2=long, 3=quad */
71 r_extern:1, /* does not include value of sym referenced */
72 r_type:4; /* if not 0, machine specific relocation type */
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/mach-o/
H A Dreloc.h64 struct relocation_info { struct
65 int32_t r_address; /* offset in the section to what is being
67 uint32_t r_symbolnum:24, /* symbol index if r_extern == 1 or section
69 r_pcrel:1, /* was relocated pc relative already */
70 r_length:2, /* 0=byte, 1=word, 2=long, 3=quad */
71 r_extern:1, /* does not include value of sym referenced */
72 r_type:4; /* if not 0, machine specific relocation type */
/dports/devel/bloaty/bloaty-1.1/third_party/darwin_xnu_macho/mach-o/
H A Dreloc.h64 struct relocation_info { struct
65 int32_t r_address; /* offset in the section to what is being
67 uint32_t r_symbolnum:24, /* symbol index if r_extern == 1 or section
69 r_pcrel:1, /* was relocated pc relative already */
70 r_length:2, /* 0=byte, 1=word, 2=long, 3=quad */
71 r_extern:1, /* does not include value of sym referenced */
72 r_type:4; /* if not 0, machine specific relocation type */
/dports/devel/binutils/binutils-2.37/include/
H A Dbout.h170 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. */
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/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. */
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/include/
H A Dbout.h170 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. */
/dports/devel/arm-elf-binutils/binutils-2.37/include/
H A Dbout.h170 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. */
/dports/devel/gnulibiberty/binutils-2.37/include/
H A Dbout.h170 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. */
/dports/devel/avr-gdb/gdb-7.3.1/include/
H A Dbout.h170 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. */
/dports/lang/gnatdroid-binutils/binutils-2.27/include/
H A Dbout.h170 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. */
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/include/
H A Dbout.h170 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. */
/dports/devel/gdb761/gdb-7.6.1/include/
H A Dbout.h170 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. */
/dports/devel/gdb/gdb-11.1/include/
H A Dbout.h170 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. */
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/include/
H A Dbout.h170 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. */
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/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. */
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/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. */
/dports/devel/djgpp-binutils/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. */
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/include/arch/common/
H A Da.out.h238 struct relocation_info struct
241 int r_address;
243 unsigned int r_symbolnum:24;
247 unsigned int r_pcrel:1;
250 unsigned int r_length:2;
257 unsigned int r_extern:1;
261 unsigned r_bsr:1;
262 unsigned r_disp:1;
263 unsigned r_pad:2;
265 unsigned int r_pad:4;
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Da.out.h197 struct relocation_info struct
200 int r_address;
202 unsigned int r_symbolnum:24;
204 unsigned int r_pcrel:1;
206 unsigned int r_length:2;
208 unsigned int r_extern:1;
211 unsigned r_bsr:1;
212 unsigned r_disp:1;
213 unsigned r_pad:2;
215 unsigned int r_pad:4;

12345