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

/external/dbus/bus/
H A Ddesktop-file.c47 BusDesktopFileSection *sections; member in struct:BusDesktopFile
126 bus_desktop_file_section_free (&desktop_file->sections[i]);
127 dbus_free (desktop_file->sections);
160 BusDesktopFileSection *sections; local
167 sections = dbus_realloc (desktop_file->sections,
169 if (sections == NULL)
172 desktop_file->sections = sections;
283 desktop_file->sections[
[all...]
/external/icu4c/tools/toolutil/
H A Dpkg_genc.c973 IMAGE_SECTION_HEADER sections[2]; member in struct:__anon1659
1104 uprv_strncpy((char *)objHeader.sections[0].Name, ".drectve", 8);
1105 objHeader.sections[0].SizeOfRawData=length;
1106 objHeader.sections[0].PointerToRawData=IMAGE_SIZEOF_FILE_HEADER+2*IMAGE_SIZEOF_SECTION_HEADER;
1107 objHeader.sections[0].Characteristics=IMAGE_SCN_LNK_INFO|IMAGE_SCN_LNK_REMOVE|IMAGE_SCN_ALIGN_1BYTES;
1110 uprv_strncpy((char *)objHeader.sections[1].Name, ".rdata", 6);
1111 objHeader.sections[1].SizeOfRawData=size;
1112 objHeader.sections[1].PointerToRawData=IMAGE_SIZEOF_FILE_HEADER+2*IMAGE_SIZEOF_SECTION_HEADER+length;
1113 objHeader.sections[1].Characteristics=IMAGE_SCN_CNT_INITIALIZED_DATA|IMAGE_SCN_ALIGN_16BYTES|IMAGE_SCN_MEM_READ;
1129 T_FileStream_write(out, &objHeader, objHeader.sections[
[all...]

Completed in 57 milliseconds