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

/vbox/src/VBox/Runtime/include/internal/
H A DldrELF64.h176 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A Delf64.h216 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro

Completed in 32 milliseconds