Home
last modified time | relevance | path

Searched refs:base_type (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf-hppa.h585 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()
/toolchain/binutils/binutils-2.27/gas/config/
Dobj-macho.c1365 unsigned base_type; in obj_mach_o_frob_label() local
1388 base_type = obj_mach_o_type_for_symbol (s); in obj_mach_o_frob_label()
1413 s->n_type |= base_type; in obj_mach_o_frob_label()
1424 unsigned base_type; in obj_mach_o_frob_symbol() local
1437 base_type = obj_mach_o_type_for_symbol (s); in obj_mach_o_frob_symbol()
1499 s->n_type |= base_type; in obj_mach_o_frob_symbol()
Dtc-ns32k.c875 long base_type, /* 0 or 1, if 1 it's exploded to opcode ptr. */ in bit_fix_new() argument
884 bit_fixP->fx_bit_base = base_type; in bit_fix_new()
/toolchain/binutils/binutils-2.27/binutils/
Ddebug.c243 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.27/libiberty/
Dcp-demangle.c2016 struct demangle_component *base_type; in d_special_name() local
2024 base_type = cplus_demangle_type (di); in d_special_name()
2029 base_type, derived_type); in d_special_name()