Searched refs:r_jmptable (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dreloc.h48 r_jmptable : 1, /* relocate to jump table */ member in struct:relocation_info
/freebsd-11-stable/sys/amd64/include/
H A Dreloc.h44 r_jmptable : 1, /* relocate to jump table */ member in struct:relocation_info
/freebsd-11-stable/sys/i386/include/
H A Dreloc.h44 r_jmptable : 1, /* relocate to jump table */ member in struct:relocation_info
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c392 r->r_jmptable ? 'j' : '-',
398 if (r->r_extern || r->r_baserel || r->r_jmptable || r->r_copy) {
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h441 unsigned int r_jmptable:1; /* pc-relative to jump table */
439 unsigned int r_jmptable:1; /* pc-relative to jump table */ member in struct:relocation_info
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h403 unsigned int r_jmptable:1; /* pc-relative to jump table. */
401 unsigned int r_jmptable:1; /* pc-relative to jump table. */ member in struct:reloc_std_internal
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h1938 int r_baserel, r_jmptable, r_relative;
1947 r_jmptable = (g->howto->type & 16) != 0;
1996 | (r_jmptable ? RELOC_STD_BITS_JMPTABLE_BIG : 0)
2008 | (r_jmptable ? RELOC_STD_BITS_JMPTABLE_LITTLE : 0)
2199 int r_baserel, r_jmptable, r_relative;
2214 r_jmptable= (0 != (bytes->r_type[0] & RELOC_STD_BITS_JMPTABLE_BIG));
2227 r_jmptable= (0 != (bytes->r_type[0] & RELOC_STD_BITS_JMPTABLE_LITTLE));
2234 + 16 * r_jmptable + 32 * r_relative);
3717 int r_jmptable;
3723 r_jmptable
1932 int r_baserel, r_jmptable, r_relative; local
2193 int r_baserel, r_jmptable, r_relative; local
[all...]

Completed in 64 milliseconds