Searched defs:nrelas (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_elf_access.c447 unsigned int *nrelas,
474 *nrelas = relocation_section_size/relocation_size;
475 bytescount = (*nrelas) * sizeof(struct Dwarf_Elf_Rela);
483 *nrelas, *relas);
674 struct Dwarf_Elf_Rela *relas, unsigned int nrelas,
679 for (i = 0; i < nrelas; i++) {
706 unsigned int nrelas = 0; local
714 &relas, &nrelas, error);
740 relas, nrelas, error);
441 get_relocation_entries(Dwarf_Bool is_64bit, int endianness, int machine, Dwarf_Small *relocation_section, Dwarf_Unsigned relocation_section_size, struct Dwarf_Elf_Rela **relas, unsigned int *nrelas, int *error) argument
668 apply_rela_entries(Dwarf_Debug dbg, Dwarf_Bool is_64bit, Dwarf_Endianness endianess, Dwarf_Half machine, Dwarf_Small *target_section, Dwarf_Small *symtab_section, struct Dwarf_Elf_Rela *relas, unsigned int nrelas, int *error) argument

Completed in 46 milliseconds