Searched defs:ELF32_ST_INFO (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/include/internal/
H A DldrELF32.h177 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A Delf32.h210 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro

Completed in 43 milliseconds