Searched refs:drs_drd (Results 1 – 3 of 3) sorted by relevance
91 if (drs->drs_drd == NULL) { in dwarf_get_relocation_info()92 drs->drs_drd = calloc(*reloc_entry_count, in dwarf_get_relocation_info()94 if (drs->drs_drd == NULL) { in dwarf_get_relocation_info()101 drs->drs_drd[i].drd_type = dre->dre_type; in dwarf_get_relocation_info()102 drs->drs_drd[i].drd_length = dre->dre_length; in dwarf_get_relocation_info()103 drs->drs_drd[i].drd_offset = dre->dre_offset; in dwarf_get_relocation_info()104 drs->drs_drd[i].drd_symbol_index = dre->dre_symndx; in dwarf_get_relocation_info()109 *reloc_buffer = drs->drs_drd; in dwarf_get_relocation_info()
490 free(drs->drs_drd); in _dwarf_reloc_cleanup()
373 struct Dwarf_Relocation_Data_s *drs_drd; /* Reloc data array. */ member