HomeSort by: relevance | last modified time | path
    Searched refs:rtype (Results 1 - 25 of 234) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/gpl3/binutils/dist/bfd/
elfxx-ia64.c 196 ia64_elf_lookup_howto (unsigned int rtype)
210 if (rtype > R_IA64_MAX_RELOC_CODE)
212 i = elf_code_to_howto_index[rtype];
222 unsigned int rtype; local
226 case BFD_RELOC_NONE: rtype = R_IA64_NONE; break;
228 case BFD_RELOC_IA64_IMM14: rtype = R_IA64_IMM14; break;
229 case BFD_RELOC_IA64_IMM22: rtype = R_IA64_IMM22; break;
230 case BFD_RELOC_IA64_IMM64: rtype = R_IA64_IMM64; break;
232 case BFD_RELOC_IA64_DIR32MSB: rtype = R_IA64_DIR32MSB; break;
233 case BFD_RELOC_IA64_DIR32LSB: rtype = R_IA64_DIR32LSB; break
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-ia64.c 196 ia64_elf_lookup_howto (unsigned int rtype)
210 if (rtype > R_IA64_MAX_RELOC_CODE)
212 i = elf_code_to_howto_index[rtype];
222 unsigned int rtype; local
226 case BFD_RELOC_NONE: rtype = R_IA64_NONE; break;
228 case BFD_RELOC_IA64_IMM14: rtype = R_IA64_IMM14; break;
229 case BFD_RELOC_IA64_IMM22: rtype = R_IA64_IMM22; break;
230 case BFD_RELOC_IA64_IMM64: rtype = R_IA64_IMM64; break;
232 case BFD_RELOC_IA64_DIR32MSB: rtype = R_IA64_DIR32MSB; break;
233 case BFD_RELOC_IA64_DIR32LSB: rtype = R_IA64_DIR32LSB; break
    [all...]
elfxx-ia64.h 26 reloc_howto_type *ia64_elf_lookup_howto (unsigned int rtype);
  /src/external/gpl3/gdb/dist/bfd/
elfxx-ia64.c 196 ia64_elf_lookup_howto (unsigned int rtype)
210 if (rtype > R_IA64_MAX_RELOC_CODE)
212 i = elf_code_to_howto_index[rtype];
222 unsigned int rtype; local
226 case BFD_RELOC_NONE: rtype = R_IA64_NONE; break;
228 case BFD_RELOC_IA64_IMM14: rtype = R_IA64_IMM14; break;
229 case BFD_RELOC_IA64_IMM22: rtype = R_IA64_IMM22; break;
230 case BFD_RELOC_IA64_IMM64: rtype = R_IA64_IMM64; break;
232 case BFD_RELOC_IA64_DIR32MSB: rtype = R_IA64_DIR32MSB; break;
233 case BFD_RELOC_IA64_DIR32LSB: rtype = R_IA64_DIR32LSB; break
    [all...]
elfxx-ia64.h 26 reloc_howto_type *ia64_elf_lookup_howto (unsigned int rtype);
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-ia64.c 196 ia64_elf_lookup_howto (unsigned int rtype)
210 if (rtype > R_IA64_MAX_RELOC_CODE)
212 i = elf_code_to_howto_index[rtype];
222 unsigned int rtype; local
226 case BFD_RELOC_NONE: rtype = R_IA64_NONE; break;
228 case BFD_RELOC_IA64_IMM14: rtype = R_IA64_IMM14; break;
229 case BFD_RELOC_IA64_IMM22: rtype = R_IA64_IMM22; break;
230 case BFD_RELOC_IA64_IMM64: rtype = R_IA64_IMM64; break;
232 case BFD_RELOC_IA64_DIR32MSB: rtype = R_IA64_DIR32MSB; break;
233 case BFD_RELOC_IA64_DIR32LSB: rtype = R_IA64_DIR32LSB; break
    [all...]
elfxx-ia64.h 26 reloc_howto_type *ia64_elf_lookup_howto (unsigned int rtype);
  /src/usr.sbin/rpcbind/
rpcb_stat.c 61 rpcbs_procinfo(rpcvers_t rtype, rpcproc_t proc)
63 switch (rtype + 2) {
80 inf[rtype].info[proc]++;
85 rpcbs_set(rpcvers_t rtype, bool_t success)
87 if ((rtype >= RPCBVERS_STAT) || (success == FALSE))
89 inf[rtype].setinfo++;
94 rpcbs_unset(rpcvers_t rtype, bool_t success)
96 if ((rtype >= RPCBVERS_STAT) || (success == FALSE))
98 inf[rtype].unsetinfo++;
103 rpcbs_getaddr(rpcvers_t rtype, rpcprog_t prog, rpcvers_t vers
    [all...]
  /src/external/gpl3/binutils/dist/include/elf/
reloc-macros.h 77 static const char *foo (unsigned long rtype);
79 foo (unsigned long rtype)
81 switch (rtype)
100 static const char *name (unsigned long rtype); \
102 name (unsigned long rtype) \
104 switch (rtype) \
  /src/external/gpl3/binutils.old/dist/include/elf/
reloc-macros.h 77 static const char *foo (unsigned long rtype);
79 foo (unsigned long rtype)
81 switch (rtype)
100 static const char *name (unsigned long rtype); \
102 name (unsigned long rtype) \
104 switch (rtype) \
  /src/external/gpl3/gdb/dist/include/elf/
reloc-macros.h 77 static const char *foo (unsigned long rtype);
79 foo (unsigned long rtype)
81 switch (rtype)
100 static const char *name (unsigned long rtype); \
102 name (unsigned long rtype) \
104 switch (rtype) \
  /src/external/gpl3/gdb.old/dist/include/elf/
reloc-macros.h 77 static const char *foo (unsigned long rtype);
79 foo (unsigned long rtype)
81 switch (rtype)
100 static const char *name (unsigned long rtype); \
102 name (unsigned long rtype) \
104 switch (rtype) \
  /src/include/ssp/
ssp.h 77 #define __ssp_redirect_raw(rtype, fun, symbol, args, call, cond, bos) \
78 rtype __ssp_real_(fun) args __RENAME(symbol); \
79 __ssp_inline rtype fun args __RENAME(__ssp_protected_ ## fun); \
80 __ssp_inline rtype fun args { \
86 #define __ssp_redirect(rtype, fun, args, call) \
87 __ssp_redirect_raw(rtype, fun, fun, args, call, 1, __ssp_bos)
88 #define __ssp_redirect0(rtype, fun, args, call) \
89 __ssp_redirect_raw(rtype, fun, fun, args, call, 1, __ssp_bos0)
  /src/sys/arch/sh3/sh3/
kobj_machdep.c 49 int symidx, rtype; local
60 rtype = ELF_R_TYPE(rela->r_info);
68 switch (rtype) {
79 if (rtype == R_TYPE(REL32))
85 printf("kobj_reloc: unexpected reloc type %d\n", (int)rtype);
  /src/sys/arch/vax/vax/
kobj_machdep.c 47 Elf_Word rtype = ELF_R_TYPE(rela->r_info); local
63 if (rtype != R_VAX_PC32 && rtype != R_VAX_32) {
64 printf("Bad relocation %d", rtype);
71 if (rtype == R_VAX_PC32)
  /src/sys/arch/sparc64/sparc64/
kobj_machdep.c 188 uintptr_t rtype, symidx; local
201 rtype = ELF64_R_TYPE(rela->r_info);
210 if (rtype == R_SPARC_NONE)
213 if ((rtype & 0x00ff) == R_SPARC_OLO10)
214 rtype = R_SPARC_OLO10;
216 if (rtype == R_SPARC_RELATIVE) {
224 if (rtype == R_SPARC_JMP_SLOT || rtype == R_SPARC_COPY ||
225 rtype >= __arraycount(reloc_target_bitmask))
228 if (RELOC_UNALIGNED(rtype))
    [all...]
  /src/games/hack/
def.mkroom.h 68 schar rtype,rlit,doorct,fdoor; member in struct:mkroom
77 /* various values of rtype */
  /src/sys/arch/m68k/m68k/
kobj_machdep.c 46 int rtype, symnum; local
58 rtype = ELF_R_TYPE(rela->r_info);
66 switch (rtype) {
94 (int)rtype);
  /src/sys/arch/alpha/alpha/
kobj_machdep.c 72 uintptr_t rtype, symidx; local
81 rtype = ELF_R_TYPE(rela->r_info);
87 rtype = ELF_R_TYPE(rel->r_info);
97 switch (rtype) {
144 (int)rtype);
  /src/sys/arch/i386/i386/
kobj_machdep.c 79 Elf_Word rtype, symidx; local
88 rtype = ELF_R_TYPE(rela->r_info);
94 rtype = ELF_R_TYPE(rel->r_info);
104 switch (rtype) {
133 printf("kobj_reloc: unexpected relocation type %d\n", rtype);
  /src/sys/arch/powerpc/powerpc/
kobj_machdep.c 76 u_int rtype, symidx; local
91 rtype = ELF_R_TYPE(rela->r_info);
100 switch (rtype) {
142 printf("kobj_reloc: unexpected relocation type %u\n", rtype);
147 switch (rtype) {
  /src/sys/arch/aarch64/aarch64/
kobj_machdep.c 56 Elf_Word rtype; member in struct:rtypeinfo
76 strrtype(Elf_Word rtype)
82 if (rtypetbl[i].rtype == rtype)
85 snprintf(buf, sizeof(buf), "RELOCATION-TYPE-%d", rtype);
127 Elf_Word rtype, symidx; local
154 rtype = ELF_R_TYPE(rela->r_info);
165 switch (rtype) {
181 symidx, rtype, where, off);
188 printf("%s:%d: rtype=%s, where=%p (base+0x%jx)\n"
    [all...]
  /src/sys/arch/amd64/amd64/
kobj_machdep.c 80 uintptr_t rtype, symidx; local
89 rtype = ELF_R_TYPE(rela->r_info);
94 rtype = ELF_R_TYPE(rel->r_info);
97 switch (rtype) {
115 switch (rtype) {
162 printf("kobj_reloc: unexpected relocation type %ld\n", rtype);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
procset.d 45 void setprocset(ref procset_t psp, idop_t op, idtype_t ltype, id_t lid, idtype_t rtype, id_t rid)
50 psp.p_ridtype = rtype;
  /src/lib/libterminfo/
term_private.h 171 int rtype; member in struct:__anon558
179 ((tic)->rtype == TERMINFO_RTYPE_O1 ? sizeof(uint16_t) : sizeof(uint32_t))
219 _ti_decode_num(const char **cap, int rtype)
221 if (rtype == TERMINFO_RTYPE_O1) {
285 _ti_encode_buf_num(TBUF *tbuf, int num, int rtype)
287 if (rtype == TERMINFO_RTYPE_O1) {

Completed in 44 milliseconds

1 2 3 4 5 6 7 8 910