Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 7 of 7) sorted by relevance

/DragonStub/apps/lib/libfdt/
H A Dfdt.h37 fdt32_t tag; member
42 fdt32_t tag; member
H A Dfdt.c166 uint32_t tag, len, sum; in fdt_next_tag() local
251 uint32_t tag; in fdt_next_node() local
H A Dfdt_sw.c342 uint32_t tag; in fdt_finish() local
H A Dfdt_rw.c340 uint32_t tag; in fdt_add_subnode_namelen() local
H A Dfdt_ro.c203 uint32_t tag; in nextprop_() local
/DragonStub/
H A DMakefile156 tag: target
/DragonStub/inc/
H A Delf.h914 #define DT_VALTAGIDX(tag) (DT_VALRNGHI - (tag)) /* Reverse order! */ argument
935 #define DT_ADDRTAGIDX(tag) (DT_ADDRRNGHI - (tag)) /* Reverse order! */ argument
953 #define DT_VERSIONTAGIDX(tag) (DT_VERNEEDNUM - (tag)) /* Reverse order! */ argument
960 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1) argument