Home
last modified time | relevance | path

Searched refs:rel_type (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/elftoolchain/libdwarf/
HDlibdwarf_reloc.c61 _dwarf_get_reloc_size(Dwarf_Debug dbg, Dwarf_Unsigned rel_type) in _dwarf_get_reloc_size() argument
68 if (rel_type == R_AARCH64_ABS32) in _dwarf_get_reloc_size()
70 else if (rel_type == R_AARCH64_ABS64) in _dwarf_get_reloc_size()
74 if (rel_type == R_ARM_ABS32) in _dwarf_get_reloc_size()
79 if (rel_type == R_386_32) in _dwarf_get_reloc_size()
83 if (rel_type == R_X86_64_32) in _dwarf_get_reloc_size()
85 else if (rel_type == R_X86_64_64) in _dwarf_get_reloc_size()
89 if (rel_type == R_SPARC_UA32) in _dwarf_get_reloc_size()
91 else if (rel_type == R_SPARC_UA64) in _dwarf_get_reloc_size()
95 if (rel_type == R_PPC_ADDR32) in _dwarf_get_reloc_size()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp2261 unsigned rel_type, in ParsePLTRelocations() argument
2271 ELFRelocation rel(rel_type); in ParsePLTRelocations()
2402 unsigned rel_type = PLTRelocationType(); in ParseTrampolineSymbols() local
2403 if (!rel_type) in ParseTrampolineSymbols()
2408 rel_type, in ParseTrampolineSymbols()
/NextBSD/contrib/binutils/gas/
HDChangeLog-92957765 (cons_fix_new_hppa): `reloc_type' => `rel_type'.