Home
last modified time | relevance | path

Searched defs:r_pcrel (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachORelocation.h27 bool r_pcrel; // was relocated pc-relative already variable
/netbsd-src/sys/arch/hppa/include/
H A Daout_machdep.h47 r_pcrel : 1, /* 1 if value should be pc-relative */ member
/netbsd-src/sys/arch/vax/include/
H A Daout_machdep.h39 r_pcrel : 1, /* 1 if value should be pc-relative */ member
/netbsd-src/sys/arch/x86/include/
H A Daout_machdep.h39 r_pcrel : 1, /* 1 if value should be pc-relative */ member
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Daout-ns32k.c180 int r_pcrel; in MY() local
279 int r_pcrel; in MY_swap_std_reloc_in() local
H A Di386lynx.c117 int r_pcrel; in NAME() local
353 int r_pcrel; in NAME() local
H A Dpdp11.c1813 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 Daoutx.h1951 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 Dmach-o.h134 unsigned int r_pcrel : 1; member
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Daout-ns32k.c180 int r_pcrel; in MY() local
279 int r_pcrel; in MY_swap_std_reloc_in() local
H A Di386lynx.c115 int r_pcrel; in NAME() local
353 int r_pcrel; in NAME() local
H A Dpdp11.c1810 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 Daoutx.h1951 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 Dmach-o.h134 unsigned int r_pcrel : 1; member
/netbsd-src/tools/m68k-elf2aout/machine/
H A Daout_machdep.h48 r_pcrel : 1, /* 1 if value should be pc-relative */ member
/netbsd-src/sys/arch/m68k/include/
H A Daout_machdep.h48 r_pcrel : 1, /* 1 if value should be pc-relative */ member
/netbsd-src/tools/arm-elf2aout/machine/
H A Daout_machdep.h45 unsigned r_pcrel:1; /* 1 if value should be pc-relative */ member
/netbsd-src/sys/arch/arm/include/
H A Daout_machdep.h45 unsigned r_pcrel:1; /* 1 if value should be pc-relative */ member
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dbout.h180 r_pcrel:1, /* 1 => relocate PC-relative; else absolute member
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dbout.h180 r_pcrel:1, /* 1 => relocate PC-relative; else absolute member
/netbsd-src/external/gpl3/binutils.old/dist/include/aout/
H A Daout64.h387 unsigned int r_pcrel:1; member
/netbsd-src/external/gpl3/binutils/dist/include/aout/
H A Daout64.h387 unsigned int r_pcrel:1; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h959 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 DMachODump.cpp821 const unsigned r_pcrel = O->getAnyRelocationPCRel(RE); in PrintRelocationEntries() local