| /netbsd-src/usr.bin/indent/ |
| H A D | args.c | 55 #define get_offset(name, type) \ macro 58 #define get_offset(name, type) (offsetof(struct options, name)) macro 62 {name, true, false, value, 0, 0, get_offset(var, bool)} 64 {name, true, true, false, 0, 0, get_offset(var, bool)} 66 {name, false, false, false, min, max, get_offset(var, int)}
|
| /netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/ |
| H A D | test_type.py | 380 self.assertEqual(teststruct.type.get_offset(fields[0].spelling), a1) 381 self.assertEqual(teststruct.type.get_offset(fields[1].spelling), a2) 382 self.assertEqual(teststruct.type.get_offset(fields[2].spelling), a3) 383 self.assertEqual(teststruct.type.get_offset(fields[3].spelling), a4) 420 self.assertEqual(teststruct.type.get_offset("typeanon"), f1) 421 self.assertEqual(teststruct.type.get_offset("bariton"), bariton) 422 self.assertEqual(teststruct.type.get_offset("foo"), foo) 423 self.assertEqual(teststruct.type.get_offset("bar"), bar)
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | stringpool.h | 248 get_offset(const Stringpool_char* s) const; 252 get_offset(const std::basic_string<Stringpool_char>& s) const in get_offset() function
|
| H A D | binary.cc | 330 oshdr.put_sh_name(*name == '\0' ? 0 : shstrtab->get_offset(name)); in write_section_header() 359 osym.put_st_name(name.empty() ? 0 : strtab->get_offset(name.c_str())); in write_symbol()
|
| H A D | dynobj.cc | 1340 vda.set_vda_name(dynpool->get_offset(this->name())); in write() 1351 vda.set_vda_name(dynpool->get_offset(*p)); in write() 1408 vn.set_vn_file(dynpool->get_offset(this->filename())); in write() 1426 vna.set_vna_name(dynpool->get_offset((*p)->version())); in write()
|
| H A D | incremental.cc | 1490 gold_assert(static_cast<unsigned int>(pov - oview) == (*p)->get_offset()); in write_input_files() 1548 Swap32::writeval(pov, obj->get_offset()); in write_info_blocks() 1763 Swap32::writeval(pov, member->get_offset()); in write_info_blocks() 2636 osym.put_st_name(sympool->get_offset(lsym.name)); in do_relocate() 2651 osym.put_st_name(dynpool->get_offset(lsym.name)); in do_relocate()
|
| H A D | stringpool.cc | 450 Stringpool_template<Stringpool_char>::get_offset(const Stringpool_char* s) in get_offset() function in gold::Stringpool_template
|
| H A D | symtab.h | 432 { return this->got_offsets_.get_offset(got_type, addend) != -1U; } 438 unsigned int got_offset = this->got_offsets_.get_offset(got_type, addend);
|
| H A D | object.h | 273 get_offset(unsigned int got_type, uint64_t addend) const in get_offset() function 2120 && p->second->get_offset(got_type, addend) != -1U); in do_local_has_got_offset() 2133 unsigned int off = p->second->get_offset(got_type, addend); in do_local_got_offset()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | stringpool.h | 248 get_offset(const Stringpool_char* s) const; 252 get_offset(const std::basic_string<Stringpool_char>& s) const in get_offset() function
|
| H A D | binary.cc | 330 oshdr.put_sh_name(*name == '\0' ? 0 : shstrtab->get_offset(name)); in write_section_header() 359 osym.put_st_name(name.empty() ? 0 : strtab->get_offset(name.c_str())); in write_symbol()
|
| H A D | dynobj.cc | 1340 vda.set_vda_name(dynpool->get_offset(this->name())); in write() 1351 vda.set_vda_name(dynpool->get_offset(*p)); in write() 1408 vn.set_vn_file(dynpool->get_offset(this->filename())); in write() 1426 vna.set_vna_name(dynpool->get_offset((*p)->version())); in write()
|
| H A D | incremental.cc | 1490 gold_assert(static_cast<unsigned int>(pov - oview) == (*p)->get_offset()); in write_input_files() 1548 Swap32::writeval(pov, obj->get_offset()); in write_info_blocks() 1763 Swap32::writeval(pov, member->get_offset()); in write_info_blocks() 2636 osym.put_st_name(sympool->get_offset(lsym.name)); in do_relocate() 2651 osym.put_st_name(dynpool->get_offset(lsym.name)); in do_relocate()
|
| H A D | stringpool.cc | 451 Stringpool_template<Stringpool_char>::get_offset(const Stringpool_char* s) in get_offset() function in gold::Stringpool_template
|
| H A D | symtab.h | 432 { return this->got_offsets_.get_offset(got_type, addend) != -1U; } 438 unsigned int got_offset = this->got_offsets_.get_offset(got_type, addend);
|
| H A D | object.h | 273 get_offset(unsigned int got_type, uint64_t addend) const in get_offset() function 2120 && p->second->get_offset(got_type, addend) != -1U); in do_local_has_got_offset() 2133 unsigned int off = p->second->get_offset(got_type, addend); in do_local_got_offset()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | DataObject.h | 53 int64_t get_offset () { return offset; } in get_offset() function
|
| H A D | ClassFile.cc | 686 get_offset () in get_offset() function in DataInputStream 721 (long long) sz, (long long) get_offset ())); in check() 794 offsets[i] = in.get_offset (); in BinaryConstantPool() 1116 int64_t offset = in->get_offset (); in printCodeSequence() 1284 return in->get_offset () - offset; in printCodeSequence() 1343 cur_jmthd->img_offset = input->get_offset (); in readAttributes()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | DataObject.h | 53 int64_t get_offset () { return offset; } in get_offset() function
|
| H A D | ClassFile.cc | 686 get_offset () in get_offset() function in DataInputStream 721 (long long) sz, (long long) get_offset ())); in check() 794 offsets[i] = in.get_offset (); in BinaryConstantPool() 1116 int64_t offset = in->get_offset (); in printCodeSequence() 1284 return in->get_offset () - offset; in printCodeSequence() 1343 cur_jmthd->img_offset = input->get_offset (); in readAttributes()
|
| H A D | Hist_data.cc | 298 uint64_t off1 = dobj1->get_offset (); in sort_compare_dlayout() 299 uint64_t off2 = dobj2->get_offset (); in sort_compare_dlayout()
|
| /netbsd-src/sys/fs/nfs/common/ |
| H A D | nfs_fha.h | 92 int (*get_offset)(struct mbuf **md, caddr_t *dpos, int v3, struct member
|
| H A D | nfs_fha.c | 187 cb->get_offset(&md, &dpos, v3, i); in fha_extract_info()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | store.cc | 126 region_offset offset = r->get_offset (); in make() 834 region_offset min_offset = min_element->get_offset (); in apply_ctor_val_to_range() 892 region_offset child_base_offset = child_reg->get_offset (); in apply_ctor_pair_to_child_region() 896 region_offset parent_base_offset = parent_reg->get_offset (); in apply_ctor_pair_to_child_region() 1296 region_offset reg_offset = reg->get_offset (); in bind_compound_sval() 1545 if (reg->get_offset ().symbolic_p () in get_any_binding() 1574 region_offset cluster_offset = m_base_region->get_offset (); in maybe_get_compound_binding() 1577 region_offset reg_offset = reg->get_offset (); in maybe_get_compound_binding()
|
| /netbsd-src/sys/fs/nfs/server/ |
| H A D | nfs_fha_new.c | 82 softc->callbacks.get_offset = fhanew_get_offset; in fhanew_init()
|