Searched refs:rel_data (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_elf_init.c | 55 Elf_Data *rel_data, Elf_Data *symtab_data, int endian) in _dwarf_elf_apply_rel_reloc() argument 66 while (gelf_getrel(rel_data, j++, &rel) != NULL) { in _dwarf_elf_apply_rel_reloc() 98 Elf_Data *rel_data, Elf_Data *symtab_data, int endian) in _dwarf_elf_apply_rela_reloc() argument 108 while (gelf_getrela(rel_data, j++, &rela) != NULL) { in _dwarf_elf_apply_rela_reloc()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 2576 const lldb::SectionSP &plt_section_sp, DataExtractor &rel_data, in ParsePLTRelocations() argument 2602 if (!rel.Parse(rel_data, &offset)) in ParsePLTRelocations() 2686 DataExtractor rel_data; in ParseTrampolineSymbols() local 2687 if (!ReadSectionData(rel_section, rel_data)) in ParseTrampolineSymbols() 2704 rel_data, symtab_data, strtab_data); in ParseTrampolineSymbols() 2792 DataExtractor &rel_data, DataExtractor &symtab_data, in ApplyRelocations() argument 2810 if (!rel.Parse(rel_data, &offset)) { in ApplyRelocations() 2963 DataExtractor rel_data; in RelocateDebugSections() local 2967 if (GetData(rel->GetFileOffset(), rel->GetFileSize(), rel_data) && in RelocateDebugSections() 2971 rel_data, symtab_data, debug_data, debug); in RelocateDebugSections()
|
H A D | ObjectFileELF.h | 326 lldb_private::DataExtractor &rel_data,
|