/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/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/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/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
|