Searched defs:r_jmptable (Results 1 - 7 of 7) sorted by relevance
| /src/sys/arch/vax/include/ | ||
| H A D | aout_machdep.h | 43 r_jmptable : 1, /* relocate to jump table */ member in struct:relocation_info_vax |
| /src/sys/arch/x86/include/ | ||
| H A D | aout_machdep.h | 43 r_jmptable : 1, /* relocate to jump table */ member in struct:relocation_info_i386 |
| /src/sys/arch/hppa/include/ | ||
| H A D | aout_machdep.h | 51 r_jmptable : 1, /* relocate to jump table */ member in struct:relocation_info_hppa |
| /src/sys/arch/arm/include/ | ||
| H A D | aout_machdep.h | 50 unsigned r_jmptable:1; /* 1 if relocation to jump table */ member in struct:relocation_info_arm6 |
| /src/sys/arch/m68k/include/ | ||
| H A D | aout_machdep.h | 52 r_jmptable : 1, /* relocate to jump table */ member in struct:relocation_info_m68k |
| /src/tools/arm-elf2aout/machine/ | ||
| H A D | aout_machdep.h | 50 unsigned r_jmptable:1; /* 1 if relocation to jump table */ member in struct:relocation_info_arm6 |
| /src/tools/m68k-elf2aout/machine/ | ||
| H A D | aout_machdep.h | 52 r_jmptable : 1, /* relocate to jump table */ member in struct:relocation_info_m68k |
Completed in 8 milliseconds