Searched defs:rel_hdr (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1296 const ELFSectionHeader *rel_hdr,
1308 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize;
1368 const ELFSectionHeaderInfo *rel_hdr,
1371 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL);
1375 user_id_t symtab_id = rel_hdr->sh_link;
1376 user_id_t plt_id = rel_hdr->sh_info;
1434 rel_hdr,
1292 ParsePLTRelocations(Symtab *symbol_table, user_id_t start_id, unsigned rel_type, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, const ELFSectionHeader *plt_hdr, const ELFSectionHeader *sym_hdr, const lldb::SectionSP &plt_section_sp, DataExtractor &rel_data, DataExtractor &symtab_data, DataExtractor &strtab_data) argument
1366 ParseTrampolineSymbols(Symtab *symbol_table, user_id_t start_id, const ELFSectionHeaderInfo *rel_hdr, user_id_t rel_id) argument

Completed in 82 milliseconds