Home
last modified time | relevance | path

Searched refs:name_offset (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp32 static bool SetSockAddr(llvm::StringRef name, const size_t name_offset, in SetSockAddr() argument
34 if (name.size() + name_offset > sizeof(saddr_un->sun_path)) in SetSockAddr()
40 memcpy(saddr_un->sun_path + name_offset, name.data(), name.size()); in SetSockAddr()
45 if (name_offset == 0) in SetSockAddr()
49 offsetof(struct sockaddr_un, sun_path) + name_offset + name.size(); in SetSockAddr()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h442 unsigned short name_offset, name_length; in readlink() local
444 name_offset = symlink.SubstituteNameOffset; in readlink()
447 name_offset = symlink.PrintNameOffset; in readlink()
451 if (path_buf_offset + name_offset + name_length > out) { in readlink()
459 memcpy(ret_buf, &symlink.PathBuffer[name_offset / sizeof(wchar_t)], name_length); in readlink()
/freebsd/contrib/llvm-project/lld/docs/
H A DPartitions.rst85 int32_t name_offset;
90 The ``name_offset`` field is a relative pointer to a null-terminated string
/freebsd/usr.bin/dtc/
H A Dfdt.cc433 uint32_t name_offset; in property() local
436 structs.consume_binary(name_offset); in property()
443 input_buffer name_buffer = strings.buffer_from_offset(name_offset); in property()
448 name_offset); in property()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1097 uint32_t name_offset : 23; member
1104 uint32_t name_offset : 23; member
1113 uint64_t name_offset : 32; member
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp2032 import->name_offset = nameOffset; in writeImport()
2039 import->name_offset = nameOffset; in writeImport()
2047 import->name_offset = nameOffset; in writeImport()
/freebsd/contrib/libxo/libxo/
H A Dlibxo.c4610 ssize_t name_offset = xo_buf_offset(&xop->xo_data); in xo_format_value() local
4621 xo_buf_data(&xop->xo_data, name_offset), in xo_format_value()
6760 ssize_t name_offset, value_offset; in xo_attr_hv() local
6790 name_offset = xo_buf_offset(xbp); in xo_attr_hv()
6800 xo_buf_data(xbp, name_offset), in xo_attr_hv()