Searched refs:fdt_offset_ptr (Results 1 – 4 of 4) sorted by relevance
| /rk3399_ARM-atf/lib/libfdt/ |
| H A D | fdt.c | 140 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr() function 170 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag() 181 p = fdt_offset_ptr(fdt, offset++, 1); in fdt_next_tag() 188 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp)); in fdt_next_tag() 216 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset)) in fdt_next_tag()
|
| H A D | version.lds | 52 fdt_offset_ptr;
|
| H A D | libfdt.h | 120 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen); 124 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen); in fdt_offset_ptr_w()
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 12393 - Imported libfdt v1.4.2 that addresses buffer overflow in fdt_offset_ptr().
|