Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_access.c623 unsigned int *nrelas, in get_relocation_entries() argument
658 *nrelas = relocation_section_size/relocation_size; in get_relocation_entries()
659 bytescount = (*nrelas) * sizeof(struct Dwarf_Elf_Rela); 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
820 for (i = 0; i < nrelas; i++) { in apply_rela_entries()
858 unsigned int nrelas = 0; in loop_through_relocations() local
868 &relas, &nrelas, is_rela,error); in loop_through_relocations()
900 relas, nrelas, error); in loop_through_relocations()