Searched refs:ENTRY (Results 1 - 25 of 222) sorted by relevance

123456789

/haiku-fatelf/src/apps/debugger/dwarf/
H A DTagNames.cpp17 #undef ENTRY macro
18 #define ENTRY(name) { DW_TAG_##name, "DW_TAG_" #name } macro
21 ENTRY(array_type),
22 ENTRY(class_type),
23 ENTRY(entry_point),
24 ENTRY(enumeration_type),
25 ENTRY(formal_parameter),
26 ENTRY(imported_declaration),
27 ENTRY(label),
28 ENTRY(lexical_bloc
[all...]
H A DAttributeClasses.cpp38 #undef ENTRY macro
39 #define ENTRY(name) "DW_AT_" #name, &DebugInfoEntry::AddAttribute_##name, \ macro
43 { ENTRY(sibling), AC_REFERENCE },
44 { ENTRY(location), AC_BLOCK | AC_LOCLISTPTR },
45 { ENTRY(name), AC_STRING },
46 { ENTRY(ordering), AC_CONSTANT },
47 { ENTRY(byte_size), AC_BLOCK | AC_CONSTANT | AC_REFERENCE },
48 { ENTRY(bit_offset), AC_BLOCK | AC_CONSTANT | AC_REFERENCE },
49 { ENTRY(bit_size), AC_BLOCK | AC_CONSTANT | AC_REFERENCE },
50 { ENTRY(stmt_lis
137 #undef ENTRY macro
138 #define ENTRY macro
[all...]
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dstrerror.c69 # define ENTRY(value, name, msg) {value, name, msg} macro
71 # define ENTRY(value, name, msg) {value, name} macro
77 ENTRY(EPERM, "EPERM", "Not owner"),
80 ENTRY(ENOENT, "ENOENT", "No such file or directory"),
83 ENTRY(ESRCH, "ESRCH", "No such process"),
86 ENTRY(EINTR, "EINTR", "Interrupted system call"),
89 ENTRY(EIO, "EIO", "I/O error"),
92 ENTRY(ENXIO, "ENXIO", "No such device or address"),
95 ENTRY(E2BIG, "E2BIG", "Arg list too long"),
98 ENTRY(ENOEXE
[all...]
H A Dstrsignal.c78 # define ENTRY(value, name, msg) {value, name, msg} macro
80 # define ENTRY(value, name, msg) {value, name} macro
86 ENTRY(SIGHUP, "SIGHUP", "Hangup"),
89 ENTRY(SIGINT, "SIGINT", "Interrupt"),
92 ENTRY(SIGQUIT, "SIGQUIT", "Quit"),
95 ENTRY(SIGILL, "SIGILL", "Illegal instruction"),
98 ENTRY(SIGTRAP, "SIGTRAP", "Trace/breakpoint trap"),
103 ENTRY(SIGIOT, "SIGIOT", "IOT trap"),
106 ENTRY(SIGABRT, "SIGABRT", "Aborted"),
109 ENTRY(SIGEM
[all...]
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dstrerror.c64 # define ENTRY(value, name, msg) {value, name, msg} macro
66 # define ENTRY(value, name, msg) {value, name} macro
72 ENTRY(EPERM, "EPERM", "Not owner"),
75 ENTRY(ENOENT, "ENOENT", "No such file or directory"),
78 ENTRY(ESRCH, "ESRCH", "No such process"),
81 ENTRY(EINTR, "EINTR", "Interrupted system call"),
84 ENTRY(EIO, "EIO", "I/O error"),
87 ENTRY(ENXIO, "ENXIO", "No such device or address"),
90 ENTRY(E2BIG, "E2BIG", "Arg list too long"),
93 ENTRY(ENOEXE
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/misc/
H A Dhsearch.c27 ENTRY *
29 ENTRY item;
32 ENTRY *result;
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A De_atan2.S10 ENTRY(__ieee754_atan2)
H A De_atan2f.S10 ENTRY(__ieee754_atan2f)
H A De_sqrt.S10 ENTRY(__ieee754_sqrt)
H A De_sqrtf.S10 ENTRY(__ieee754_sqrtf)
H A Ds_fabs.S4 ENTRY(__fabs)
H A Ds_fabsf.S4 ENTRY(__fabsf)
H A Ds_fabsl.S4 ENTRY(__fabsl)
H A Ds_rint.S10 ENTRY(__rint)
H A Ds_rintf.S10 ENTRY(__rintf)
H A De_acos.S11 ENTRY(__ieee754_acos)
H A De_acosf.S12 ENTRY(__ieee754_acosf)
H A De_asin.S11 ENTRY(__ieee754_asin)
H A De_asinf.S12 ENTRY(__ieee754_asinf)
H A De_fmod.S10 ENTRY(__ieee754_fmod)
H A De_fmodf.S11 ENTRY(__ieee754_fmodf)
H A De_remainder.S10 ENTRY(__ieee754_remainder)
H A De_remainderf.S10 ENTRY(__ieee754_remainderf)
H A De_remainderl.S12 ENTRY(__ieee754_remainderl)
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86_64/
H A Ds_fabsl.S23 ENTRY(__fabsl)

Completed in 131 milliseconds

123456789