Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_pro_reloc.c57 Dwarf_Signed *elf_section_link, Dwarf_Unsigned *reloc_entry_count, in dwarf_get_relocation_info() argument
65 elf_section_link == NULL || reloc_entry_count == NULL || in dwarf_get_relocation_info()
92 *reloc_entry_count = drs->drs_drecnt; in dwarf_get_relocation_info()
95 drs->drs_drd = calloc(*reloc_entry_count, in dwarf_get_relocation_info()
102 (Dwarf_Unsigned) i < *reloc_entry_count && dre != NULL; in dwarf_get_relocation_info()
109 assert((Dwarf_Unsigned) i == *reloc_entry_count && dre == NULL); in dwarf_get_relocation_info()