Home
last modified time | relevance | path

Searched refs:relas (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_access.c622 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()
824 &(relas)[i], in apply_rela_entries()
857 struct Dwarf_Elf_Rela *relas = 0; in loop_through_relocations() local
870 free(relas); in loop_through_relocations()
881 free(relas); in loop_through_relocations()
900 relas, nrelas, error); in loop_through_relocations()
[all …]