Searched refs:section (Results 101 - 125 of 154) sorted by relevance

1234567

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ia32/machine/
H A Dasm.h169 #define RCSID(x) .section ".ident"; .asciz x
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dbootpart.S10 .section ".prefix", "awx", @progbits
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMainA-win.asm208 ; exectuable section of 4KB where we can put jump back code.
210 section .rwxpg bss execute read write align=4096 label
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElement.cpp150 const QString strRole = strAnchor.section(',', 0, 0);
151 const QString strData = strAnchor.section(',', 1);
163 QString strControllerName = strData.section(',', 0, 0);
165 StorageSlot storageSlot = gpConverter->fromString<StorageSlot>(strData.section(',', 1));
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_ppc_linux.s41 .section ".text"
H A Dxptcstubs_asm_ppc_netbsd.s41 .section ".text"
H A Dxptcinvoke_asm_ppc_aix.s48 # .text section
134 # .data section
146 # .bss section
H A Dxptcinvoke_asm_ppc_ibmobj_aix.s47 # .text section
128 # .data section
140 # .bss section
H A Dxptcinvoke_asm_ppc_aix64.s59 # .text section
149 # .data section
161 # .bss section
H A Dxptcinvoke_asm_ppc_netbsd.s40 .section ".text"
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIIconPool.cpp247 QString strPrefix = strName.section('.', 0, -2);
248 QString strSuffix = strName.section('.', -1, -1);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsExtension.cpp63 QString strVersion(m_data.m_strVersion.section(QRegExp("[-_]"), 0, 0));
67 strAppend = m_data.m_strVersion.section(QRegExp("[-_]"), 1, -1, QString::SectionIncludeLeadingSep);
/vbox/src/VBox/VMM/VMMSwitcher/
H A DAMD64Stub.asm69 ; The description string (in the text section).
H A DX86Stub.asm65 ; The description string (in the text section).
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/arpa/
H A Dnameser.h138 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
207 ns_r_notzone = 10, /*%< Zone of record different from zone section */
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcompiler.h72 * The symbol is referenced by a relocation in a discarded section, so
77 .section ".discard", "a", @progbits ; \
85 __attribute__ (( section ( ".discard" ), used )) \
679 * According to section 9 of the GPLv2, "If the Program does not
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIApplianceEditorWidget.h176 QVariant headerData(int section, Qt::Orientation orientation, int role) const;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_Linux_x86.s114 .section .note.GNU-stack, "", @progbits ; .previous
H A Dos_Linux_x86_64.s95 .section .note.GNU-stack, "", @progbits ; .previous
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp293 QString strItemType = strDefinition.section('=', 0, 0);
294 QString strItemDescriptor = strDefinition.section('=', 1, -1);
1729 QString strFirstSubName = strName.section('/', 0, 0);
1730 QString strFirstSuffix = strName.section('/', 1, -1);
1731 QString strSecondSubName = strFirstSuffix.section('/', 0, 0);
1732 QString strSecondSuffix = strFirstSuffix.section('/', 1, -1);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A Dmain.cpp427 .arg(VBoxGlobal::qtCTVersionString().section('.', 0, 1))
/vbox/src/recompiler/Sun/
H A De_powl-amd64.S44 .section .rodata
H A De_powl-x86.S63 .section .rodata
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsetupapi.h1659 BOOL WINAPI SetupFindFirstLineA( HINF hinf, PCSTR section, PCSTR key, INFCONTEXT *context );
1660 BOOL WINAPI SetupFindFirstLineW( HINF hinf, PCWSTR section, PCWSTR key, INFCONTEXT *context );
1692 LONG WINAPI SetupGetLineCountA( HINF hinf, PCSTR section );
1693 LONG WINAPI SetupGetLineCountW( HINF hinf, PCWSTR section );
1714 BOOL WINAPI SetupGetTargetPathA( HINF hinf, PINFCONTEXT context, PCSTR section, PSTR buffer, DWORD buffer_size, PDWORD required_size );
1715 BOOL WINAPI SetupGetTargetPathW( HINF hinf, PINFCONTEXT context, PCWSTR section, PWSTR buffer, DWORD buffer_size, PDWORD required_size );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsetupapi.h1657 BOOL WINAPI SetupFindFirstLineA( HINF hinf, PCSTR section, PCSTR key, INFCONTEXT *context );
1658 BOOL WINAPI SetupFindFirstLineW( HINF hinf, PCWSTR section, PCWSTR key, INFCONTEXT *context );
1690 LONG WINAPI SetupGetLineCountA( HINF hinf, PCSTR section );
1691 LONG WINAPI SetupGetLineCountW( HINF hinf, PCWSTR section );
1712 BOOL WINAPI SetupGetTargetPathA( HINF hinf, PINFCONTEXT context, PCSTR section, PSTR buffer, DWORD buffer_size, PDWORD required_size );
1713 BOOL WINAPI SetupGetTargetPathW( HINF hinf, PINFCONTEXT context, PCWSTR section, PWSTR buffer, DWORD buffer_size, PDWORD required_size );

Completed in 138 milliseconds

1234567