/reactos/sdk/lib/crt/include/internal/mingw-w64/ |
H A D | sect_attribs.h | 16 #pragma section(".CRTMP$XCA",long,_ATTRIBUTES) 17 #pragma section(".CRTMP$XCZ",long,_ATTRIBUTES) 18 #pragma section(".CRTMP$XIA",long,_ATTRIBUTES) 29 #pragma section(".CRT$XCA",long,_ATTRIBUTES) 31 #pragma section(".CRT$XCC",long,_ATTRIBUTES) 54 #pragma section(".rdata$T",long,read) 55 #pragma section(".rtc$IAA",long,read) 56 #pragma section(".rtc$IZZ",long,read) 57 #pragma section(".rtc$TAA",long,read) 58 #pragma section(".rtc$TZZ",long,read) [all …]
|
/reactos/dll/win32/kernel32/wine/ |
H A D | profile.c | 229 for ( ; section; section = section->next) in PROFILE_Save() 233 if (section->name[0]) len += strlenW(section->name) + 4; in PROFILE_Save() 284 for ( ; section; section = next_section) in PROFILE_Free() 544 section = &(*section)->next; in PROFILE_DeleteSection() 576 section = &(*section)->next; in PROFILE_DeleteKey() 589 PROFILESECTION **section= &CurProfile->section; in PROFILE_DeleteAllKeys() local 604 section = &(*section)->next; in PROFILE_DeleteAllKeys() 666 section = &(*section)->next; in PROFILE_Find() 948 section = section->next; in PROFILE_GetSection() 976 section = CurProfile->section; in PROFILE_GetSectionNames() [all …]
|
/reactos/sdk/lib/3rdparty/freetype/src/tools/docmaker/ |
H A D | formatter.py | 46 for section in self.sections: 61 for section in self.sections: 62 self.add_identifier( section.name, section ) 111 for section in chap.sections: 158 def section_enter( self, section ): argument 179 def section_exit( self, section ): argument 187 self.section_enter( section ) 189 for name in section.block_names: 219 self.section_exit( section ) 225 for section in self.sections: [all …]
|
H A D | tohtml.py | 307 def make_section_url( self, section ): argument 563 def toc_section_enter( self, section ): argument 569 def toc_section_exit( self, section ): argument 600 def section_enter( self, section ): argument 604 + section.title 608 for b in section.blocks.values(): 622 count = len( section.block_names ) 624 if section.block_names[-1] == "/empty/": 717 def section_exit( self, section ): argument 721 for section in self.sections: [all …]
|
H A D | content.py | 417 section = DocSection( section_name ) 418 self.sections[section_name] = section 419 self.section = section 421 self.section = self.sections[section_name] 527 section = self.sections[sec] 528 section.chapter = chap 529 section.reorder() 530 chap.sections.append( section ) 566 self.section = processor.section 590 processor.section.add_def( self ) [all …]
|
/reactos/sdk/tools/hhpcomp/chmc/ |
H A D | chmc.c | 253 if (!section) in chmc_section_add() 270 if (section) { in chmc_section_create() 276 section->offset = 0; in chmc_section_create() 277 section->len = 0; in chmc_section_create() 301 section->fd = mkstemps(section->filename, 0); in chmc_section_create() 319 return section; in chmc_section_create() 322 free(section); in chmc_section_create() 495 assert(section); in chmc_section_destroy() 509 close(section->fd); in chmc_section_destroy() 511 free(section); in chmc_section_destroy() [all …]
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | loader.c | 221 section.Misc.VirtualSize = section.SizeOfRawData * 10; in create_test_dll() 231 ret = WriteFile(hfile, §ion, sizeof(section), &dummy, NULL); in create_test_dll() 842 …start = (const char *)hlib + section.VirtualAddress + section.PointerToRawData + section.SizeOfRaw… in test_Loader() 1883 section.Misc.VirtualSize = section.SizeOfRawData; in test_section_access() 2068 memset( §ion, 0, sizeof(section) ); in test_import_resolution() 2078 WriteFile(hfile, §ion, sizeof(section), &dummy, NULL); in test_import_resolution() 2973 ret = WriteFile(file, §ion, sizeof(section), &dummy, NULL); in test_ExitProcess() 3490 section.SizeOfRawData = section.Misc.VirtualSize; in test_ResolveDelayLoadedAPI() 3493 ret = WriteFile(hfile, §ion, sizeof(section), &dummy, NULL); in test_ResolveDelayLoadedAPI() 3502 section.SizeOfRawData = section.Misc.VirtualSize; in test_ResolveDelayLoadedAPI() [all …]
|
/reactos/sdk/lib/ucrt/inc/ |
H A D | internal_shared.h | 30 #pragma section(".CRT$XIC", long, read) 31 #pragma section(".CRT$XPX", long, read) 32 #pragma section(".CRT$XPXA", long, read) 34 #pragma section(".CRT$XIA", long, read) 35 #pragma section(".CRT$XIZ", long, read) 36 #pragma section(".CRT$XCA", long, read) 37 #pragma section(".CRT$XCZ", long, read) 38 #pragma section(".CRT$XPA", long, read) 39 #pragma section(".CRT$XPZ", long, read) 40 #pragma section(".CRT$XTA", long, read) [all …]
|
/reactos/dll/win32/inseng/ |
H A D | inf.c | 36 struct inf_section *section; member 60 static void inf_section_free(struct inf_section *section) in inf_section_free() argument 69 heap_free(section); in inf_section_free() 214 char *inf_section_get_name(struct inf_section *section) in inf_section_get_name() argument 216 return strdupA(section->name); in inf_section_get_name() 255 return expand_variables(value->section->file, value->value); in inf_value_get_value() 357 *section = sec; in inf_section_parse() 381 key_val->section = sec; in inf_value_parse() 389 struct inf_section *section = NULL; in inf_process_content() local 398 else if (strchr(line, '=') && section) in inf_process_content() [all …]
|
H A D | icif.c | 1358 if (!section_get_str(section, "Version", &line, NULL)) in read_version_entry() 1394 if (!section_get_str(section, "Platform", &line, NULL)) in read_platform_entry() 1478 while (inf_section_next_value(section, &inf_value)) in read_urls() 1602 if (!read_platform_entry(section, &component->platform)) in process_component() 1604 if (!read_urls(component, section)) in process_component() 1606 if (!read_dependencies(component, section)) in process_component() 1655 hr = process_component(file, section, section_name); in process_section() 1657 hr = process_group(file, section, section_name); in process_section() 1667 struct inf_section *section = NULL; in process_inf() local 1673 section_name = inf_section_get_name(section); in process_inf() [all …]
|
/reactos/sdk/lib/ucrt/locale/ |
H A D | wsetlocale.cpp | 937 if (section.length < 2 || section.length > 3) in parse_bcp47_language() 942 if (!string_is_alpha(section.ptr, section.length)) in parse_bcp47_language() 947 … _ERRCHECK(wcsncpy_s(names->szLanguage, _countof(names->szLanguage), section.ptr, section.length)); in parse_bcp47_language() 948 …_ERRCHECK(wcsncpy_s(names->szLocaleName, _countof(names->szLocaleName), section.ptr, section.lengt… in parse_bcp47_language() 959 if (section.length != 4) { in parse_bcp47_script() 963 if (!string_is_alpha(section.ptr, section.length)) in parse_bcp47_script() 969 …_ERRCHECK(wcsncat_s(names->szLocaleName, _countof(names->szLocaleName), section.ptr, section.lengt… in parse_bcp47_script() 980 … if ( !(section.length == 2 && string_is_alpha(section.ptr, section.length)) // if not 2 letters in parse_bcp47_region() 981 … && !(section.length == 3 && string_is_digit(section.ptr, section.length))) // and not 3 digits in parse_bcp47_region() 986 _ERRCHECK(wcsncpy_s(names->szCountry, _countof(names->szCountry), section.ptr, section.length)); in parse_bcp47_region() [all …]
|
/reactos/dll/win32/setupapi/ |
H A D | parser.c | 55 struct section struct 190 struct section *section; in find_line() local 196 for (i = 0, line = section->lines; i < section->nb_lines; i++, line++) in find_line() 208 struct section *section; in add_section() local 218 section->alloc_lines = sizeof(section->lines)/sizeof(section->lines[0]); in add_section() 227 struct section *section; in add_line() local 235 int size = sizeof(*section) - sizeof(section->lines) + 2*section->alloc_lines*sizeof(*line); in add_line() 240 line = §ion->lines[section->nb_lines++]; in add_line() 252 struct section *section; in get_line() local 1634 struct section *section; in SetupFindNextLine() local [all …]
|
H A D | install.c | 776 WCHAR section[MAX_INF_STRING_LENGTH]; in update_ini_callback() local 785 if (!SetupGetStringFieldW( &context, 2, section, in update_ini_callback() 809 WritePrivateProfileStringW(section,entry,string,filename); in update_ini_callback() 1216 if (!RtlCreateUnicodeStringFromAsciiz( §ionW, section )) in SetupInstallFilesFromInfSectionA() 1275 if (RtlCreateUnicodeStringFromAsciiz( §ionW, section )) in SetupInstallFromInfSectionA() 1471 WCHAR *s, *path, section[MAX_PATH]; in InstallHinfSectionW() local 1480 lstrcpynW( section, cmdline, MAX_PATH ); in InstallHinfSectionW() 1482 if (!(s = strchrW( section, ' ' ))) goto cleanup; in InstallHinfSectionW() 1506 hinf, section, section, sizeof(section)/sizeof(section[0]), &SectionNameLength, NULL ); in InstallHinfSectionW() 1514 WARN("Section name '%s' too long\n", section); in InstallHinfSectionW() [all …]
|
/reactos/sdk/tools/hhpcomp/ |
H A D | hhp_reader.cpp | 171 void hhp_reader::add_section(hhp_section* section) in add_section() argument 173 string upper_case_name = to_upper(section->get_name()); in add_section() 176 sections.insert(pair<string, hhp_section*>(upper_case_name, section)); in add_section() 186 hhp_section* section = NULL; in read() local 198 section = sections.find(name)->second; in read() 199 clog << section->get_name() << endl; in read() 208 if (section) in read() 209 section->process_line(line); in read()
|
/reactos/modules/rostests/apitests/ntdll/load_notifications/ |
H A D | load_notifications.c | 11 #define _CRTALLOC(x) __attribute__ ((section (x) )) 37 #pragma section(".rdata$T",long,read) 38 #pragma section(".tls",long,read,write) 39 #pragma section(".tls$ZZZ",long,read,write)
|
/reactos/dll/directx/wine/d3dcompiler_43/ |
H A D | blob.c | 253 struct dxbc_section *section = &src_dxbc.sections[i]; in d3dcompiler_get_blob_part() local 255 if (check_blob_part(section->tag, part)) in d3dcompiler_get_blob_part() 257 hr = dxbc_add_section(&dst_dxbc, section->tag, section->data, section->data_size); in d3dcompiler_get_blob_part() 394 struct dxbc_section *section = &src_dxbc.sections[i]; in d3dcompiler_strip_shader() local 396 if (check_blob_strip(section->tag, flags)) in d3dcompiler_strip_shader() 398 hr = dxbc_add_section(&dst_dxbc, section->tag, section->data, section->data_size); in d3dcompiler_strip_shader()
|
/reactos/modules/rostests/apitests/pefile/ |
H A D | ntoskrnl.c | 140 PIMAGE_SECTION_HEADER section = firstSection + n; in START_TEST() local 143 StringCchCopyNA(name, _countof(name), (PCSTR)section->Name, 8); in START_TEST() 151 DWORD Flags = g_Sections[i].Required & section->Characteristics; in START_TEST() 158 DWORD Flags = g_Sections[i].Disallowed & section->Characteristics; in START_TEST() 160 name, Chr2Str(section->Characteristics)); in START_TEST()
|
/reactos/dll/win32/advpack/ |
H A D | reg.c | 150 UNICODE_STRING section; in RegInstallA() local 161 RtlCreateUnicodeStringFromAsciiz(§ion, pszSection); in RegInstallA() 163 hr = RegInstallW(hm, section.Buffer, wtable); in RegInstallA() 168 RtlFreeUnicodeString(§ion); in RegInstallA() 387 UNICODE_STRING title, inf, section; in RegSaveRestoreOnINFA() local 396 RtlCreateUnicodeStringFromAsciiz(§ion, pszSection); in RegSaveRestoreOnINFA() 398 hr = RegSaveRestoreOnINFW(hWnd, title.Buffer, inf.Buffer, section.Buffer, in RegSaveRestoreOnINFA() 403 RtlFreeUnicodeString(§ion); in RegSaveRestoreOnINFA()
|
/reactos/dll/win32/dbghelp/ |
H A D | macho_module.c | 399 char tmp[sizeof(fmap->sect[0].section.sectname)]; in macho_find_segment_section() 448 …return macho_map_range(fmap, fmap->sect[ism->sidx].section.offset, fmap->sect[ism->sidx].section.s… in macho_map_section() 685 …memcpy(fmap->sect[info->section_index].section.sectname, section->sectname, sizeof(section->sectna… in macho_load_section_info() 686 …memcpy(fmap->sect[info->section_index].section.segname, section->segname, sizeof(section->segnam… in macho_load_section_info() 687 fmap->sect[info->section_index].section.addr = section->addr; in macho_load_section_info() 688 fmap->sect[info->section_index].section.size = section->size; in macho_load_section_info() 689 fmap->sect[info->section_index].section.offset = section->offset; in macho_load_section_info() 690 fmap->sect[info->section_index].section.align = section->align; in macho_load_section_info() 691 fmap->sect[info->section_index].section.reloff = section->reloff; in macho_load_section_info() 692 fmap->sect[info->section_index].section.nreloc = section->nreloc; in macho_load_section_info() [all …]
|
/reactos/boot/freeldr/freeldr/ |
H A D | freeldr_i386.msvc.lds | 25 * - If a .data section is present, the .bss section is appended to it in case 31 * attributes, the .edata section is appended to the .rdata section.
|
/reactos/sdk/tools/geninc/ |
H A D | geninc.c | 56 SECTION section; in main() local 148 if (fread(§ion, 1, sizeof(SECTION), input) != sizeof(SECTION)) in main() 154 if (strcmp(section.Name, ".asmdef") == 0) in main() 167 fseek(input, section.RawAddress, SEEK_SET); in main()
|
/reactos/boot/bootdata/bootcd/ |
H A D | unattend.inf | 62 ; enable this section to automatically launch programs 67 ; Enable the next line (+ the GuiRunOnce section) to enable the lautus theme 71 ; enable this section to change resolution / bpp 79 ; enable this section to add environment variables
|
/reactos/modules/rostests/winetests/setupapi/ |
H A D | diskspace.c | 781 struct section struct 792 struct section sections[2]; argument 905 const struct section *section = §ion_test[i].sections[j]; in test_SetupAddSectionToDiskSpaceListA() local 906 if (!section->name) in test_SetupAddSectionToDiskSpaceListA() 910 … ret = SetupAddSectionToDiskSpaceListA(diskspace, inf, NULL, section->name, section->fileop, 0, 0); in test_SetupAddSectionToDiskSpaceListA() 911 if (section->result) in test_SetupAddSectionToDiskSpaceListA() 917 i, section->error_code, GetLastError()); in test_SetupAddSectionToDiskSpaceListA() 1074 const struct section_i *section = §ion_test_i[i].sections[j]; in test_SetupAddInstallSectionToDiskSpaceListA() local 1075 if (!section->name) in test_SetupAddInstallSectionToDiskSpaceListA() 1080 if (section->result) in test_SetupAddInstallSectionToDiskSpaceListA() [all …]
|
/reactos/hal/halx86/include/ |
H A D | hal.h | 41 # pragma section("INIT", read,execute,discard) 42 # pragma section("INITDATA", read,discard)
|
/reactos/sdk/include/ndk/ |
H A D | section_attribs.h | 23 #define DATA_SEG(segment) __attribute__((section(segment))) 24 #define CODE_SEG(segment) __attribute__((section(segment)))
|