Searched refs:plt_hdr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2386 const ELFSectionHeader *plt_hdr) {
2392 plt_hdr->sh_addralign
2393 ? llvm::alignTo(plt_hdr->sh_entsize, plt_hdr->sh_addralign)
2394 : plt_hdr->sh_entsize;
2396 // Some linkers e.g ld for arm, fill plt_hdr->sh_entsize field incorrectly.
2401 // The linker haven't set the plt_hdr->sh_entsize field. Try to guess the
2406 if (plt_hdr->sh_addralign)
2407 plt_entsize = plt_hdr->sh_size / plt_hdr
2385 GetPltEntrySizeAndOffset(const ELFSectionHeader *rel_hdr, const ELFSectionHeader *plt_hdr) argument
2418 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
2503 const ELFSectionHeaderInfo *plt_hdr = GetSectionHeaderByIndex(plt_id); local
[all...]

Completed in 120 milliseconds