Searched refs:section (Results 1 - 25 of 65) sorted by last modified time

123

/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/tools/elfsymbolpatcher/
H A DElfFile.cpp206 fHeader->sh_size, "Failed to read section!\n");
227 printf("section %32s: size: %lu\n", GetName(), GetSize());
234 ElfSymbol::ElfSymbol(ElfSection* section, int32 index) argument
235 : fSection(section),
249 ElfSymbol::SetTo(ElfSection* section, int32 index) argument
252 fSection = section;
330 ElfRelocation::ElfRelocation(ElfSection* section, int32 index) argument
331 : fSection(section),
345 ElfRelocation::SetTo(ElfSection* section, int32 index) argument
348 fSection = section;
453 ElfSection* section = NULL; local
483 ElfSection* section = fFile->SectionAt(fSectionIndex); local
575 ElfSection* section = NULL; local
709 ElfSection& section = fSections[index]; local
[all...]
/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...]
H A DAbbreviationTable.h106 status_t Init(const void* section, off_t sectionSize);
H A DAbbreviationTable.cpp34 AbbreviationTable::Init(const void* section, off_t sectionSize) argument
39 fData = (uint8*)section + fOffset;
/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/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/system/kernel/arch/x86/64/
H A Darch.S116 .section .rodata
/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/libroot/os/
H A Dsystem_revision.c11 // Lives in a separate section so that it can easily be found.
13 __attribute__((section("_haiku_revision")));
/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/system/glue/arch/arm/
H A Dcrti.S25 .section .init
30 .section .fini
H A Dcrtn.S14 .section .init
19 .section .fini
/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/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/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/headers/private/print/
H A DBeUtils.h51 const char* section, BPath& outPath);
/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/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/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
/haiku/src/system/boot/platform/riscv/
H A Dcrt0.S7 .section .bss.stack
16 .section .text.head
/haiku/src/system/glue/arch/riscv64/
H A Dcrtn.S11 .section .init
17 .section .fini
H A Dcrti.S22 .section .init
28 .section .fini

Completed in 174 milliseconds

123