Searched refs:structs (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DMachOStructs.h10 // unlike llvm/BinaryFormat/MachO.h, the structs here are defined in terms of
22 namespace structs { namespace in namespace:lld
32 } // namespace structs
H A DInputFiles.cpp219 void InputFile::parseSymbols(ArrayRef<structs::nlist_64> nList,
226 auto createDefined = [&](const structs::nlist_64 &sym, InputSection *isec,
238 const structs::nlist_64 &sym = nList[i];
297 const structs::nlist_64 &sym = nList[idx];
319 ArrayRef<structs::nlist_64> nList(
320 reinterpret_cast<const structs::nlist_64 *>(buf + c->symoff), c->nsyms);
H A DInputFiles.h59 void parseSymbols(ArrayRef<lld::structs::nlist_64> nList, const char *strtab,
H A DSyntheticSections.cpp367 return symbols.size() * sizeof(structs::nlist_64);
378 auto *nList = reinterpret_cast<structs::nlist_64 *>(buf);
/freebsd-13-stable/usr.bin/dtc/
H A Dfdt.cc414 property::property(input_buffer &structs, input_buffer &strings) argument
418 valid = structs.consume_binary(length) &&
419 structs.consume_binary(name_offset);
446 if (!(valid = structs.consume_binary(byte)))
574 property::parse_dtb(input_buffer &structs, input_buffer &strings) argument
576 property_ptr p(new property(structs, strings));
761 node::node(input_buffer &structs, input_buffer &strings) : valid(true) argument
764 while (structs[0] != '\0' && structs[0] != '@')
766 bytes.push_back(structs[
1035 parse_dtb(input_buffer &structs, input_buffer &strings) argument
[all...]
H A Dfdt.hh315 * The structs input buffer is assumed to have just consumed the
318 property(input_buffer &structs, input_buffer &strings);
343 static property_ptr parse_dtb(input_buffer &structs,
523 node(input_buffer &structs, input_buffer &strings);
640 static node_ptr parse_dtb(input_buffer &structs, input_buffer &strings);
/freebsd-13-stable/contrib/libevent/
H A Devent_rpcgen.py1390 structs = []
1413 return structs
1425 structs = []
1432 # It's possible that new structs get defined in here
1433 structs.extend(ProcessOneEntry(factory, newstruct, entry))
1435 structs.append(newstruct)
1436 return structs
1692 # Create forward declarations: allows other structs to reference
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py1390 structs = []
1413 return structs
1425 structs = []
1432 # It's possible that new structs get defined in here
1433 structs.extend(ProcessOneEntry(factory, newstruct, entry))
1435 structs.append(newstruct)
1436 return structs
1692 # Create forward declarations: allows other structs to reference
/freebsd-13-stable/usr.sbin/bhyve/
H A Dsnapshot.c126 #define JSON_STRUCT_ARR_KEY "structs"
426 const ucl_object_t *structs = NULL, *obj = NULL; local
430 structs = ucl_object_lookup(rstate->meta_root_obj, JSON_STRUCT_ARR_KEY);
431 if (structs == NULL) {
437 if (ucl_object_type((ucl_object_t *)structs) != UCL_ARRAY) {
443 while ((obj = ucl_object_iterate(structs, &it, true)) != NULL) {

Completed in 105 milliseconds