Home
last modified time | relevance | path

Searched refs:markers (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/netbsd-src/sys/arch/arm/arm32/
H A Dkobj_machdep.c231 struct be8_marker *markers; member
287 list->markers[ndx].type = t; in be8_ksym_add()
288 list->markers[ndx].addr = value; in be8_ksym_add()
316 if (start <= list->markers[i].addr) in be8_ksym_swap()
321 switch (list->markers[i].type) { in be8_ksym_swap()
323 p32 = (uint32_t*)list->markers[i].addr; in be8_ksym_swap()
326 if ((uintptr_t)list->markers[i+1].addr in be8_ksym_swap()
329 list->markers[i+1].addr; in be8_ksym_swap()
337 p16 = (uint16_t*)list->markers[i].addr; in be8_ksym_swap()
340 if ((uintptr_t)list->markers[i+1].addr in be8_ksym_swap()
[all …]
/netbsd-src/external/gpl2/dtc/dist/
H A Dyamltree.c34 static void yaml_propval_int(yaml_emitter_t *emitter, struct marker *markers, char *data, int len, … in yaml_propval_int() argument
38 int off, start_offset = markers->offset; in yaml_propval_int()
68 m = markers; in yaml_propval_int()
118 struct marker *m = prop->val.markers; in yaml_propval()
H A Ddata.c14 m = d.markers; in data_free()
134 struct marker **mp = &d.markers; in data_append_markers()
146 struct marker *m2 = d2.markers; in data_merge()
154 d2.markers = NULL; /* So data_free() doesn't clobber them */ in data_merge()
H A Dtreesource.c169 struct marker *m = prop->val.markers; in guess_value_type()
201 struct marker *m = prop->val.markers; in write_propval()
224 dummy_marker.next = prop->val.markers; in write_propval()
H A Dlivetree.c486 m = p->val.markers; in get_marker_label()
873 m = prop->val.markers; in any_fixup_tree()
919 m = prop->val.markers; in generate_fixups_tree_internal()
938 m = prop->val.markers; in any_local_fixup_tree()
1000 m = prop->val.markers; in generate_local_fixups_tree_internal()
H A Dchecks.c453 struct marker *m = prop->val.markers; in check_duplicate_label_node()
482 m = prop->val.markers; in check_phandle_prop()
588 struct marker *m = prop->val.markers; in fixup_phandle_references()
623 struct marker *m = prop->val.markers; in fixup_path_references()
1390 if (prop->val.markers) { in check_property_phandle_args()
1391 struct marker *m = prop->val.markers; in check_property_phandle_args()
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcskeys.c84 enum markers
103 return (enum markers)j;
H A Drcsfcmp.c171 enum markers match1;
H A Drcsbase.h435 enum markers { Nomatch, Author, Date, Header, Id, enum
541 enum markers trymatch P((char const*));
H A Drcsedit.c212 static void keyreplace P((enum markers,struct hshentry const*,int,RILE*,FILE*,int));
874 enum markers matchresult;
1015 enum markers marker; in keyreplace()
/netbsd-src/external/gpl2/xcvs/dist/doc/
H A DHACKING.DOCS33 There are dictionary lists and function definition markers. Scan cvs.texinfo
37 Use lots of index markers. Scan the index for the current style. Try to reuse
/netbsd-src/sys/fs/tmpfs/
H A DTODO6 - Adjust code style - remove the /* ---- */ markers and use standard
/netbsd-src/usr.bin/sed/TEST/
H A Dhanoi.sed26 # has the following meaning: the material after the three markers :1, :2,
76 # outputting current state without markers
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/tests/
H A Dres16C32 in the markers
H A Dtest1632 in the markers
/netbsd-src/share/misc/
H A Dnanpa.sed33 # Remove EOL markers
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dsh.opc33 Each section is delimited with start and end markers.
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dsh.opc33 Each section is delimited with start and end markers.
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dsh.opc33 Each section is delimited with start and end markers.
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dsh.opc33 Each section is delimited with start and end markers.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrCall.td17 // Call sequence markers. These have an immediate which represents the amount of
/netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/
H A Dip2k.sc36 /* Allocated memory end markers
/netbsd-src/external/gpl2/groff/dist/contrib/mom/
H A DBUGS112 Footnote markers not resetting properly on new pages when COLUMNS
140 #FN_COUNT_FOR_COLS for all footnote markers and handling.
/netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/
H A Dip2k.sc36 /* Allocated memory end markers
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticOptions.def73 /// diagnostics, indicated by markers in the

12345678910>>...13