Searched defs:r_pcrel (Results 1 - 7 of 7) sorted by relevance
| /src/sys/arch/vax/include/ | ||
| H A D | aout_machdep.h | 39 r_pcrel : 1, /* 1 if value should be pc-relative */ member in struct:relocation_info_vax |
| /src/sys/arch/x86/include/ | ||
| H A D | aout_machdep.h | 39 r_pcrel : 1, /* 1 if value should be pc-relative */ member in struct:relocation_info_i386 |
| /src/sys/arch/hppa/include/ | ||
| H A D | aout_machdep.h | 47 r_pcrel : 1, /* 1 if value should be pc-relative */ member in struct:relocation_info_hppa |
| /src/sys/arch/arm/include/ | ||
| H A D | aout_machdep.h | 45 unsigned r_pcrel:1; /* 1 if value should be pc-relative */ member in struct:relocation_info_arm6 |
| /src/sys/arch/m68k/include/ | ||
| H A D | aout_machdep.h | 48 r_pcrel : 1, /* 1 if value should be pc-relative */ member in struct:relocation_info_m68k |
| /src/tools/arm-elf2aout/machine/ | ||
| H A D | aout_machdep.h | 45 unsigned r_pcrel:1; /* 1 if value should be pc-relative */ member in struct:relocation_info_arm6 |
| /src/tools/m68k-elf2aout/machine/ | ||
| H A D | aout_machdep.h | 48 r_pcrel : 1, /* 1 if value should be pc-relative */ member in struct:relocation_info_m68k |
Completed in 4 milliseconds