Searched refs:rtype (Results 1 - 15 of 15) sorted by relevance

/haiku-fatelf/src/bin/gdb/include/elf/
H A Dreloc-macros.h49 static const char *foo (unsigned long rtype);
51 foo (unsigned long rtype)
53 switch (rtype)
72 static const char *name (unsigned long rtype); \
74 name (unsigned long rtype) \
76 switch (rtype) \
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-i860.c749 lookup_howto (unsigned int rtype)
765 BFD_ASSERT (rtype <= R_860_max);
766 i = elf_code_to_howto_index[rtype];
777 unsigned int rtype;
782 rtype = R_860_NONE;
785 rtype = R_860_32;
788 rtype = R_860_COPY;
791 rtype = R_860_GLOB_DAT;
794 rtype = R_860_JUMP_SLOT;
797 rtype
748 lookup_howto(unsigned int rtype) argument
776 unsigned int rtype; local
[all...]
H A Delfxx-ia64.c174 PARAMS ((unsigned int rtype));
468 lookup_howto (rtype)
469 unsigned int rtype;
483 BFD_ASSERT (rtype <= R_IA64_MAX_RELOC_CODE);
484 i = elf_code_to_howto_index[rtype];
495 unsigned int rtype;
499 case BFD_RELOC_NONE: rtype = R_IA64_NONE; break;
501 case BFD_RELOC_IA64_IMM14: rtype = R_IA64_IMM14; break;
502 case BFD_RELOC_IA64_IMM22: rtype = R_IA64_IMM22; break;
503 case BFD_RELOC_IA64_IMM64: rtype
494 unsigned int rtype; local
[all...]
H A Delf64-alpha.c227 unsigned int rtype;
3181 if (rent->rtype == r_type && rent->srel == sreloc)
3192 rent->rtype = r_type;
3371 if (ri->rtype == rs->rtype && ri->srel == rs->srel)
3876 entries = alpha_dynamic_entries_for_reloc (relent->rtype, dynamic,
4124 elf64_alpha_emit_dynrel (abfd, info, sec, srel, offset, dynindx, rtype, addend)
4129 long dynindx, rtype;
4136 outrel.r_info = ELF64_R_INFO (dynindx, rtype);
226 unsigned int rtype; member in struct:alpha_elf_link_hash_entry::alpha_elf_reloc_entry
H A Delfxx-mips.c287 unsigned int rtype : 4; /* Relocation types. See below. */ member in struct:__anon3618
297 unsigned int rtype : 4; /* Relocation types. See below. */ member in struct:__anon3619
349 #define mips_elf_set_cr_type(x,type) ((x).rtype = (type))
569 #define MIPS_ELF_RTYPE_TO_HOWTO(abfd, rtype, rela) \
570 (get_elf_backend_data (abfd)->elf_backend_mips_rtype_to_howto (rtype, rela))
1350 | ((in->rtype & CRINFO_RTYPE) << CRINFO_RTYPE_SH)
H A Delf32-hppa.c1452 if (!IS_ABSOLUTE_RELOC (rtype))
/haiku-fatelf/src/bin/bash/
H A Darrayfunc.c835 array_value_internal (s, quoted, allow_all, rtype)
837 int quoted, allow_all, *rtype;
861 if (rtype)
862 *rtype = (t[0] == '*') ? 1 : 2;
898 if (rtype)
899 *rtype = 0;
942 array_value (s, quoted, rtype)
944 int quoted, *rtype;
946 return (array_value_internal (s, quoted, 1, rtype));
954 get_array_value (s, allow_all, rtype)
[all...]
H A Dbashline.c3085 bash_glob_quote_filename (s, rtype, qcp)
3087 int rtype;
3093 return (bash_quote_filename (s, rtype, qcp));
3302 bash_quote_filename (s, rtype, qcp)
3304 int rtype;
3348 if (mtext[0] == '~' && rtype == SINGLE_MATCH && cs != COMPLETE_BSQUOTE)
3383 if (rtype == MULT_MATCH && cs != COMPLETE_BSQUOTE)
/haiku-fatelf/src/bin/gdb/gdb/
H A Dada-lang.c6050 struct type *rtype;
6071 rtype = alloc_type (TYPE_OBJFILE (type));
6072 TYPE_CODE (rtype) = TYPE_CODE_STRUCT;
6073 INIT_CPLUS_SPECIFIC (rtype);
6074 TYPE_NFIELDS (rtype) = nfields;
6075 TYPE_FIELDS (rtype) = (struct field *)
6076 TYPE_ALLOC (rtype, nfields * sizeof (struct field));
6077 memset (TYPE_FIELDS (rtype), 0, sizeof (struct field) * nfields);
6078 TYPE_NAME (rtype) = ada_type_name (type);
6079 TYPE_TAG_NAME (rtype)
6039 struct type *rtype; local
6262 struct type *rtype; local
[all...]
H A Dvalops.c2603 value_full_object (struct value *argp, struct type *rtype, int xfull, int xtop,
2612 if (rtype)
2614 real_type = rtype;
2601 value_full_object(struct value *argp, struct type *rtype, int xfull, int xtop, int xusing_enc) argument
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dcrx.h280 bfd_reloc_code_real_type rtype; member in struct:__anon4177
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_mkupdate.c92 u_int16_t rtype, rclass; local
130 rtype = rrecp->r_type;
139 rtype = T_ANY;
144 rtype = T_ANY;
187 PUTSHORT(rtype, cp);
/haiku-fatelf/src/bin/zip/
H A Dzipfile.c992 int rtype;
994 if ((VMSmunch(zipfile, GET_RTYPE, (char *)&rtype) == RMS$_NORMAL) &&
995 (rtype == FAT$C_VARIABLE)) {
/haiku-fatelf/src/bin/gdb/readline/
H A Dcomplete.c619 rl_quote_filename (s, rtype, qcp)
621 int rtype;
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dcomplete.c842 rl_quote_filename (s, rtype, qcp)
844 int rtype;

Completed in 246 milliseconds