Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/posix/
DDomainSocket.cpp34 bool SetSockAddr(llvm::StringRef name, const size_t name_offset, in SetSockAddr() argument
36 if (name.size() + name_offset > sizeof(saddr_un->sun_path)) in SetSockAddr()
42 memcpy(saddr_un->sun_path + name_offset, name.data(), name.size()); in SetSockAddr()
47 if (name_offset == 0) in SetSockAddr()
51 offsetof(struct sockaddr_un, sun_path) + name_offset + name.size(); in SetSockAddr()
/freebsd-12-stable/contrib/llvm-project/libcxx/src/filesystem/
Dposix_compat.h458 unsigned short name_offset, name_length; in readlink() local
460 name_offset = symlink.SubstituteNameOffset; in readlink()
463 name_offset = symlink.PrintNameOffset; in readlink()
467 if (path_buf_offset + name_offset + name_length > out) { in readlink()
475 memcpy(ret_buf, &symlink.PathBuffer[name_offset / sizeof(wchar_t)], in readlink()
/freebsd-12-stable/contrib/gcc/
Dgenoutput.c281 int name_offset = 0; in output_insn_data() local
305 name_offset = 0; in output_insn_data()
320 name_offset++; in output_insn_data()
322 || name_offset > next_name_offset / 2)) in output_insn_data()
324 next_name_offset - name_offset); in output_insn_data()
326 printf (" \"%s+%d\",\n", last_name, name_offset); in output_insn_data()
/freebsd-12-stable/contrib/llvm-project/lld/docs/
DPartitions.rst85 int32_t name_offset;
90 The ``name_offset`` field is a relative pointer to a null-terminated string
/freebsd-12-stable/contrib/binutils/include/coff/
Dxcoff.h450 int name_offset; member
/freebsd-12-stable/usr.bin/dtc/
Dfdt.cc416 uint32_t name_offset; in property() local
419 structs.consume_binary(name_offset); in property()
426 input_buffer name_buffer = strings.buffer_from_offset(name_offset); in property()
431 name_offset); in property()
/freebsd-12-stable/contrib/binutils/bfd/
Decoff.c2936 unsigned int name_offset, file_offset; in _bfd_ecoff_slurp_armap() local
2939 name_offset = H_GET_32 (abfd, raw_ptr); in _bfd_ecoff_slurp_armap()
2943 hash = ecoff_armap_hash (stringbase + name_offset, &rehash, count, in _bfd_ecoff_slurp_armap()
2975 unsigned int name_offset, file_offset; in _bfd_ecoff_slurp_armap() local
2980 name_offset = H_GET_32 (abfd, raw_ptr); in _bfd_ecoff_slurp_armap()
2981 symdef_ptr->s.name = stringbase + name_offset; in _bfd_ecoff_slurp_armap()
/freebsd-12-stable/contrib/libxo/libxo/
Dlibxo.c4580 ssize_t name_offset = xo_buf_offset(&xop->xo_data); in xo_format_value() local
4591 xo_buf_data(&xop->xo_data, name_offset), in xo_format_value()
6732 ssize_t name_offset, value_offset; in xo_attr_hv() local
6762 name_offset = xo_buf_offset(xbp); in xo_attr_hv()
6772 xo_buf_data(xbp, name_offset), in xo_attr_hv()