Searched defs:section (Results 26 - 50 of 186) sorted by relevance

12345678

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
H A Ddy.asm3 section .bss label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delfequabs.asm5 section .text label
H A Dcurpos-err.asm4 section .bar label
12 section .data label
24 section .text label
H A Dcurpos.asm4 section .bar label
12 section .data label
24 section .text label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dmultisect2.asm4 section .bss ; follows=.data label
6 section .data label
8 section .text label
H A Dmultisect4.asm19 section .earlybss nobits start=BSS_START label
21 section .bcopy32 align=16 follows=.data vfollows=.earlybss label
23 section .bss nobits align=256 vfollows=.bcopy32 label
26 section .text start=TEXT_START label
27 section .data align=16 follows=.text label
30 section .latebss nobits align=16 follows=.bcopy32 label
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dmmx_main.asm73 section .note.GNU-stack noalloc noexec nowrite progbits label
H A Dx86_main.asm74 section .note.GNU-stack noalloc noexec nowrite progbits label
H A Dmmxp2_32.asm404 section .note.GNU-stack noalloc noexec nowrite progbits label
H A Dx86p_16.asm489 section .note.GNU-stack noalloc noexec nowrite progbits label
H A Dx86p_32.asm1043 section .note.GNU-stack noalloc noexec nowrite progbits label
/external/chromium_org/base/win/
H A Dstartup_information_unittest.cc21 HANDLE section = ::OpenFileMappingW(PAGE_READWRITE, false, kSectionName); local
22 HANDLE* events = reinterpret_cast<HANDLE*>(::MapViewOfFile(section,
43 HANDLE section = ::CreateFileMappingW(INVALID_HANDLE_VALUE, NULL, local
46 ASSERT_TRUE(section);
48 HANDLE* events = reinterpret_cast<HANDLE*>(::MapViewOfFile(section,
/external/chromium_org/sandbox/win/wow_helper/
H A Dtarget_code.h20 HANDLE section; // First argument of the call. member in struct:sandbox::PatchInfo
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
H A Dbin-farabs.asm6 section .text label
H A Dbin-rip.asm5 section .text label
16 section .data label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
H A Dwin32-curpos.asm4 section .bar label
12 section .data label
24 section .text label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
H A Dwin64-curpos.asm4 section .bar label
12 section .data label
24 section .text label
H A Dwin64-dataref2.asm3 section .text label
14 section .data label
/external/chromium_org/chrome/common/
H A Dini_parser.cc31 // It is a section header.
52 void DictionaryValueINIParser::HandleTriplet(const std::string& section, argument
56 // Checks whether the section and key contain a '.' character.
59 if (section.find('.') == std::string::npos &&
61 root_.SetString(section + "." + key, value);
H A Dini_parser_unittest.cc14 TestTriplet(const std::string& section, argument
17 : section(section),
22 std::string section; member in struct:__anon5678::TestTriplet
41 virtual void HandleTriplet(const std::string& section, const std::string& key,
43 EXPECT_EQ(expected_triplets_[pair_i_].section, section);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dx86inc.asm59 ; Name of the .rodata section.
61 ; so use a different read-only section.
69 section .text
554 section .note.GNU-stack noalloc noexec nowrite progbits label
557 section .note.GNU-stack noalloc noexec nowrite progbits label
/external/chromium_org/third_party/libyuv/source/
H A Dx86inc.asm59 ; Name of the .rodata section.
61 ; so use a different read-only section.
69 section .text
554 section .note.GNU-stack noalloc noexec nowrite progbits label
557 section .note.GNU-stack noalloc noexec nowrite progbits label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdfext.asm30 section .data label
36 section .bss label
39 ;section a null
41 section b text label
44 section c code label
47 section d data label
50 section e comment,5 ; after comma is reserved value label
53 section f lcomment label
56 section g pcomment,8 label
59 section label
62 section i linedebug label
[all...]
/external/openssl/crypto/conf/
H A Dcnf_save.c85 char *section; local
94 printf("[ %s ]\n",cv->section);
100 section=(v->section == NULL)?"None":v->section;
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_common.cc53 bool ServerTypeMatchesField(DialogSection section, argument
58 // The credit card name is filled from the billing section's data.
60 (section == SECTION_BILLING || section == SECTION_CC_BILLING)) {
81 DialogSection section) {
82 switch (section) {
101 DialogSection section) {
102 switch (section) {
80 DialogSectionToUiItemAddedEvent( DialogSection section) argument
100 DialogSectionToUiSelectionChangedEvent( DialogSection section) argument

Completed in 542 milliseconds

12345678