Searched refs:r_index (Results 1 - 25 of 39) sorted by relevance

12

/haiku-buildtools/legacy/binutils/bfd/
H A Daout-cris.c153 int r_index; local
169 r_index to the symbols index, and the r_extern bit.
178 r_index = N_ABS;
188 r_index = (*(g->sym_ptr_ptr))->KEEPIT;
194 r_index = output_section->target_index;
209 natptr->r_index[2] = r_index >> 16;
210 natptr->r_index[1] = r_index >> 8;
211 natptr->r_index[
228 unsigned int r_index; local
[all...]
H A Di386lynx.c135 int r_index;
158 r_index to the symbols index, and the r_extern bit.
174 r_index = 0;
181 r_index = (*g->sym_ptr_ptr)->KEEPIT;
188 r_index = output_section->target_index;
194 natptr->r_index[0] = r_index >> 16;
195 natptr->r_index[1] = r_index >> 8;
196 natptr->r_index[
134 int r_index; variable
229 int r_index; variable
349 int r_index; variable
373 int r_index; variable
[all...]
H A Daout-arm.c98 int *r_index,
110 *r_index = ((rel->r_index[0] << 16)
111 | (rel->r_index[1] << 8)
112 | rel->r_index[2]);
121 *r_index = ((rel->r_index[2] << 16)
122 | (rel->r_index[1] << 8)
123 | rel->r_index[0]);
143 int r_index,
95 reloc_howto(bfd *abfd, struct reloc_std_external *rel, int *r_index, int *r_extern, int *r_pcrel) argument
140 put_reloc(bfd *abfd, int r_extern, int r_index, bfd_vma value, reloc_howto_type *howto, struct reloc_std_external *reloc) argument
336 int r_index; local
353 int r_index; local
[all...]
H A Daout-ns32k.c144 int *r_index,
151 *r_index = ((rel->r_index[2] << 16)
152 | (rel->r_index[1] << 8)
153 | rel->r_index[0] );
169 int r_index,
183 reloc->r_index[2] = r_index >> 16;
184 reloc->r_index[1] = r_index >>
142 reloc_howto(bfd *abfd ATTRIBUTE_UNUSED, struct reloc_std_external *rel, int *r_index, int *r_extern, int *r_pcrel) argument
167 put_reloc(bfd *abfd, int r_extern, int r_index, bfd_vma value, reloc_howto_type *howto, struct reloc_std_external *reloc) argument
256 int r_index; local
274 int r_index; local
[all...]
H A Daoutx.h1915 int r_index;
1935 r_index to the symbols index, and the r_extern bit.
1949 r_index = N_ABS;
1956 r_index = (*(g->sym_ptr_ptr))->KEEPIT;
1963 r_index = output_section->target_index;
1969 natptr->r_index[0] = r_index >> 16;
1970 natptr->r_index[1] = r_index >> 8;
1971 natptr->r_index[
1909 int r_index; local
1998 int r_index; local
2113 unsigned int r_index; local
2168 unsigned int r_index; local
[all...]
H A Dsunos.c1288 int r_index;
1305 r_index = ((rel->r_index[0] << 16)
1306 | (rel->r_index[1] << 8)
1307 | rel->r_index[2]);
1309 r_index = ((rel->r_index[2] << 16)
1310 | (rel->r_index[1] << 8)
1311 | rel->r_index[0]);
1314 h = sym_hashes[r_index];
1287 int r_index; local
1443 unsigned int r_index; local
2435 int r_index; local
[all...]
H A Driscix.c291 int r_index; local
318 r_index to the symbols index, and the r_extern bit.
332 r_index = 0;
339 r_index = (*g->sym_ptr_ptr)->udata.i;
346 r_index = output_section->target_index;
352 natptr->r_index[0] = r_index >> 16;
353 natptr->r_index[1] = r_index >> 8;
354 natptr->r_index[
[all...]
H A Dpdp11.c1697 int r_index;
1727 r_index = 0;
1729 r_index = (*(g->sym_ptr_ptr))->KEEPIT;
1731 reloc_entry = r_index << 4 | r_type | r_pcrel;
1749 cache_ptr->sym_ptr_ptr = symbols + r_index; \
1756 switch (r_index) \
1791 unsigned int r_index;
1804 r_index = N_ABS;
1806 r_index = RINDEX (reloc_entry);
1812 if (r_extern && r_index > symcoun
1691 int r_index; local
1785 unsigned int r_index; local
3001 int r_index; local
3242 int r_index; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Daout-cris.c150 int r_index; local
166 r_index to the symbols index, and the r_extern bit.
175 r_index = N_ABS;
185 r_index = (*(g->sym_ptr_ptr))->KEEPIT;
191 r_index = output_section->target_index;
207 natptr->r_index[2] = r_index >> 16;
208 natptr->r_index[1] = r_index >> 8;
209 natptr->r_index[
226 unsigned int r_index; local
[all...]
H A Di386lynx.c114 int r_index;
134 r_index to the symbols index, and the r_extern bit.
149 r_index = 0;
156 r_index = (*g->sym_ptr_ptr)->KEEPIT;
163 r_index = output_section->target_index;
169 natptr->r_index[0] = r_index >> 16;
170 natptr->r_index[1] = r_index >> 8;
171 natptr->r_index[
113 int r_index; local
203 int r_index; local
325 int r_index; local
348 int r_index; local
[all...]
H A Daout-arm.c98 int *r_index,
110 *r_index = ((rel->r_index[0] << 16)
111 | (rel->r_index[1] << 8)
112 | rel->r_index[2]);
121 *r_index = ((rel->r_index[2] << 16)
122 | (rel->r_index[1] << 8)
123 | rel->r_index[0]);
143 int r_index,
95 reloc_howto(bfd *abfd, struct reloc_std_external *rel, int *r_index, int *r_extern, int *r_pcrel) argument
140 put_reloc(bfd *abfd, int r_extern, int r_index, bfd_vma value, reloc_howto_type *howto, struct reloc_std_external *reloc) argument
352 int r_index; local
369 int r_index; local
[all...]
H A Daout-ns32k.c146 int *r_index,
153 *r_index = ((rel->r_index[2] << 16)
154 | (rel->r_index[1] << 8)
155 | rel->r_index[0] );
171 int r_index,
185 reloc->r_index[2] = r_index >> 16;
186 reloc->r_index[1] = r_index >>
144 reloc_howto(bfd *abfd ATTRIBUTE_UNUSED, struct reloc_std_external *rel, int *r_index, int *r_extern, int *r_pcrel) argument
169 put_reloc(bfd *abfd, int r_extern, int r_index, bfd_vma value, reloc_howto_type *howto, struct reloc_std_external *reloc) argument
274 int r_index; local
292 int r_index; local
[all...]
H A Daoutx.h1954 int r_index;
1975 r_index to the symbols index, and the r_extern bit.
1992 r_index = N_ABS;
1999 r_index = (*(g->sym_ptr_ptr))->KEEPIT;
2006 r_index = output_section->target_index;
2012 natptr->r_index[0] = r_index >> 16;
2013 natptr->r_index[1] = r_index >> 8;
2014 natptr->r_index[
1948 int r_index; local
2041 int r_index; local
2156 unsigned int r_index; local
2214 unsigned int r_index; local
3743 int r_index; local
4013 int r_index; local
4362 int r_index; local
[all...]
H A Dsunos.c1269 int r_index;
1286 r_index = ((rel->r_index[0] << 16)
1287 | (rel->r_index[1] << 8)
1288 | rel->r_index[2]);
1290 r_index = ((rel->r_index[2] << 16)
1291 | (rel->r_index[1] << 8)
1292 | rel->r_index[0]);
1295 h = sym_hashes[r_index];
1268 int r_index; local
1424 unsigned int r_index; local
2413 int r_index; local
[all...]
H A Driscix.c306 int r_index; local
333 r_index to the symbols index, and the r_extern bit.
347 r_index = 0;
354 r_index = (*g->sym_ptr_ptr)->udata.i;
361 r_index = output_section->target_index;
367 natptr->r_index[0] = r_index >> 16;
368 natptr->r_index[1] = r_index >> 8;
369 natptr->r_index[
[all...]
/haiku-buildtools/legacy/binutils/include/aout/
H A Dadobe.h183 bfd_byte r_index[3]; /* symbol table index of symbol */
242 bfd_byte r_index[3]; /* symbol table index of symbol */
309 long r_index; /* symbol table index of symbol */
182 bfd_byte r_index[3]; /* symbol table index of symbol */ member in struct:reloc_std_external
241 bfd_byte r_index[3]; /* symbol table index of symbol */ member in struct:reloc_ext_external
308 long r_index; /* symbol table index of symbol */ member in struct:reloc_internal
H A Daout64.h355 bfd_byte r_index[3]; /* Symbol table index of symbol. */
415 bfd_byte r_index[3]; /* Symbol table index of symbol. */
510 long r_index; /* Symbol table index of symbol. */
353 bfd_byte r_index[3]; /* Symbol table index of symbol. */ member in struct:reloc_std_external
413 bfd_byte r_index[3]; /* Symbol table index of symbol. */ member in struct:reloc_ext_external
508 long r_index; /* Symbol table index of symbol. */ member in struct:reloc_internal
/haiku-buildtools/binutils/include/aout/
H A Dadobe.h184 bfd_byte r_index[3]; /* symbol table index of symbol */
243 bfd_byte r_index[3]; /* symbol table index of symbol */
310 long r_index; /* symbol table index of symbol */
183 bfd_byte r_index[3]; /* symbol table index of symbol */ member in struct:reloc_std_external
242 bfd_byte r_index[3]; /* symbol table index of symbol */ member in struct:reloc_ext_external
309 long r_index; /* symbol table index of symbol */ member in struct:reloc_internal
H A Daout64.h352 bfd_byte r_index[3]; /* Symbol table index of symbol. */
412 bfd_byte r_index[3]; /* Symbol table index of symbol. */
507 long r_index; /* Symbol table index of symbol. */
350 bfd_byte r_index[3]; /* Symbol table index of symbol. */ member in struct:reloc_std_external
410 bfd_byte r_index[3]; /* Symbol table index of symbol. */ member in struct:reloc_ext_external
505 long r_index; /* Symbol table index of symbol. */ member in struct:reloc_internal
/haiku-buildtools/legacy/binutils/gas/config/
H A Daout_gnu.h317 unsigned char r_index[3];
335 unsigned int r_index:24;
336 # define r_symbolnum r_index
385 unsigned char r_index[3];
315 unsigned char r_index[3]; member in struct:reloc_ext_bytes
333 unsigned int r_index:24; member in struct:reloc_info_extended
383 unsigned char r_index[3]; member in struct:reloc_std_bytes
H A Dtc-i960.h104 r_index:24, /* Index of symbol on which relocation is based*/ member in struct:relocation_info
/haiku-buildtools/legacy/binutils/include/
H A Dbout.h173 #define r_index r_symbolnum macro
/haiku-buildtools/binutils/gas/config/
H A Daout_gnu.h317 unsigned char r_index[3];
335 unsigned int r_index:24;
336 # define r_symbolnum r_index
385 unsigned char r_index[3];
315 unsigned char r_index[3]; member in struct:reloc_ext_bytes
333 unsigned int r_index:24; member in struct:reloc_info_extended
383 unsigned char r_index[3]; member in struct:reloc_std_bytes
H A Dtc-i960.h102 r_index:24, /* Index of symbol on which relocation is based*/ member in struct:relocation_info
/haiku-buildtools/binutils/include/
H A Dbout.h174 #define r_index r_symbolnum macro

Completed in 290 milliseconds

12