Searched defs:rel_section (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 2587 Section *rel_section = section_list->FindSectionByID(rel_id).get(); ParseTrampolineSymbols() local 2627 ApplyELF64ABS64Relocation(Symtab * symtab,ELFRelocation & rel,DataExtractor & debug_data,Section * rel_section) ApplyELF64ABS64Relocation() argument 2645 ApplyELF64ABS32Relocation(Symtab * symtab,ELFRelocation & rel,DataExtractor & debug_data,Section * rel_section,bool is_signed) ApplyELF64ABS32Relocation() argument 2671 ApplyELF32ABS32RelRelocation(Symtab * symtab,ELFRelocation & rel,DataExtractor & debug_data,Section * rel_section) ApplyELF32ABS32RelRelocation() argument 2711 ApplyRelocations(Symtab * symtab,const ELFHeader * hdr,const ELFSectionHeader * rel_hdr,const ELFSectionHeader * symtab_hdr,const ELFSectionHeader * debug_hdr,DataExtractor & rel_data,DataExtractor & symtab_data,DataExtractor & debug_data,Section * rel_section) ApplyRelocations() argument [all...] |