| /src/sys/arch/powerpc/include/ |
| aout_machdep.h | 45 unsigned int r_symbolnum : 24, /* ordinal number of add symbol */ member in struct:relocation_info_ppc
|
| /src/sys/arch/arm/include/ |
| aout_machdep.h | 44 unsigned r_symbolnum:24;/* ordinal number of add symbol */ member in struct:relocation_info_arm6
|
| /src/sys/arch/hppa/include/ |
| aout_machdep.h | 46 unsigned int r_symbolnum : 24, /* ordinal number of add symbol */ member in struct:relocation_info_hppa
|
| /src/sys/arch/m68k/include/ |
| aout_machdep.h | 47 unsigned int r_symbolnum : 24, /* ordinal number of add symbol */ member in struct:relocation_info_m68k
|
| /src/sys/arch/vax/include/ |
| aout_machdep.h | 38 unsigned int r_symbolnum : 24, /* ordinal number of add symbol */ member in struct:relocation_info_vax
|
| /src/sys/arch/x86/include/ |
| aout_machdep.h | 38 unsigned int r_symbolnum : 24, /* ordinal number of add symbol */ member in struct:relocation_info_i386
|
| /src/tools/arm-elf2aout/machine/ |
| aout_machdep.h | 44 unsigned r_symbolnum:24;/* ordinal number of add symbol */ member in struct:relocation_info_arm6
|
| /src/tools/m68k-elf2aout/machine/ |
| aout_machdep.h | 47 unsigned int r_symbolnum : 24, /* ordinal number of add symbol */ member in struct:relocation_info_m68k
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| MachORelocation.h | 26 uint32_t r_symbolnum; // symbol index if r_extern == 1 else section index member in class:llvm::MachORelocation 40 return (r_symbolnum << 8) | (r_pcrel << 7) | ((r_length & 3) << 5) | 49 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len),
|
| /src/sys/arch/sparc/include/ |
| aout_machdep.h | 52 unsigned int r_symbolnum : 24, /* ordinal number of add symbol */ member in struct:relocation_info_sparc
|
| /src/external/gpl3/gdb/dist/include/ |
| bout.h | 174 #define r_index r_symbolnum 175 r_symbolnum:24, /* Index of symbol on which relocation is based, member in struct:relocation_info
|
| /src/external/gpl3/gdb.old/dist/include/ |
| bout.h | 174 #define r_index r_symbolnum 175 r_symbolnum:24, /* Index of symbol on which relocation is based, member in struct:relocation_info
|
| /src/external/gpl3/binutils/dist/include/aout/ |
| aout64.h | 384 /* 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
|
| /src/external/gpl3/binutils.old/dist/include/aout/ |
| aout64.h | 384 /* 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
|
| /src/external/gpl3/gdb/dist/include/aout/ |
| aout64.h | 384 /* 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
|
| /src/external/gpl3/gdb.old/dist/include/aout/ |
| aout64.h | 384 /* 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
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-vax.c | 703 the_bytes[6] = (ri.r_symbolnum >> 16) & 0x0ff; 704 the_bytes[5] = (ri.r_symbolnum >> 8) & 0x0ff; 705 the_bytes[4] = ri.r_symbolnum & 0x0ff; 1125 int r_symbolnum; 1134 r_symbolnum = (S_IS_DEFINED (fixP->fx_addsy) 1152 r_symbolnum = fixP->fx_addsy->sy_number; 1171 r_symbolnum = fixP->fx_addsy->sy_number; 1178 where[4] = (r_symbolnum >> 0) & 0xff; 1179 where[5] = (r_symbolnum >> 8) & 0xff; 1180 where[6] = (r_symbolnum >> 16) & 0xff 1117 int r_symbolnum; local [all...] |
| /src/external/gpl3/binutils/dist/include/mach-o/ |
| external.h | 114 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.
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-vax.c | 703 the_bytes[6] = (ri.r_symbolnum >> 16) & 0x0ff; 704 the_bytes[5] = (ri.r_symbolnum >> 8) & 0x0ff; 705 the_bytes[4] = ri.r_symbolnum & 0x0ff; 1125 int r_symbolnum; 1134 r_symbolnum = (S_IS_DEFINED (fixP->fx_addsy) 1152 r_symbolnum = fixP->fx_addsy->sy_number; 1171 r_symbolnum = fixP->fx_addsy->sy_number; 1178 where[4] = (r_symbolnum >> 0) & 0xff; 1179 where[5] = (r_symbolnum >> 8) & 0xff; 1180 where[6] = (r_symbolnum >> 16) & 0xff 1117 int r_symbolnum; local [all...] |
| /src/external/gpl3/binutils.old/dist/include/mach-o/ |
| external.h | 114 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.
|
| /src/external/gpl3/gdb/dist/include/mach-o/ |
| external.h | 114 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.
|
| /src/external/gpl3/gdb.old/dist/include/mach-o/ |
| external.h | 114 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.
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| MachO.h | 389 // Constant values for the r_symbolnum field in an 959 uint32_t r_symbolnum : 24, r_pcrel : 1, r_length : 2, r_extern : 1, member in struct:llvm::MachO::relocation_info
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| MachODump.cpp | 828 const unsigned r_symbolnum = (r_scattered ? 0 : local 915 if (r_symbolnum > Symtab.nsyms) 916 outs() << format("?(%d)\n", r_symbolnum); 918 SymbolRef Symbol = *O->getSymbolByIndex(r_symbolnum); 924 outs() << format("?(%d)\n", r_symbolnum); 941 outs() << format("addend = 0x%06x\n", (unsigned int)r_symbolnum); 943 outs() << format("%d ", r_symbolnum); 944 if (r_symbolnum == MachO::R_ABS) 947 // in this case, r_symbolnum is actually a 1-based section number 949 if (r_symbolnum > 0 && r_symbolnum <= nsects) [all...] |