Searched refs:elf_section_index (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_sections.c48 Dwarf_Signed *elf_section_index, Dwarf_Unsigned *length, Dwarf_Error *error)
54 if (dbg == NULL || elf_section_index == NULL || length == NULL) {
64 *elf_section_index = dbg->dbgp_secpos->ds_ndx;
47 dwarf_get_section_bytes(Dwarf_P_Debug dbg, Dwarf_Signed dwarf_section, Dwarf_Signed *elf_section_index, Dwarf_Unsigned *length, Dwarf_Error *error) argument
H A Ddwarf_pro_reloc.c53 dwarf_get_relocation_info(Dwarf_P_Debug dbg, Dwarf_Signed *elf_section_index, argument
61 if (dbg == NULL || elf_section_index == NULL ||
87 *elf_section_index = drs->drs_ds->ds_ndx;

Completed in 30 milliseconds