Searched refs:tag (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libc/machine/spu/ |
D | spu-gmon.c | 176 u_char tag = GMON_TAG_TIME_HIST; in write_histogram() local 184 {&tag, sizeof (tag)}, in write_histogram() 187 if (writev (fd, iov, 2) != sizeof (struct gmon_hist_hdr) + sizeof (tag)) in write_histogram() 201 u_char tag = GMON_TAG_CG_ARC; in write_callgraph() local 215 {&tag, sizeof (tag)}, in write_callgraph() 218 if (writev (fd, iov, 2) != sizeof (tag) + sizeof (struct rawarc)) in write_callgraph()
|
/picolibc-latest/doc/ |
D | releasing.md | 58 $ git tag -m'Version <version>' <version> main 65 12. Push tag and branch to repositories 95 3. Merge in main at the release tag 97 $ git merge <release-tag> 123 $ git tag -m'debian: Version <version>-1' <version>-1 debian
|
/picolibc-latest/newlib/libc/include/ |
D | elf.h | 771 #define DT_VALTAGIDX(tag) (DT_VALRNGHI - (tag)) argument 787 #define DT_ADDRTAGIDX(tag) (DT_ADDRRNGHI - (tag)) argument 805 #define DT_VERSIONTAGIDX(tag) (DT_VERNEEDNUM - (tag)) argument 812 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1) argument
|
/picolibc-latest/newlib/doc/ |
D | makedocbook.py | 269 refentry[:] = sorted(refentry, key=lambda x: x.tag if isinstance(x.tag, str) else '') 285 refnamediv[:] = sorted(refnamediv, key=lambda x: x.tag)
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 15258 * libc/sys/linux/dl/abi-tag.h: Ditto. 27189 * stub/go32/CONTROL.C: turn off debug_mode, add CYGNUS tag line to
|