Searched refs:section (Results 1 - 25 of 65) sorted by path

123

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex37 \section{Introduction}
51 format itself. In section \ref{implementations} we focus on robustness of
53 The final section says some words about the status of the information provided
58 \section{File Formats}
61 In all file formats described in this section the resources are being located
130 table, section header table or sections), but will enlarge the file by some
137 table (if any), section header table (if any), sections and segments.
154 start directly after the last PEF section without any padding.
156 regular data), it has to be deduced by iterating through the PEF section
161 \section{Th
[all...]
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css46 screenshot, secondaryie, sect2, sect3, sect4, sect5, section, seealsoie, seeie,
H A Dstyles.css40 section>*, chapter>*, bibliography>*, appendix>*, glossary>*, preface>*,
58 * is a section or title. Titles should be allowed to take up the maximum
60 * be given margins because, the *contents* of the section will alreay have
64 section, title, sect1, sect2, sect3, sect4, sect5, bibliodiv {
80 section>title, sect1>title, bibliodiv>title {
84 section>section>title, sect2>title {
89 section>section>section>titl
[all...]
/haiku/headers/private/debugger/elf/
H A DElfFile.h137 void PutSection(ElfSection* section);
/haiku/headers/private/package/hpkg/v1/
H A DReaderImplBase.h56 BHPKGPackageSectionID section; member in struct:BPackageKit::BHPKG::V1::BPrivate::ReaderImplBase::AttributeHandlerContext
60 BHPKGPackageSectionID section);
64 BHPKGPackageSectionID section);
201 const SectionInfo& section) const;
220 const SectionInfo& section);
229 inline void SetCurrentSection(SectionInfo* section);
287 ReaderImplBase::SetCurrentSection(SectionInfo* section) argument
289 fCurrentSection = section;
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp273 // We need to parse the data section now
569 // We need to parse the data section now
574 uint8 section = P_ATTRIBUTE; local
579 section = P_ATTRIBUTE;
583 section = P_DATA;
587 switch (section) {
839 // Since directories can only have attributes in the offset section,
960 // We need to parse the data section now
975 uint8 section = P_ATTRIBUTE; local
980 section
[all...]
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp259 ElfSection* section = FindSection(name); local
260 if (section != NULL && section->Load() == B_OK)
261 return section;
268 ElfFile::PutSection(ElfSection* section) argument
270 if (section != NULL)
271 section->Unload();
280 ElfSection* section = fSections.ItemAt(i); local
281 if (strcmp(section->Name(), name) == 0)
282 return section;
294 ElfSection* section = fSections.ItemAt(i); local
474 ElfSection* section = new(std::nothrow) ElfSection(name, local
[all...]
/haiku/src/kits/package/hpkg/
H A DPackageReaderImpl.cpp359 // init package attributes section
368 // init TOC section
398 context.section = B_HPKG_SECTION_PACKAGE_TOC;
421 context.section = B_HPKG_SECTION_PACKAGE_TOC;
462 "section\n",
501 ErrorOutput()->PrintError("Error: Invalid %s section: "
509 ErrorOutput()->PrintError("Error: Invalid %s section: "
520 ErrorOutput()->PrintError("Error: Invalid %s section: invalid "
/haiku/src/kits/package/hpkg/v1/
H A DPackageReaderImplV1.cpp475 "attributes section: %s\n", errorString);
487 ErrorOutput()->PrintError("Error: Invalid package file: TOC section: "
525 ErrorOutput()->PrintError("Error: Package file TOC section size "
535 "Error: Package file package attributes section size "
552 // read in the complete package attributes section
572 // parse strings from package attributes section
598 context.section = B_HPKG_SECTION_PACKAGE_TOC;
617 context.section = B_HPKG_SECTION_PACKAGE_TOC;
647 "section\n",
686 ErrorOutput()->PrintError("Error: Invalid %s section
[all...]
H A DReaderImplBaseV1.cpp46 BHPKGPackageSectionID section)
51 section(section)
58 BHPKGPackageSectionID section)
63 section(section)
148 "attribute section: unexpected package attribute id %d "
224 "attribute section: unexpected package attribute id %d "
267 "Error: Invalid package attribute section: invalid "
293 "attribute section
44 AttributeHandlerContext( BErrorOutput* errorOutput, BPackageContentHandler* packageContentHandler, BHPKGPackageSectionID section) argument
56 AttributeHandlerContext( BErrorOutput* errorOutput, BLowLevelPackageContentHandler* lowLevelHandler, BHPKGPackageSectionID section) argument
1021 ReadCompressedBuffer(const SectionInfo& section) argument
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Dshell.S446 .section .bss
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Dstart.cpp21 extern "C" void __attribute__((section(".text.start")))
/haiku/src/system/glue/arch/m68k/
H A Dcrti.S22 .section .init
26 .section .fini
H A Dcrtn.S11 .section .init
15 .section .fini
/haiku/src/system/glue/arch/ppc/
H A Dcrti.S22 .section .init
26 .section .fini
H A Dcrtn.S11 .section .init
15 .section .fini
/haiku/src/system/glue/arch/sparc/
H A Dcrti.S21 .section .init
26 .section .fini
H A Dcrtn.S13 .section .init
15 .section .fini
/haiku/src/system/glue/arch/x86/
H A Dcrti.S22 .section .init
30 .section .fini
H A Dcrtn.S11 .section .init
17 .section .fini
/haiku/src/system/glue/arch/x86_64/
H A Dcrti.S25 .section .init
36 .section .fini
H A Dcrtn.S14 .section .init
23 .section .fini
/haiku/src/system/glue/
H A Dcrtbegin.c19 __attribute__((section(".eh_frame"), aligned(4), visibility("hidden"))) = {};
34 __attribute__((section(".ctors"), aligned(sizeof(fp)), visibility("hidden"), used)) = { (fp)-1 };
63 __attribute__((section(".dtors"), aligned(sizeof(fp)), visibility("hidden"), used)) = { (fp)-1 };
67 __attribute__((section(".init_array"), used))
90 __attribute__((section(".fini_array"), used))
H A Dcrtend.c14 __attribute__((section(".eh_frame"), used)) = { 0 };
19 __attribute__((section(".ctors"), visibility("hidden"), used)) = { 0 };
21 __attribute__((section(".dtors"), visibility("hidden"), used)) = { 0 };
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_parse.c88 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { argument
98 if (section != ns_s_qd) {
149 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { argument
153 /* Make section right. */
154 tmp = section;
155 if (tmp < 0 || section >= ns_s_max)
157 if (section != handle->_sect)
158 setsection(handle, section);
163 if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
166 setsection(handle, section);
212 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) argument
[all...]

Completed in 101 milliseconds

123