Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_access.c447 unsigned int *nrelas, in get_relocation_entries() argument
474 *nrelas = relocation_section_size/relocation_size; in get_relocation_entries()
475 bytescount = (*nrelas) * sizeof(struct Dwarf_Elf_Rela); in get_relocation_entries()
483 *nrelas, *relas); in get_relocation_entries()
674 struct Dwarf_Elf_Rela *relas, unsigned int nrelas, in apply_rela_entries() argument
679 for (i = 0; i < nrelas; i++) { in apply_rela_entries()
706 unsigned int nrelas = 0; in loop_through_relocations() local
714 &relas, &nrelas, error); in loop_through_relocations()
740 relas, nrelas, error); in loop_through_relocations()