/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachORelocation.h | 27 bool r_pcrel; // was relocated pc-relative already variable
|
/netbsd-src/sys/arch/hppa/include/ |
H A D | aout_machdep.h | 47 r_pcrel : 1, /* 1 if value should be pc-relative */ member
|
/netbsd-src/sys/arch/vax/include/ |
H A D | aout_machdep.h | 39 r_pcrel : 1, /* 1 if value should be pc-relative */ member
|
/netbsd-src/sys/arch/x86/include/ |
H A D | aout_machdep.h | 39 r_pcrel : 1, /* 1 if value should be pc-relative */ member
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | aout-ns32k.c | 180 int r_pcrel; in MY() local 279 int r_pcrel; in MY_swap_std_reloc_in() local
|
H A D | i386lynx.c | 117 int r_pcrel; in NAME() local 353 int r_pcrel; in NAME() local
|
H A D | pdp11.c | 1813 int r_pcrel; in pdp11_aout_swap_reloc_out() local 1910 int r_pcrel; in pdp11_aout_swap_reloc_in() local 3252 int r_pcrel; in aout_link_reloc_link_order() local 3414 int r_pcrel; in pdp11_aout_link_input_section() local
|
H A D | aoutx.h | 1951 int r_pcrel; in NAME() local 2227 int r_pcrel; in NAME() local 4016 int r_pcrel; in aout_link_input_section_std() local
|
H A D | mach-o.h | 134 unsigned int r_pcrel : 1; member
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | aout-ns32k.c | 180 int r_pcrel; in MY() local 279 int r_pcrel; in MY_swap_std_reloc_in() local
|
H A D | i386lynx.c | 115 int r_pcrel; in NAME() local 353 int r_pcrel; in NAME() local
|
H A D | pdp11.c | 1810 int r_pcrel; in pdp11_aout_swap_reloc_out() local 1909 int r_pcrel; in pdp11_aout_swap_reloc_in() local 3254 int r_pcrel; in aout_link_reloc_link_order() local 3416 int r_pcrel; in pdp11_aout_link_input_section() local
|
H A D | aoutx.h | 1951 int r_pcrel; in NAME() local 2229 int r_pcrel; in NAME() local 4021 int r_pcrel; in aout_link_input_section_std() local
|
H A D | mach-o.h | 134 unsigned int r_pcrel : 1; member
|
/netbsd-src/tools/m68k-elf2aout/machine/ |
H A D | aout_machdep.h | 48 r_pcrel : 1, /* 1 if value should be pc-relative */ member
|
/netbsd-src/sys/arch/m68k/include/ |
H A D | aout_machdep.h | 48 r_pcrel : 1, /* 1 if value should be pc-relative */ member
|
/netbsd-src/tools/arm-elf2aout/machine/ |
H A D | aout_machdep.h | 45 unsigned r_pcrel:1; /* 1 if value should be pc-relative */ member
|
/netbsd-src/sys/arch/arm/include/ |
H A D | aout_machdep.h | 45 unsigned r_pcrel:1; /* 1 if value should be pc-relative */ member
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | bout.h | 180 r_pcrel:1, /* 1 => relocate PC-relative; else absolute member
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | bout.h | 180 r_pcrel:1, /* 1 => relocate PC-relative; else absolute member
|
/netbsd-src/external/gpl3/binutils.old/dist/include/aout/ |
H A D | aout64.h | 387 unsigned int r_pcrel:1; member
|
/netbsd-src/external/gpl3/binutils/dist/include/aout/ |
H A D | aout64.h | 387 unsigned int r_pcrel:1; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 959 uint32_t r_symbolnum : 24, r_pcrel : 1, r_length : 2, r_extern : 1, member 965 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 821 const unsigned r_pcrel = O->getAnyRelocationPCRel(RE); in PrintRelocationEntries() local
|