Searched refs:relas (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_access.c | 622 struct Dwarf_Elf_Rela **relas, in get_relocation_entries() argument 660 *relas = malloc(bytescount); in get_relocation_entries() 661 if (!*relas) { in get_relocation_entries() 665 memset(*relas,0,bytescount); in get_relocation_entries() 669 *nrelas, *relas); in get_relocation_entries() 806 struct Dwarf_Elf_Rela *relas, unsigned int nrelas, in apply_rela_entries() argument 810 if ((target_section != NULL) && (relas != NULL)) { in apply_rela_entries() 824 &(relas)[i], in apply_rela_entries() 857 struct Dwarf_Elf_Rela *relas = 0; in loop_through_relocations() local 868 &relas, &nrelas, is_rela,error); in loop_through_relocations() [all …]
|