Home
last modified time | relevance | path

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

/src/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c65 _dwarf_get_reloc_size(Dwarf_Debug dbg, Dwarf_Unsigned rel_type) in _dwarf_get_reloc_size() argument
72 if (rel_type == R_AARCH64_ABS32) in _dwarf_get_reloc_size()
74 else if (rel_type == R_AARCH64_ABS64) in _dwarf_get_reloc_size()
78 if (rel_type == R_ARM_ABS32) in _dwarf_get_reloc_size()
83 if (rel_type == R_386_32) in _dwarf_get_reloc_size()
87 if (rel_type == R_X86_64_32) in _dwarf_get_reloc_size()
89 else if (rel_type == R_X86_64_64) in _dwarf_get_reloc_size()
93 if (rel_type == R_SPARC_UA32) in _dwarf_get_reloc_size()
95 else if (rel_type == R_SPARC_UA64) in _dwarf_get_reloc_size()
99 if (rel_type == R_PPC_ADDR32) in _dwarf_get_reloc_size()
[all …]
/src/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()