Searched refs:DYNAMIC (Results 1 - 25 of 49) sorted by relevance

12

/haiku-fatelf/src/preferences/cpufrequency/
H A DCPUFrequencyView.h26 DYNAMIC, enumerator in enum:stepping_mode
55 DYNAMIC,
H A DCPUFrequencyView.cpp114 if (pref->mode == DYNAMIC) {
221 if (pref->mode == DYNAMIC) {
H A DStatusView.cpp112 case DYNAMIC:
284 pref->mode = DYNAMIC;
336 case DYNAMIC:
/haiku-fatelf/src/bin/gdb/bfd/
H A Dmach-o-target.c54 HAS_SYMS | HAS_LOCALS | DYNAMIC | WP_TEXT | D_PAGED),
H A Dsunos.c155 if ((abfd->flags & DYNAMIC) == 0)
180 if ((abfd->flags & DYNAMIC) == 0)
888 ((abfd->flags & DYNAMIC) != 0
894 if ((abfd->flags & DYNAMIC) == 0)
1141 if ((abfd->flags & DYNAMIC) != 0
1152 if ((abfd->flags & DYNAMIC) != 0)
1162 && (h->root.root.u.def.section->owner->flags & DYNAMIC) != 0)
1171 && (h->root.root.u.c.p->section->owner->flags & DYNAMIC) != 0)
1182 if ((abfd->flags & DYNAMIC) != 0
1194 && (abfd->flags & DYNAMIC)
[all...]
H A Dxcoff-target.h165 HAS_LINENO | HAS_DEBUG | DYNAMIC |
H A Delfxx-target.h630 | DYNAMIC | WP_TEXT | D_PAGED),
726 | DYNAMIC | WP_TEXT | D_PAGED),
H A Dcoff-alpha.c516 abfd->flags |= DYNAMIC;
521 abfd->flags |= (DYNAMIC | EXEC_P);
2019 if ((abfd->flags & (DYNAMIC | EXEC_P)) == (DYNAMIC | EXEC_P))
2021 else if ((abfd->flags & DYNAMIC) != 0)
2380 HAS_SYMS | HAS_LOCALS | DYNAMIC | WP_TEXT | D_PAGED),
H A Dsom.c1806 abfd->flags |= DYNAMIC;
2353 if (abfd->flags & (EXEC_P | DYNAMIC))
2367 else if (abfd->flags & DYNAMIC)
3407 if (abfd->flags & (EXEC_P | DYNAMIC))
3557 && (abfd->flags & (EXEC_P | DYNAMIC)))
3566 if (abfd->flags & (D_PAGED | DYNAMIC)
3593 else if (abfd->flags & (EXEC_P | DYNAMIC))
3620 if (abfd->flags & (EXEC_P | DYNAMIC)
3623 else if (abfd->flags & (EXEC_P | DYNAMIC)
3636 if (abfd->flags & (EXEC_P | DYNAMIC))
[all...]
H A Daout-arm.c494 HAS_SYMS | HAS_LOCALS | DYNAMIC | WP_TEXT | D_PAGED),
535 HAS_SYMS | HAS_LOCALS | DYNAMIC | WP_TEXT | D_PAGED),
H A Dxcofflink.c198 if ((abfd->flags & DYNAMIC) == 0)
234 if ((abfd->flags & DYNAMIC) == 0)
319 if ((abfd->flags & DYNAMIC) == 0)
355 if ((abfd->flags & DYNAMIC) == 0)
627 && (! bfd_has_map (abfd) || (member->flags & DYNAMIC) != 0))
717 if ((abfd->flags & DYNAMIC) != 0
1061 if ((abfd->flags & DYNAMIC) != 0
1072 if ((abfd->flags & DYNAMIC) != 0
1800 if ((abfd->flags & DYNAMIC) != 0
1804 & DYNAMIC)
[all...]
H A Delfcode.h601 abfd->flags |= DYNAMIC;
863 if ((abfd->flags & (EXEC_P | DYNAMIC)) != 0)
1133 if ((abfd->flags & (EXEC_P | DYNAMIC)) != 0)
1275 if ((abfd->flags & (EXEC_P | DYNAMIC)) == 0 || dynamic)
1483 if (flags & DYNAMIC)
H A Daout-target.h639 HAS_SYMS | HAS_LOCALS | DYNAMIC | WP_TEXT | D_PAGED),
H A Delf64-mips.c2149 if ((abfd->flags & (EXEC_P | DYNAMIC)) == 0 || dynamic)
2352 if ((abfd->flags & (EXEC_P | DYNAMIC)) == 0)
2450 if ((abfd->flags & (EXEC_P | DYNAMIC)) == 0)
H A Delflink.c793 && ((abfd->flags & DYNAMIC) == 0
800 if ((abfd->flags & DYNAMIC) != 0)
806 olddyn = (oldbfd->flags & DYNAMIC) != 0;
1309 dynamic = (abfd->flags & DYNAMIC) != 0;
2215 && (h->root.u.def.section->owner->flags & DYNAMIC) == 0)
2640 if ((abfd->flags & DYNAMIC) == 0 || elf_dynsymtab (abfd) == 0)
2992 if ((abfd->flags & DYNAMIC) == 0)
3429 else if ((abfd->flags & (EXEC_P | DYNAMIC)) != 0)
3716 && (h->root.u.def.section->owner->flags & DYNAMIC) == 0)
4759 if (inputobj->flags & DYNAMIC)
[all...]
H A Daoutf1.h272 N_SET_DYNAMIC (*execp, (long)(bfd_get_file_flags (abfd) & DYNAMIC));
H A Dbfd-in.h214 #define DYNAMIC 0x40
213 #define DYNAMIC macro
H A Driscix.c530 abfd->flags |= DYNAMIC;
H A Dpef.c1093 HAS_SYMS | HAS_LOCALS | DYNAMIC | WP_TEXT | D_PAGED),
1251 HAS_SYMS | HAS_LOCALS | DYNAMIC | WP_TEXT | D_PAGED),
/haiku-fatelf/src/bin/gawk/
H A Dext.c32 #ifdef DYNAMIC
H A Dconfigh.in15 #undef DYNAMIC
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib-osf.c315 || ((bfd_get_file_flags (symfile_objfile->obfd) & DYNAMIC) == 0))
H A Dsolib-svr4.c1081 the executable in question has the DYNAMIC flag set. It is my
1096 && (bfd_get_file_flags (exec_bfd) & DYNAMIC) != 0
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Dstrops.c40 #define ALLOCATED(FP) ((FP)->_f._IO_buf_base && DYNAMIC(FP))
H A Dwstrops.c41 #define ALLOCATED(FP) ((FP)->_f._IO_buf_base && DYNAMIC(FP))

Completed in 337 milliseconds

12