Home
last modified time | relevance | path

Searched defs:sect (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c184 struct section_64 sect; in scan_macho_load_commands() local
190 struct section sect; in scan_macho_load_commands() local
199 struct section_64 sect; in scan_macho_load_commands() local
204 struct section sect; in scan_macho_load_commands() local
212 struct section_64 sect; in scan_macho_load_commands() local
218 struct section sect; in scan_macho_load_commands() local
/freebsd/lib/libc/resolv/
H A Dres_findzonecut.c277 ns_sect sect; in get_soa() local
518 save_ns(res_state statp, ns_msg *msg, ns_sect sect, in save_ns()
577 save_a(res_state statp, ns_msg *msg, ns_sect sect, in save_a()
/freebsd/crypto/openssh/
H A Dkrl.c580 struct sshbuf *sect; in revoked_certs_generate() local
737 struct sshbuf *sect; in ssh_krl_to_blob() local
983 blob_section(struct sshbuf *sect, struct revoked_blob_tree *target_tree, in blob_section()
1007 extension_section(struct sshbuf *sect, struct ssh_krl *krl) in extension_section()
1047 struct sshbuf *copy = NULL, *sect = NULL; in ssh_krl_from_blob() local
/freebsd/usr.sbin/fstyp/
H A Dexfat.c139 read_sectn(FILE *fp, off_t sect, unsigned count, unsigned bytespersec) in read_sectn()
145 read_sect(FILE *fp, off_t sect, unsigned bytespersec) in read_sect()
161 unsigned n, sect; in exfat_compute_boot_chksum() local
/freebsd/contrib/mandoc/
H A Ddbm.h41 const char *sect; member
H A Ddbm.c51 int32_t sect; member
/freebsd/lib/libc/nameser/
H A Dns_parse.c257 setsection(ns_msg *msg, ns_sect sect) { in setsection()
/freebsd/sys/dev/ice/
H A Dice_vlan_mode.c44 struct ice_meta_init_section *sect; in ice_pkg_get_supported_vlan_mode() local
H A Dice_flex_pipe.c119 static u32 ice_sect_id(enum ice_block blk, enum ice_sect sect) in ice_sect_id() argument
733 struct ice_xlt1_section *sect; ice_ptg_update_xlt1() local
1022 struct ice_xlt2_section *sect; ice_vsig_update_xlt2_sect() local
1689 void *sect; ice_fill_tbl() local
[all...]
H A Dice_ddp_common.h407 void *sect; global() member
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_ssl.c86 CONF_VALUE *sect = sk_CONF_VALUE_value(cmd_lists, (int)i); in ssl_module_init() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp61 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Initialize() local
/freebsd/lib/geom/virstor/
H A Dgeom_virstor.c153 unsigned char *sect; in virstor_label() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp498 size_t SectionList::FindSectionIndex(const Section *sect) { in FindSectionIndex()
621 Section *sect = sect_iter->get(); in FindSectionContainingFileAddress() local
/freebsd/crypto/krb5/src/util/profile/
H A Dt_profile.c270 const char *sect[] = { "test section 1", NULL }; in test_delete_section() local
/freebsd/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c42 struct sshbuf *sect; in put_opt() local
/freebsd/contrib/smbfs/lib/smb/
H A Drcfile.c417 opt_args_parse(struct rcfile *rcp, struct opt_args *ap, const char *sect, in opt_args_parse()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp95 Section &sect = in LineIterator() local
119 Section &sect = *list.GetSectionAtIndex(m_next_section_idx++); in operator ++() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1508 static void DumpCstringSection(MachOObjectFile *O, const char *sect, in DumpCstringSection()
1541 static void DumpLiteral4Section(MachOObjectFile *O, const char *sect, in DumpLiteral4Section()
1585 static void DumpLiteral8Section(MachOObjectFile *O, const char *sect, in DumpLiteral8Section()
1617 static void DumpLiteral16Section(MachOObjectFile *O, const char *sect, in DumpLiteral16Section()
1644 const char *sect, uint32_t sect_size, in DumpLiteralPointerSection()
1812 const char *sect, in DumpInitTermPointerSection()
1874 static void DumpRawSectionContents(MachOObjectFile *O, const char *sect, in DumpRawSectionContents()
1968 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); in DumpSectionContents() local
2052 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); in DumpInfoPlistSectionContents() local
6768 static void DumpProtocolSection(MachOObjectFile *O, const char *sect, in DumpProtocolSection()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h462 uint8_t sect = 0; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1854 for (auto sect : section_list) { in FindMatchingSection() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1223 inline void swapStruct(section_64 &sect) { in swapStruct()
1235 inline void swapStruct(section &sect) { in swapStruct()