Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_reloc.c54 Dwarf_Signed *elf_section_link, Dwarf_Unsigned *reloc_entry_count, in dwarf_get_relocation_info() argument
62 elf_section_link == NULL || reloc_entry_count == NULL || in dwarf_get_relocation_info()
89 *reloc_entry_count = drs->drs_drecnt; in dwarf_get_relocation_info()
92 drs->drs_drd = calloc(*reloc_entry_count, in dwarf_get_relocation_info()
99 (Dwarf_Unsigned) i < *reloc_entry_count && dre != NULL; in dwarf_get_relocation_info()
106 assert((Dwarf_Unsigned) i == *reloc_entry_count && dre == NULL); in dwarf_get_relocation_info()