Searched refs:newtype (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | rdcoff.c | 150 int newtype; in parse_coff_type() local 152 newtype = DECREF (ntype); in parse_coff_type() 156 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type() 162 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type() 190 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-rl78.c | 2170 #define SNIP(offset, nbytes, newtype) \ in rl78_elf_relax_section() argument 2172 srel->r_info = ELF32_R_INFO (ELF32_R_SYM (srel->r_info), newtype) in rl78_elf_relax_section()
|
D | elf32-rx.c | 2174 #define SNIP(offset, nbytes, newtype) \ in elf32_rx_relax_section() argument 2176 srel->r_info = ELF32_R_INFO (ELF32_R_SYM (srel->r_info), newtype) in elf32_rx_relax_section()
|