Searched refs:r_symbolnum (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/legacy/binutils/include/
H A Dbout.h173 #define r_index r_symbolnum
174 r_symbolnum: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
175 r_symbolnum:24, /* Index of symbol on which relocation is based, member in struct:relocation_info
/haiku-buildtools/legacy/binutils/gas/config/
H A Daout_gnu.h336 # define r_symbolnum r_index
370 unsigned int r_symbolnum:24;
418 /* The meaning of r_symbolnum depends on r_extern. */
419 unsigned int r_symbolnum:24;
428 r_symbolnum is the index of the symbol
431 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
334 # define r_symbolnum macro
368 unsigned int r_symbolnum:24; member in struct:reloc_info_i860
417 unsigned int r_symbolnum:24; member in struct:relocation_info
H A Dtc-or32.c759 long r_symbolnum; local
773 r_symbolnum = (S_IS_DEFINED (fixP->fx_addsy)
777 where[4] = (r_symbolnum >> 16) & 0x0ff;
778 where[5] = (r_symbolnum >> 8) & 0x0ff;
779 where[6] = r_symbolnum & 0x0ff;
H A Dtc-vax.c674 the_bytes[6] = (ri.r_symbolnum >> 16) & 0x0ff;
675 the_bytes[5] = (ri.r_symbolnum >> 8) & 0x0ff;
676 the_bytes[4] = ri.r_symbolnum & 0x0ff;
H A Dtc-m68k.c4994 the_bytes[4] = (ri->r_symbolnum >> 16) & 0x0ff;
4995 the_bytes[5] = (ri->r_symbolnum >> 8) & 0x0ff;
4996 the_bytes[6] = ri->r_symbolnum & 0x0ff;
/haiku-buildtools/binutils/gas/config/
H A Daout_gnu.h336 # define r_symbolnum r_index
370 unsigned int r_symbolnum:24;
418 /* The meaning of r_symbolnum depends on r_extern. */
419 unsigned int r_symbolnum:24;
428 r_symbolnum is the index of the symbol
431 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
334 # define r_symbolnum macro
368 unsigned int r_symbolnum:24; member in struct:reloc_info_i860
417 unsigned int r_symbolnum:24; member in struct:relocation_info
H A Dtc-vax.c675 the_bytes[6] = (ri.r_symbolnum >> 16) & 0x0ff;
676 the_bytes[5] = (ri.r_symbolnum >> 8) & 0x0ff;
677 the_bytes[4] = ri.r_symbolnum & 0x0ff;
H A Dtc-m68k.c5429 the_bytes[4] = (ri->r_symbolnum >> 16) & 0x0ff;
5430 the_bytes[5] = (ri->r_symbolnum >> 8) & 0x0ff;
5431 the_bytes[6] = ri->r_symbolnum & 0x0ff;
/haiku-buildtools/legacy/binutils/include/aout/
H A Dadobe.h212 /* The meaning of r_symbolnum depends on r_extern. */ member in struct:reloc_std_internal
213 unsigned int r_symbolnum:24;
222 r_symbolnum is the index of the symbol
225 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
H A Daout64.h384 /* The meaning of r_symbolnum depends on r_extern. */
385 unsigned int r_symbolnum:24;
394 r_symbolnum is the index of the symbol
397 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
383 unsigned int r_symbolnum:24; member in struct:reloc_std_internal
/haiku-buildtools/binutils/include/mach-o/
H A Dexternal.h114 unsigned char r_symbolnum[4]; member in struct:mach_o_reloc_info_external
125 /* For a non-scattered reloc, the relocation info is found in r_symbolnum.
/haiku-buildtools/binutils/include/aout/
H A Dadobe.h213 /* The meaning of r_symbolnum depends on r_extern. */ member in struct:reloc_std_internal
214 unsigned int r_symbolnum:24;
223 r_symbolnum is the index of the symbol
226 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
H A Daout64.h381 /* The meaning of r_symbolnum depends on r_extern. */
382 unsigned int r_symbolnum:24;
391 r_symbolnum is the index of the symbol
394 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
380 unsigned int r_symbolnum:24; member in struct:reloc_std_internal
/haiku-buildtools/binutils/bfd/
H A Dmach-o-aarch64.c165 bfd_mach_o_swap_in_non_scattered_reloc (abfd, &reloc, raw->r_symbolnum);
H A Dmach-o.c1416 bfd_vma symnum = bfd_get_32 (abfd, raw->r_symbolnum);
1456 bfd_mach_o_swap_in_non_scattered_reloc (abfd, reloc, raw->r_symbolnum);
1692 bfd_put_32 (abfd, pinfo->r_value, raw.r_symbolnum);
1697 bfd_mach_o_swap_out_non_scattered_reloc (abfd, raw.r_symbolnum,

Completed in 333 milliseconds