Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1296 const ELFSectionHeader *rel_hdr, in ParsePLTRelocations() argument
1308 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; in ParsePLTRelocations()
1368 const ELFSectionHeaderInfo *rel_hdr, in ParseTrampolineSymbols() argument
1371 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL); in ParseTrampolineSymbols()
1375 user_id_t symtab_id = rel_hdr->sh_link; in ParseTrampolineSymbols()
1376 user_id_t plt_id = rel_hdr->sh_info; in ParseTrampolineSymbols()
1434 rel_hdr, in ParseTrampolineSymbols()