Searched refs:sect (Results 26 - 48 of 48) sorted by relevance

12

/freebsd-current/crypto/openssl/crypto/rc4/asm/
H A Drc4-c64xplus.pl178 .sect ".text:rc4_options.const"
180 .sect ".const:rc4_options"
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_crld.c47 char *sect)
51 if (*sect == '@')
52 gnsect = X509V3_get_section(ctx, sect + 1);
54 gnsect = X509V3_parse_list(sect);
60 if (*sect == '@')
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1223 inline void swapStruct(section_64 &sect) { argument
1224 sys::swapByteOrder(sect.addr);
1225 sys::swapByteOrder(sect.size);
1226 sys::swapByteOrder(sect.offset);
1227 sys::swapByteOrder(sect.align);
1228 sys::swapByteOrder(sect.reloff);
1229 sys::swapByteOrder(sect.nreloc);
1230 sys::swapByteOrder(sect.flags);
1231 sys::swapByteOrder(sect.reserved1);
1232 sys::swapByteOrder(sect
1235 swapStruct(section &sect) argument
[all...]
/freebsd-current/contrib/openpam/misc/
H A Dgendoc.pl226 my ($page, $sect) = ($1, $2 ? int($2) : 3);
227 ++$xref{$sect}->{$page};
419 foreach my $sect (sort(keys(%{$xref}))) {
420 foreach my $page (sort(dictionary_order keys(%{$xref->{$sect}}))) {
421 push(@refs, "$page $sect");
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp95 Section &sect = local
97 assert(sect.GetName() == m_section_type);
100 obj.ReadSectionData(&sect, data);
119 Section &sect = *list.GetSectionAtIndex(m_next_section_idx++); local
120 if (sect.GetName() != m_section_type)
123 m_obj->ReadSectionData(&sect, data);
/freebsd-current/sys/dev/ice/
H A Dice_flex_pipe.c114 * @sect: section type
119 static u32 ice_sect_id(enum ice_block blk, enum ice_sect sect) argument
121 return ice_sect_lkup[blk][sect];
734 struct ice_xlt1_section *sect; local
740 ice_struct_size(sect, value,
742 (void **)&sect);
746 sect->count = CPU_TO_LE16(ICE_XLT1_CNT);
747 sect->offset = CPU_TO_LE16(0);
749 sect->value[index] = hw->blk[blk].xlt1.ptypes[index].ptg;
1023 struct ice_xlt2_section *sect; local
1690 void *sect; local
[all...]
H A Dice_ddp_common.h407 void *sect; member in struct:ice_pkg_enum
H A Dice_ddp_common.c2081 state->sect = ((u8 *)state->buf) +
2084 return state->sect;
2137 entry = state->handler(state->sect_type, state->sect, state->entry_idx,
2145 entry = state->handler(state->sect_type, state->sect,
/freebsd-current/contrib/mandoc/
H A Dmansearch.c172 if (lstmatch(search->sec, page->sect) == 0 ||
204 mpage->sec = *page->sect - '0';
439 sz = lstlen(page->name, 2) + 1 + lstlen(page->sect, 2) +
445 lstcat(buf, &i, page->sect, ", ");
565 input = page->sect;
/freebsd-current/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in757 for sect in ['DEFAULT', section]:
758 if config.has_option(sect, prop):
761 eval(config.get(sect, prop)))
763 failsafe = config.get(sect, prop)
768 config.get(sect, prop))
778 for sect in ['DEFAULT', section]:
779 if config.has_option(sect, prop):
781 failsafe = config.get(sect, prop)
785 setattr(test, prop, config.get(sect, prop))
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h55 size_t FindSectionIndex(const Section *sect);
/freebsd-current/share/mk/
H A Dbsd.man.mk213 page=$$1; shift; sect=$$1; shift; \
214 d=${DESTDIR}${MANDIR}$${sect}${MANSUBDIR}; \
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha256-c64xplus.pl291 .sect ".text:sha_asm.const"
293 .sect ".const:sha_asm"
H A Dsha512-c64xplus.pl386 .sect ".text:sha_asm.const"
388 .sect ".const:sha_asm"
H A Dsha1-c64xplus.pl330 .sect .const
H A Dkeccak1600-c64x.pl846 .sect ".text:sha_asm.const"
848 .sect ".const:sha_asm"
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp503 // X86 sect diff's must be followed by a relocation of type
525 // X86 sect diff's must be followed by a relocation of type
1512 static void DumpCstringSection(MachOObjectFile *O, const char *sect, argument
1522 for (; i < sect_size && sect[i] != '\0'; i++)
1523 DumpCstringChar(sect[i]);
1524 if (i < sect_size && sect[i] == '\0')
1545 static void DumpLiteral4Section(MachOObjectFile *O, const char *sect, argument
1556 memcpy(&f, sect + i, sizeof(float));
1560 memcpy(&l, sect + i, sizeof(uint32_t));
1589 static void DumpLiteral8Section(MachOObjectFile *O, const char *sect, argument
1621 DumpLiteral16Section(MachOObjectFile *O, const char *sect, uint32_t sect_size, uint64_t sect_addr, bool print_addresses) argument
1646 DumpLiteralPointerSection(MachOObjectFile *O, const SectionRef &Section, const char *sect, uint32_t sect_size, uint64_t sect_addr, bool print_addresses) argument
1814 DumpInitTermPointerSection(MachOObjectFile *O, const SectionRef &Section, const char *sect, uint32_t sect_size, uint64_t sect_addr, SymbolAddressMap *AddrMap, bool verbose) argument
1878 DumpRawSectionContents(MachOObjectFile *O, const char *sect, uint32_t size, uint64_t addr) argument
1972 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); local
2056 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); local
6652 DumpProtocolSection(MachOObjectFile *O, const char *sect, uint32_t size, uint32_t addr) argument
[all...]
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghash-c64xplus.pl241 .sect .const
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl325 .sect .const
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1113 stab.sect = 1;
1119 stab.sect = target->cpuSubtype;
1206 symStab.sect = defined->isec->parent->index;
1327 nList->n_sect = entry.sect;
H A DSyntheticSections.h446 uint8_t sect = 0; member in struct:lld::macho::StabsEntry
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daes-c64xplus.pl1040 .sect ".text:aes_asm.const"
1042 .sect ".const:aes_asm"
/freebsd-current/crypto/openssl/crypto/chacha/asm/
H A Dchacha-c64xplus.pl919 .sect .const

Completed in 565 milliseconds

12