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

123

/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css46 screenshot, secondaryie, sect2, sect3, sect4, sect5, section, seealsoie, seeie,
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp388 ElfSection* section = fFile->GetElfFile()->FindSection(".text"); local
389 if (section != NULL) {
390 fTextSectionStart = section->LoadAddress() + fRelocationDelta;
391 fTextSectionEnd = fTextSectionStart + section->Size();
394 section = fFile->GetElfFile()->FindSection(".plt");
395 if (section != NULL) {
396 fPLTSectionStart = section->LoadAddress() + fRelocationDelta;
397 fPLTSectionEnd = fPLTSectionStart + section->Size();
/haiku/src/apps/packageinstaller/
H A DPackageInfo.cpp128 // This also ensures that the file header section is present - which
129 // is a crucial pkg section
198 // This means the end of this section - we should move to the
199 // groups section.
232 int8 section = P_GROUPS_SECTION, installDirectoryFlag = 0; local
241 // Parse the package info section
250 section = P_GROUPS_SECTION;
251 parser_debug("Got to Groups section\n");
254 section = P_PATH_SECTION;
258 section
[all...]
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp1140 struct amd_section_header* section =
1142 if (section->type != 0 || section->size == 0) {
1143 dprintf("find_microcode_amd update first section invalid\n");
1147 size -= sizeof(*section);
1148 data += sizeof(*section);
1151 size -= section->size;
1152 data += section->size;
1168 struct amd_section_header* section = (struct amd_section_header*)data;
1169 size -= sizeof(*section);
[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/headers/posix/arpa/
H A Dnameser.h143 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
220 ns_r_notzone = 10, /* Zone of record different from zone section */
/haiku/src/system/boot/platform/bios_ia32/
H A Dshell.S446 .section .bss
/haiku/headers/private/debugger/elf/
H A DElfFile.h137 void PutSection(ElfSection* section);
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp40 int32 section; member in struct:conversion_context
79 section = 1;
185 // section ended
186 context.section++;
223 snprintf(buffer, sizeof(buffer), "%" B_PRId32, context.section);
685 // source now points to the beginning of the plain text section
716 if (read == sizeof(stylHeader)) { // There is a STYL section
809 // There is no STYL section
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.h123 status_t _ParseFrameSection(ElfSection* section,
H A DDwarfFile.cpp640 WARNING(".debug_types section required but missing.\n");
981 // iterate through the debug info section
1165 DwarfFile::_ParseFrameSection(ElfSection* section, uint8 addressSize, bool isBigEndian, argument
1169 fItaniumEHFrameFormat = section->IsWritable();
1175 DataReader dataReader((uint8*)section->Data(),
1176 section->Size(), addressSize, isBigEndian);
1192 // Then just skip this .debug_frame/.eh_frame section.
1217 // convert to a section relative offset
1229 status_t error = _ParseCIEHeader(section, ehFrame, NULL,
1240 dataReader, fElfFile, section);
1478 ElfSection* section = isTypeUnit local
[all...]
/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...]
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c1042 "section type %d\n", DEVNAME(sc), err, tlv_type);
2935 iwm_nvm_read_chunk(struct iwm_softc *sc, uint16_t section, uint16_t offset, argument
2942 .type = htole16(section),
3002 * Reads an NVM section completely.
3004 * section 0 which is the EEPROM. Because the EEPROM reading is unlimited
3009 iwm_nvm_read_section(struct iwm_softc *sc, uint16_t section, uint8_t *data, argument
3021 section, *len, chunklen, data, &seglen);
3842 * Store the MAC address from MAO section.
3843 * No byte swapping is required in MAO section
4004 /* MAC_OVERRIDE or at least HW section mus
4042 int i, section, err; local
4084 iwm_firmware_load_sect(struct iwm_softc *sc, uint32_t dst_addr, const uint8_t *section, uint32_t byte_cnt) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c687 DPRINTF(("%s: firmware LMAC section %d at 0x%llx size %lld\n", __func__, i,
702 DPRINTF(("%s: firmware UMAC section %d at 0x%llx size %lld\n", __func__, i,
728 DPRINTF(("%s: firmware paging section %d at 0x%llx size %lld\n", __func__, i,
1133 DPRINTF(("%s: ucode type %d section %d\n", DEVNAME(sc), type, fws->fw_count));
1617 "section type %d\n", DEVNAME(sc), err, tlv_type);
4103 const struct iwx_pnvm_section *section; local
4106 section = (const void *)data;
4107 data_len = tlv_len - sizeof(*section);
4120 memcpy(tmp + size, section->data, data_len);
4127 /* New PNVM section starte
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c8206 const uint8_t *section, int size)
8213 /* Copy firmware section into pre-allocated DMA-safe memory. */
8214 memcpy(dma->vaddr, section, size);
8259 "%s: could not load firmware %s section, error %d\n",
8267 "%s: could not load firmware %s section, error %d\n",
8205 iwn5000_load_firmware_section(struct iwn_softc *sc, uint32_t dst, const uint8_t *section, int size) argument

Completed in 136 milliseconds

123