Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c161 if (dbg->dbgp_flags & DW_DLC_SIZE_64) in _dwarf_reloc_section_init()
166 if (dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS) in _dwarf_reloc_section_init()
209 if ((dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS) == 0) in _dwarf_reloc_section_free()
244 if ((dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS) || in _dwarf_reloc_entry_add()
284 assert(dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS); in _dwarf_reloc_entry_add_pair()
334 if (dbg->dbgp_flags & DW_DLC_SIZE_64) in _dwarf_reloc_section_finalize()
353 if ((dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS) == 0) { in _dwarf_reloc_section_finalize()
389 assert((dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS) == 0); in _dwarf_reloc_section_gen()
397 if (dbg->dbgp_flags & DW_DLC_SIZE_64) { in _dwarf_reloc_section_gen()
469 if ((dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS) == 0) { in _dwarf_reloc_gen()
[all …]
H A Ddwarf_pro_reloc.c41 if ((dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS) == 0) { in dwarf_get_relocation_info_count()
68 if ((dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS) == 0) { in dwarf_get_relocation_info()
H A Ddwarf_pro_arange.c55 (dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS) == 0) { in dwarf_add_arange_b()
H A Ddwarf_pro_frame.c138 (dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS) == 0) { in dwarf_add_frame_fde_b()
H A Dlibdwarf_init.c170 dbg->dbgp_flags = pf; in _dwarf_producer_init()
H A D_libdwarf.h451 Dwarf_Unsigned dbgp_flags; member