Searched refs:rel_data (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 2494 const lldb::SectionSP &plt_section_sp, DataExtractor &rel_data, in ParsePLTRelocations() argument 2520 if (!rel.Parse(rel_data, &offset)) in ParsePLTRelocations() 2604 DataExtractor rel_data; in ParseTrampolineSymbols() local 2605 if (!ReadSectionData(rel_section, rel_data)) in ParseTrampolineSymbols() 2622 rel_data, symtab_data, strtab_data); in ParseTrampolineSymbols() 2710 DataExtractor &rel_data, DataExtractor &symtab_data, in ApplyRelocations() argument 2728 if (!rel.Parse(rel_data, &offset)) { in ApplyRelocations() 2881 DataExtractor rel_data; in RelocateDebugSections() local 2885 if (GetData(rel->GetFileOffset(), rel->GetFileSize(), rel_data) && in RelocateDebugSections() 2889 rel_data, symtab_data, debug_data, debug); in RelocateDebugSections()
|
| H A D | ObjectFileELF.h | 322 lldb_private::DataExtractor &rel_data,
|