Home
last modified time | relevance | path

Searched refs:drsp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c133 _dwarf_reloc_section_init(Dwarf_P_Debug dbg, Dwarf_Rel_Section *drsp, in _dwarf_reloc_section_init() argument
140 assert(dbg != NULL && drsp != NULL && ref != NULL); in _dwarf_reloc_section_init()
175 *drsp = drs; in _dwarf_reloc_section_init()
181 _dwarf_reloc_section_free(Dwarf_P_Debug dbg, Dwarf_Rel_Section *drsp) in _dwarf_reloc_section_free() argument
186 assert(dbg != NULL && drsp != NULL); in _dwarf_reloc_section_free()
188 if (*drsp == NULL) in _dwarf_reloc_section_free()
192 if (drs != *drsp) in _dwarf_reloc_section_free()
209 *drsp = NULL; in _dwarf_reloc_section_free()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrDFP.td98 "drsp", "$RST, $RB", IIC_FPGeneral, []>;