Searched refs:DW_DLC_SYMBOLIC_RELOCATIONS (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_reloc.c41 if ((dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS) == 0) {
68 if ((dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS) == 0) {
H A Dlibdwarf_reloc.c158 if (dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS)
201 if ((dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS) == 0)
230 * If the DW_DLC_SYMBOLIC_RELOCATIONS flag is set or ElfXX_Rel
236 if ((dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS) ||
276 assert(dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS);
345 if ((dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS) == 0) {
381 assert((dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS) == 0);
461 if ((dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS) == 0) {
488 if (dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS) {
H A Ddwarf_pro_arange.c55 (dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS) == 0) {
H A Dlibdwarf_init.c161 pf & DW_DLC_SYMBOLIC_RELOCATIONS) {
167 (pf & DW_DLC_SYMBOLIC_RELOCATIONS) == 0)
H A Ddwarf_pro_frame.c138 (dbg->dbgp_flags & DW_DLC_SYMBOLIC_RELOCATIONS) == 0) {
H A Dlibdwarf.h427 #define DW_DLC_SYMBOLIC_RELOCATIONS 0x04000000 macro

Completed in 71 milliseconds