Lines Matching refs:flags
50 static void common_init(Dwarf_P_Debug dbg, Dwarf_Unsigned flags);
56 flags: Indicates type of access method, one of DW_DLC* macros
69 dwarf_producer_init_b(Dwarf_Unsigned flags,
91 common_init(dbg, flags);
97 dwarf_producer_init(Dwarf_Unsigned flags,
123 common_init(dbg, flags);
127 common_init(Dwarf_P_Debug dbg, Dwarf_Unsigned flags)
136 dbg->de_flags = flags;
138 /* Now, with flags set, can use 64bit tests */
173 if( flags & DW_DLC_OFFSET_SIZE_64 && (dbg->de_pointer_size == 8)) {
199 if (flags & DW_DLC_SYMBOLIC_RELOCATIONS) {
221 if (flags & DW_DLC_SYMBOLIC_RELOCATIONS) {
246 if (flags & DW_DLC_TARGET_LITTLEENDIAN) {
252 if (flags & DW_DLC_TARGET_BIGENDIAN) {