Searched refs:base_type (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf-hppa.h | 585 elf_hppa_reloc_type base_type, in elf_hppa_reloc_final_type() argument 589 elf_hppa_reloc_type final_type = base_type; in elf_hppa_reloc_final_type() 594 switch (base_type) in elf_hppa_reloc_final_type() 720 final_type = base_type + OFFSET_14R_FROM_21L; in elf_hppa_reloc_final_type() 724 final_type = base_type + OFFSET_14F_FROM_21L; in elf_hppa_reloc_final_type() 740 final_type = base_type; in elf_hppa_reloc_final_type() 991 elf_hppa_reloc_type base_type, in _bfd_elf_hppa_gen_reloc_type() argument 1016 *finaltype = elf_hppa_reloc_final_type (abfd, base_type, format, field); in _bfd_elf_hppa_gen_reloc_type()
|
D | som.c | 1297 int base_type, in hppa_som_gen_reloc_type() argument 1324 *final_type = base_type; in hppa_som_gen_reloc_type() 1341 *final_type = base_type; in hppa_som_gen_reloc_type() 1352 *final_type = base_type; in hppa_som_gen_reloc_type() 1363 *final_type = base_type; in hppa_som_gen_reloc_type() 1374 *final_type = base_type; in hppa_som_gen_reloc_type() 1385 *final_type = base_type; in hppa_som_gen_reloc_type() 1395 *final_type = base_type; in hppa_som_gen_reloc_type() 1413 *final_type = base_type; in hppa_som_gen_reloc_type() 1422 switch (base_type) in hppa_som_gen_reloc_type() [all …]
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-macho.c | 1377 unsigned base_type; in obj_mach_o_frob_label() local 1400 base_type = obj_mach_o_type_for_symbol (s); in obj_mach_o_frob_label() 1425 s->n_type |= base_type; in obj_mach_o_frob_label() 1436 unsigned base_type; in obj_mach_o_frob_symbol() local 1449 base_type = obj_mach_o_type_for_symbol (s); in obj_mach_o_frob_symbol() 1511 s->n_type |= base_type; in obj_mach_o_frob_symbol()
|
D | tc-ns32k.c | 876 long base_type, /* 0 or 1, if 1 it's exploded to opcode ptr. */ in bit_fix_new() argument 885 bit_fixP->fx_bit_base = base_type; in bit_fix_new()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | debug.c | 243 debug_type base_type; member 1541 debug_make_offset_type (void *handle, debug_type base_type, in debug_make_offset_type() argument 1548 if (base_type == NULL || target_type == NULL) in debug_make_offset_type() 1558 o->base_type = base_type; in debug_make_offset_type() 2601 if (! debug_write_type (info, fns, fhandle, type->u.koffset->base_type, in debug_write_type() 3174 ret = (debug_type_samep (info, t1->u.koffset->base_type, in debug_type_samep() 3175 t2->u.koffset->base_type) in debug_type_samep()
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | cp-demangle.c | 1986 struct demangle_component *base_type; in d_special_name() local 1994 base_type = cplus_demangle_type (di); in d_special_name() 1999 base_type, derived_type); in d_special_name()
|