Searched refs:name_offset (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/ |
| H A D | DomainSocket.cpp | 34 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.1/contrib/gcc/ |
| H A D | genoutput.c | 281 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.1/contrib/binutils/include/coff/ |
| H A D | xcoff.h | 450 int name_offset; member
|
| /freebsd-12.1/usr.bin/dtc/ |
| H A D | fdt.cc | 416 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.1/contrib/binutils/bfd/ |
| H A D | ecoff.c | 2936 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.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 784 size_t name_offset; in getSymbolVersion() local 787 name_offset = entry.getVerdef()->getAux()->vda_name; in getSymbolVersion() 790 name_offset = entry.getVernaux()->vna_name; in getSymbolVersion() 793 if (name_offset >= StrTab.size()) in getSymbolVersion() 795 return StringRef(StrTab.data() + name_offset); in getSymbolVersion()
|
| /freebsd-12.1/contrib/libxo/libxo/ |
| H A D | libxo.c | 4580 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()
|