Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c63 _dwarf_get_reloc_size(Dwarf_Debug dbg, Dwarf_Unsigned rel_type) in _dwarf_get_reloc_size() argument
70 if (rel_type == R_AARCH64_ABS32) in _dwarf_get_reloc_size()
72 else if (rel_type == R_AARCH64_ABS64) in _dwarf_get_reloc_size()
76 if (rel_type == R_ARM_ABS32) in _dwarf_get_reloc_size()
81 if (rel_type == R_386_32) in _dwarf_get_reloc_size()
85 if (rel_type == R_X86_64_32) in _dwarf_get_reloc_size()
87 else if (rel_type == R_X86_64_64) in _dwarf_get_reloc_size()
91 if (rel_type == R_SPARC_UA32) in _dwarf_get_reloc_size()
93 else if (rel_type == R_SPARC_UA64) in _dwarf_get_reloc_size()
97 if (rel_type == R_PPC_ADDR32) in _dwarf_get_reloc_size()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2573 Symtab *symbol_table, user_id_t start_id, unsigned rel_type, in ParsePLTRelocations() argument
2578 ELFRelocation rel(rel_type); in ParsePLTRelocations()
2698 unsigned rel_type = PLTRelocationType(); in ParseTrampolineSymbols() local
2699 if (!rel_type) in ParseTrampolineSymbols()
2702 return ParsePLTRelocations(symbol_table, start_id, rel_type, &m_header, in ParseTrampolineSymbols()