Searched refs:STT_NUM (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/include/internal/
H A DldrELFCommon.h329 #define STT_NUM 7 /* Number of generic symbol types. */ macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_module.c89 #if STT_NUM != (STT_TLS + 1)
90 #error "STT_NUM has grown. update dt_module_syminit32()"
103 if (type >= STT_NUM || type == STT_SECTION)
122 #if STT_NUM != (STT_TLS + 1)
123 #error "STT_NUM has grown. update dt_module_syminit64()"
136 if (type >= STT_NUM || type == STT_SECTION)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A Delf_common.h437 #define STT_NUM 7 macro

Completed in 186 milliseconds