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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dpa64solib.c112 LONGEST dld_flags; member in struct:__anon3783
386 unsigned int dld_flags; local
427 if ((dld_cache.dld_flags & DT_HP_DEBUG_PRIVATE) == 0)
472 unsigned int dld_flags, status; local
499 dld_cache.dld_flags |= DT_HP_DEBUG_PRIVATE;
500 dld_cache.dld_flags |= DT_HP_DEBUG_CALLBACK;
502 (char *) &dld_cache.dld_flags,
503 sizeof (dld_cache.dld_flags));
602 dld_cache.dld_flags &= ~DT_HP_DEBUG_CALLBACK;
604 (char *)&dld_cache.dld_flags,
[all...]
H A Dsomsolib.c429 unsigned int dld_flags; local
477 dld_flags = extract_unsigned_integer (buf, 4);
482 if ((dld_flags & DLD_FLAGS_LISTVALID) == 0)
490 if ((dld_flags & DLD_FLAGS_MAPPRIVATE) == 0)
865 unsigned int dld_flags, status, have_endo; local
1006 dld_flags = extract_unsigned_integer (buf, 4);
1009 dld_flags |= DLD_FLAGS_MAPPRIVATE;
1011 dld_flags |= DLD_FLAGS_HOOKVALID;
1012 store_unsigned_integer (buf, 4, dld_flags);
1080 Rather, we'll merely clear the dld_flags bi
[all...]

Completed in 44 milliseconds