Searched refs:section (Results 26 - 50 of 65) sorted by relevance

123

/haiku/src/tests/system/runtime_loader/test_suite/
H A Dload_init_order133 __attribute__((section(".preinit_array"), used))
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Dcrt0-efi-x86_64.S65 // hand-craft a dummy .reloc section so EFI knows it's a relocatable executable:
71 .section .reloc, "a"
/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/kits/print/
H A DBeUtils.cpp58 status_t TestForAddonExistence(const char* name, directory_which which, const char* section, BPath& outPath) argument
63 (err=outPath.Append(section)) == B_OK &&
/haiku/src/kits/package/hpkg/
H A DReaderImplBase.cpp48 BHPKGPackageSectionID section, bool ignoreUnknownAttributes)
54 section(section)
61 BHPKGPackageSectionID section, bool ignoreUnknownAttributes)
67 section(section)
188 "attribute section: unexpected package attribute id %d "
258 "attribute section: unexpected package attribute id %d "
288 "Error: Invalid package attribute section: invalid "
317 "attribute section
46 AttributeHandlerContext( BErrorOutput* errorOutput, BPackageContentHandler* packageContentHandler, BHPKGPackageSectionID section, bool ignoreUnknownAttributes) argument
59 AttributeHandlerContext( BErrorOutput* errorOutput, BLowLevelPackageContentHandler* lowLevelHandler, BHPKGPackageSectionID section, bool ignoreUnknownAttributes) argument
882 InitSection(PackageFileSection& section, uint64 endOffset, uint64 length, uint64 maxSaneLength, uint64 stringsLength, uint64 stringsCount) argument
922 PrepareSection(PackageFileSection& section) argument
1377 ReadSection(const PackageFileSection& section) argument
[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/system/boot/platform/efi/arch/x86/
H A Dcrt0-efi-x86.S67 // hand-craft a dummy .reloc section so EFI knows it's a relocatable executable:
71 .section .reloc
/haiku/src/kits/debugger/dwarf/
H A DAbbreviationTable.cpp34 AbbreviationTable::Init(const void* section, off_t sectionSize) argument
39 fData = (uint8*)section + fOffset;
H A DAbbreviationTable.h106 status_t Init(const void* section, off_t sectionSize);
/haiku/src/kits/package/hpkg/v1/
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/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/headers/private/package/hpkg/
H A DReaderImplBase.h135 status_t InitSection(PackageFileSection& section,
139 status_t PrepareSection(PackageFileSection& section);
157 status_t ReadSection(const PackageFileSection& section);
166 inline void SetCurrentSection(PackageFileSection* section);
220 BHPKGPackageSectionID section; member in class:BPackageKit::BHPKG::BPrivate::ReaderImplBase::AttributeHandlerContext
227 BHPKGPackageSectionID section,
233 BHPKGPackageSectionID section,
550 ReaderImplBase::SetCurrentSection(PackageFileSection* section) argument
552 fCurrentSection = section;
/haiku/src/system/libroot/posix/glibc/include/arch/ppc/
H A Dsysdep.h122 .section ".data"; \
134 .section ".data"; \
201 .section ".text"; \
218 /* Label in text section. */
/haiku/src/system/libroot/posix/glibc/include/arch/sparc/
H A Dsysdep.h27 .section .text.__sparc_get_pc_thunk.reg,"axG",@progbits,__sparc_get_pc_thunk.reg,comdat; \
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dstart.cpp72 extern "C" void __attribute__((section(".text.start")))
/haiku/src/system/boot/platform/efi/arch/arm/
H A Dcrt0-efi-arm.S19 .section .text.head
92 * The EFI application loader requires a relocation section
94 * dummy section as far as we are concerned.
98 .byte 0 // end of 0 padding of section name
107 .long 0x42100040 // Characteristics (section flags)
113 .byte 0 // end of 0 padding of section name
123 .long 0xe0500020 // Characteristics (section flags)
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Dcrt0-efi-riscv64.S30 .section .text.head
113 * The EFI application loader requires a relocation section
115 * dummy section as far as we are concerned.
119 .byte 0 // end of 0 padding of section name
128 .long 0x42100040 // Characteristics (section flags)
134 .byte 0 // end of 0 padding of section name
144 .long 0xe0500020 // Characteristics (section flags)
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Dcrt0-efi-arm64.S19 .section .text.head
99 * The EFI application loader requires a relocation section
101 * dummy section as far as we are concerned.
105 .byte 0 // end of 0 padding of section name
114 .long 0x42100040 // Characteristics (section flags)
129 .long 0xe0500020 // Characteristics (section flags)
/haiku/headers/private/print/
H A DBeUtils.h51 const char* section, BPath& outPath);
/haiku/src/system/libroot/os/arch/riscv64/
H A Dbyteorder.S69 .section .rodata
/haiku/src/system/kernel/arch/x86/64/
H A Darch.S116 .section .rodata
/haiku/src/kits/shared/
H A DDateTimeEdit.cpp66 int32 section = FocusIndex();
67 if (section < 0 || section > 2)
95 // will create the arrow bitmaps and the section list
424 int32 section = FocusIndex();
425 if (section < 0 || section > 2)
441 if (fFields[section] == B_DATE_ELEMENT_YEAR) {
462 // will create the arrow bitmaps and the section list
/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/system/libroot/posix/glibc/include/
H A Dlibc-symbols.h218 /* We want the .gnu.warning.SYMBOL section to be unallocated. */
221 asm (".section " section_string "\n\t.previous");
229 /* Tacking on "\n\t#" to the section name makes gcc put it's bogus
230 section attributes on what looks like a comment to the assembler. */
239 __attribute__ ((unused, section (".gnu.warning." #symbol __sec_comment))) \
243 decl __attribute__ ((section ("__libc_freeres_ptrs" __sec_comment)))
245 __attribute__ ((section ("__libc_freeres_fn")))
251 symbol in the .stab section. Silently disable this macro. */
324 There is a new section created for each set. */
326 /* When building a shared library, make the set section writabl
[all...]
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_debug.c158 ns_msg *handle, ns_sect section,
183 if (ns_parserr(handle, section, rrnum, &rr)) {
194 p_section(section, opcode));
195 if (section == ns_s_qd)
200 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) {
639 p_section(int section, int opcode) { argument
650 return (sym_ntos(symbols, section, (int *)0));
157 do_section(const res_state statp, ns_msg *handle, ns_sect section, int pflag, FILE *file) argument

Completed in 104 milliseconds

123