/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | UnwindTable.cpp | 59 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Initialize() local 104 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Update() local
|
/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/ |
H A D | compact-unwind-dumper.c | 184 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 D | res_findzonecut.c | 277 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 D | krl.c | 580 struct sshbuf *sect; in revoked_certs_generate() local 736 struct sshbuf *sect; in ssh_krl_to_blob() local 982 blob_section(struct sshbuf *sect, struct revoked_blob_tree *target_tree, in blob_section() 1006 extension_section(struct sshbuf *sect, struct ssh_krl *krl) in extension_section() 1046 struct sshbuf *copy = NULL, *sect = NULL; in ssh_krl_from_blob() local
|
/freebsd/usr.sbin/fstyp/ |
H A D | exfat.c | 137 read_sectn(FILE *fp, off_t sect, unsigned count, unsigned bytespersec) in read_sectn() 143 read_sect(FILE *fp, off_t sect, unsigned bytespersec) in read_sect() 159 unsigned n, sect; in exfat_compute_boot_chksum() local
|
/freebsd/contrib/mandoc/ |
H A D | dbm.h | 41 const char *sect; member
|
H A D | dbm.c | 51 int32_t sect; member
|
/freebsd/lib/libc/nameser/ |
H A D | ns_parse.c | 262 setsection(ns_msg *msg, ns_sect sect) { in setsection()
|
/freebsd/sys/dev/ice/ |
H A D | ice_vlan_mode.c | 44 struct ice_meta_init_section *sect; in ice_pkg_get_supported_vlan_mode() local
|
H A D | ice_flex_pipe.c | 119 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 D | ice_ddp_common.h | 407 void *sect; global() member
|
/freebsd/crypto/openssl/crypto/conf/ |
H A D | conf_ssl.c | 87 CONF_VALUE *sect = sk_CONF_VALUE_value(cmd_lists, (int)i); in ssl_module_init() local
|
/freebsd/crypto/openssh/regress/unittests/sshkey/ |
H A D | test_sshkey.c | 44 struct sshbuf *sect; in put_opt() local
|
/freebsd/lib/geom/virstor/ |
H A D | geom_virstor.c | 153 unsigned char *sect; in virstor_label() local
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 494 size_t SectionList::FindSectionIndex(const Section *sect) { in FindSectionIndex() 618 Section *sect = sect_iter->get(); in FindSectionContainingFileAddress() local
|
/freebsd/contrib/smbfs/lib/smb/ |
H A D | rcfile.c | 417 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 D | SymbolFileBreakpad.cpp | 95 Section § = in LineIterator() local 119 Section § = *list.GetSectionAtIndex(m_next_section_idx++); in operator ++() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 1512 static void DumpCstringSection(MachOObjectFile *O, const char *sect, in DumpCstringSection() 1545 static void DumpLiteral4Section(MachOObjectFile *O, const char *sect, in DumpLiteral4Section() 1589 static void DumpLiteral8Section(MachOObjectFile *O, const char *sect, in DumpLiteral8Section() 1621 static void DumpLiteral16Section(MachOObjectFile *O, const char *sect, in DumpLiteral16Section() 1648 const char *sect, uint32_t sect_size, in DumpLiteralPointerSection() 1816 const char *sect, in DumpInitTermPointerSection() 1878 static void DumpRawSectionContents(MachOObjectFile *O, const char *sect, in DumpRawSectionContents() 1972 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); in DumpSectionContents() local 2056 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); in DumpInfoPlistSectionContents() local 6764 static void DumpProtocolSection(MachOObjectFile *O, const char *sect, in DumpProtocolSection()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | SyntheticSections.h | 461 uint8_t sect = 0; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1889 for (auto sect : section_list) { in FindMatchingSection() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1224 sys::swapByteOrder(sect.addr); in swapStruct() argument 1236 swapStruct(section & sect) swapStruct() argument [all...] |