Searched refs:r_pcrel (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/sys/amd64/include/
H A Dreloc.h40 r_pcrel : 1, /* 1 if value should be pc-relative */ member in struct:relocation_info
/freebsd-10.0-release/sys/arm/include/
H A Dreloc.h44 r_pcrel : 1, /* 1 if value should be pc-relative */ member in struct:relocation_info
/freebsd-10.0-release/sys/i386/include/
H A Dreloc.h40 r_pcrel : 1, /* 1 if value should be pc-relative */ member in struct:relocation_info
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachORelocation.h28 bool r_pcrel; // was relocated pc-relative already member in class:llvm::MachORelocation
38 return (1 << 31) | (r_pcrel << 30) | ((r_length & 3) << 28) |
41 return (r_symbolnum << 8) | (r_pcrel << 7) | ((r_length & 3) << 5) |
50 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len),
/freebsd-10.0-release/contrib/binutils/bfd/
H A Daout-arm.c101 int *r_pcrel)
108 *r_pcrel = 0;
133 *r_pcrel = 1;
150 int r_pcrel;
161 r_pcrel = howto->type & 4; /* PC Relative done? */
171 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0)
182 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0)
208 /* Change the r_pcrel value -- on the ARM, this bit is set once the
356 int r_pcrel;
361 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
96 reloc_howto(bfd *abfd, struct reloc_std_external *rel, int *r_index, int *r_extern, int *r_pcrel) argument
149 int r_pcrel; local
355 int r_pcrel; local
374 int r_pcrel; local
[all...]
H A Daoutx.h1937 int r_pcrel;
1944 r_pcrel = (int) g->howto->pc_relative; /* Relative to PC? */
1994 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0)
2006 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0)
2198 int r_pcrel;
2212 r_pcrel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_PCREL_BIG));
2225 r_pcrel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
2233 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel
3715 int r_pcrel;
3721 r_pcrel
1931 int r_pcrel; local
2192 int r_pcrel; local
[all...]
/freebsd-10.0-release/contrib/gdb/include/
H A Dbout.h179 r_pcrel:1, /* 1 => relocate PC-relative; else absolute member in struct:relocation_info
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Daout_gnu.h371 unsigned int r_pcrel:1;
423 unsigned int r_pcrel:1;
369 unsigned int r_pcrel:1; member in struct:reloc_info_i860
421 unsigned int r_pcrel:1; member in struct:relocation_info
/freebsd-10.0-release/contrib/binutils/include/aout/
H A Daout64.h389 unsigned int r_pcrel:1;
387 unsigned int r_pcrel:1; member in struct:reloc_std_internal
/freebsd-10.0-release/usr.bin/ldd/
H A Dsods.c394 r->r_pcrel ? 'p' : '-',

Completed in 106 milliseconds