/device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/ |
libfdt_internal.h | 72 return (const char *)fdt + fdt_off_dt_struct(fdt) + offset;
|
fdt_sw.c | 78 spaceleft = fdt_totalsize(fdt) - fdt_off_dt_struct(fdt) 117 headsize = fdt_off_dt_struct(fdt); 152 offset = fdt_off_dt_struct(fdt); 214 struct_top = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); 263 newstroffset = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt);
|
fdt_rw.c | 62 || (fdt_off_dt_struct(fdt) < 65 (fdt_off_dt_struct(fdt) + struct_size)) 120 fdt_set_off_dt_struct(fdt, fdt_off_dt_struct(fdt) + delta); 404 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size);
|
fdt.c | 79 unsigned absoffset = offset + fdt_off_dt_struct(fdt);
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/ |
libfdt_internal.h | 72 return (const char *)fdt + fdt_off_dt_struct(fdt) + offset;
|
fdt_sw.c | 78 spaceleft = fdt_totalsize(fdt) - fdt_off_dt_struct(fdt)
120 offset = fdt_off_dt_struct(fdt);
182 struct_top = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt);
231 newstroffset = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt);
|
fdt_rw.c | 62 || (fdt_off_dt_struct(fdt) <
65 (fdt_off_dt_struct(fdt) + struct_size))
118 fdt_set_off_dt_struct(fdt, fdt_off_dt_struct(fdt) + delta);
409 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size);
|
/external/dtc/libfdt/ |
libfdt_internal.h | 72 return (const char *)fdt + fdt_off_dt_struct(fdt) + offset;
|
fdt_sw.c | 78 spaceleft = fdt_totalsize(fdt) - fdt_off_dt_struct(fdt) 117 headsize = fdt_off_dt_struct(fdt); 152 offset = fdt_off_dt_struct(fdt); 214 struct_top = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); 275 newstroffset = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt);
|
fdt_rw.c | 62 || (fdt_off_dt_struct(fdt) < 65 (fdt_off_dt_struct(fdt) + struct_size)) 120 fdt_set_off_dt_struct(fdt, fdt_off_dt_struct(fdt) + delta); 405 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size);
|
fdt.c | 79 unsigned absoffset = offset + fdt_off_dt_struct(fdt);
|
libfdt.h | 219 #define fdt_off_dt_struct(fdt) (fdt_get_header(fdt, off_dt_struct)) macro [all...] |
/external/dtc/tests/ |
nopulate.c | 44 memcpy(p, (const char *)fdt + fdt_off_dt_struct(fdt) + offset, 84 struct_start = fdt_off_dt_struct(fdt);
|
mangle-layout.c | 83 src = (const char *)fdt + fdt_off_dt_struct(fdt);
|
/external/dtc/pylibfdt/ |
libfdt.i | 302 return check_err(fdt_off_dt_struct(self._fdt)) 424 int fdt_off_dt_struct(const void *fdt);
|
/system/libufdt/ |
ufdt_convert.c | 337 (struct fdt_property *)((char *)fdtp + fdt_off_dt_struct(fdtp) + 391 (char *)fdt + fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt);
|
/external/dtc/ |
fdtdump.c | 170 fdt_off_dt_struct(p) >= len ||
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/ |
libfdt.h | 212 #define fdt_off_dt_struct(fdt) (fdt_get_header(fdt, off_dt_struct)) macro [all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/ |
libfdt.h | 169 #define fdt_off_dt_struct(fdt) (fdt_get_header(fdt, off_dt_struct))
macro [all...] |