| /src/sys/arch/powerpc/include/ |
| aout_machdep.h | 46 r_extern : 1, /* 1 if need to add symbol to value */ member in struct:relocation_info_ppc
|
| /src/sys/arch/arm/include/ |
| aout_machdep.h | 47 unsigned r_extern:1; /* 1 if need to add symbol to value */ member in struct:relocation_info_arm6
|
| /src/sys/arch/hppa/include/ |
| aout_machdep.h | 49 r_extern : 1, /* 1 if need to add symbol to value */ member in struct:relocation_info_hppa
|
| /src/sys/arch/m68k/include/ |
| aout_machdep.h | 50 r_extern : 1, /* 1 if need to add symbol to value */ member in struct:relocation_info_m68k
|
| /src/sys/arch/mips/include/ |
| reloc.h | 65 u_int r_index:24, /* segment (r_extern==0) or symbol index */ 66 r_extern:1, /* if set, r_index is symbol index */ member in struct:reloc_info_mips
|
| /src/sys/arch/vax/include/ |
| aout_machdep.h | 41 r_extern : 1, /* 1 if need to add symbol to value */ member in struct:relocation_info_vax
|
| /src/sys/arch/x86/include/ |
| aout_machdep.h | 41 r_extern : 1, /* 1 if need to add symbol to value */ member in struct:relocation_info_i386
|
| /src/tools/arm-elf2aout/machine/ |
| aout_machdep.h | 47 unsigned r_extern:1; /* 1 if need to add symbol to value */ member in struct:relocation_info_arm6
|
| /src/tools/m68k-elf2aout/machine/ |
| aout_machdep.h | 50 r_extern : 1, /* 1 if need to add symbol to value */ 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 29 bool r_extern; // member in class:llvm::MachORelocation 41 (r_extern << 4) | (r_type & 15); 50 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
|
| /src/sys/arch/sparc/include/ |
| aout_machdep.h | 53 r_extern : 1, /* 1 if need to add symbol to value */ member in struct:relocation_info_sparc
|
| reloc.h | 123 u_int r_index:24, /* segment (r_extern==0) or symbol index */ 124 r_extern:1, /* if set, r_index is symbol index */ member in struct:reloc_info_sparc
|
| /src/external/gpl3/binutils/dist/bfd/ |
| aout-cris.c | 147 int r_extern; local 162 r_index to the symbols index, and the r_extern bit. 170 r_extern = 0; 178 r_extern = 1; 180 r_extern = 0; 186 r_extern = 0; 207 (r_extern ? RELOC_EXT_BITS_EXTERN_LITTLE : 0) 223 int r_extern; local 234 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE)); 250 if (r_extern && r_index > symcount [all...] |
| aout-ns32k.c | 148 int *r_extern, 157 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE)); 173 int r_extern, 192 (r_extern? RELOC_STD_BITS_EXTERN_LITTLE: 0) 278 int r_extern; local 285 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel); 297 int r_extern; local 303 r_index to the symbols index, and the r_extern bit. 317 r_extern = 0; 322 r_extern = 1 [all...] |
| i386lynx.c | 115 int r_extern; 133 r_index to the symbols index, and the r_extern bit. 149 r_extern = 0; 154 r_extern = 1; 161 r_extern = 0; 172 (r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0) 185 (r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0) 204 int r_extern; 218 r_index to the symbols index, and the r_extern bit. 234 r_extern = 0 114 int r_extern; local 203 int r_extern; local 329 int r_extern; local 352 int r_extern; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| aout-cris.c | 147 int r_extern; local 162 r_index to the symbols index, and the r_extern bit. 170 r_extern = 0; 178 r_extern = 1; 180 r_extern = 0; 186 r_extern = 0; 207 (r_extern ? RELOC_EXT_BITS_EXTERN_LITTLE : 0) 223 int r_extern; local 234 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE)); 250 if (r_extern && r_index > symcount [all...] |
| aout-ns32k.c | 148 int *r_extern, 157 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE)); 173 int r_extern, 192 (r_extern? RELOC_STD_BITS_EXTERN_LITTLE: 0) 278 int r_extern; local 285 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel); 297 int r_extern; local 303 r_index to the symbols index, and the r_extern bit. 317 r_extern = 0; 322 r_extern = 1 [all...] |
| i386lynx.c | 115 int r_extern; 133 r_index to the symbols index, and the r_extern bit. 149 r_extern = 0; 154 r_extern = 1; 161 r_extern = 0; 172 (r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0) 185 (r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0) 204 int r_extern; 218 r_index to the symbols index, and the r_extern bit. 234 r_extern = 0 114 int r_extern; local 203 int r_extern; local 329 int r_extern; local 352 int r_extern; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| aout-cris.c | 147 int r_extern; local 162 r_index to the symbols index, and the r_extern bit. 170 r_extern = 0; 178 r_extern = 1; 180 r_extern = 0; 186 r_extern = 0; 207 (r_extern ? RELOC_EXT_BITS_EXTERN_LITTLE : 0) 223 int r_extern; local 234 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE)); 250 if (r_extern && r_index > symcount [all...] |
| aout-ns32k.c | 148 int *r_extern, 157 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE)); 173 int r_extern, 192 (r_extern? RELOC_STD_BITS_EXTERN_LITTLE: 0) 278 int r_extern; local 285 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel); 297 int r_extern; local 303 r_index to the symbols index, and the r_extern bit. 317 r_extern = 0; 322 r_extern = 1 [all...] |
| i386lynx.c | 115 int r_extern; 133 r_index to the symbols index, and the r_extern bit. 149 r_extern = 0; 154 r_extern = 1; 161 r_extern = 0; 172 (r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0) 185 (r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0) 204 int r_extern; 218 r_index to the symbols index, and the r_extern bit. 234 r_extern = 0 114 int r_extern; local 203 int r_extern; local 329 int r_extern; local 352 int r_extern; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| aout-cris.c | 147 int r_extern; local 162 r_index to the symbols index, and the r_extern bit. 170 r_extern = 0; 178 r_extern = 1; 180 r_extern = 0; 186 r_extern = 0; 207 (r_extern ? RELOC_EXT_BITS_EXTERN_LITTLE : 0) 223 int r_extern; local 234 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE)); 250 if (r_extern && r_index > symcount [all...] |
| aout-ns32k.c | 148 int *r_extern, 157 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE)); 173 int r_extern, 192 (r_extern? RELOC_STD_BITS_EXTERN_LITTLE: 0) 278 int r_extern; local 285 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel); 297 int r_extern; local 303 r_index to the symbols index, and the r_extern bit. 317 r_extern = 0; 322 r_extern = 1 [all...] |
| i386lynx.c | 115 int r_extern; 133 r_index to the symbols index, and the r_extern bit. 149 r_extern = 0; 154 r_extern = 1; 161 r_extern = 0; 172 (r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0) 185 (r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0) 204 int r_extern; 218 r_index to the symbols index, and the r_extern bit. 234 r_extern = 0 114 int r_extern; local 203 int r_extern; local 329 int r_extern; local 352 int r_extern; local [all...] |
| /src/external/gpl3/gdb/dist/include/ |
| bout.h | 176 if r_extern is set. Otherwise set to 187 r_extern:1, member in struct:relocation_info
|