Searched defs:nameoff (Results 1 - 6 of 6) sorted by relevance

/external/dtc/libfdt/
H A Dfdt.h89 fdt32_t nameoff; member in struct:fdt_property
H A Dfdt_sw.c226 int nameoff; local
230 nameoff = _fdt_find_add_string(fdt, name);
231 if (nameoff == 0)
239 prop->nameoff = cpu_to_fdt32(nameoff);
273 int nameoff; local
275 nameoff = fdt32_to_cpu(prop->nameoff);
276 nameoff += fdt_size_dt_strings(fdt);
277 prop->nameoff
[all...]
/external/dtc/tests/
H A Dtestutils.c92 uint32_t tag, nameoff, proplen; local
103 nameoff = fdt32_to_cpu(prop->nameoff);
109 propname = fdt_string(fdt, nameoff);
/external/kmod/libkmod/
H A Dlibkmod-elf.c64 uint32_t nameoff; /* offset in strings itself */ member in struct:kmod_elf::kmod_elf_header::__anon9316
224 static inline int elf_get_section_info(const struct kmod_elf *elf, uint16_t idx, uint64_t *offset, uint64_t *size, uint32_t *nameoff) argument
233 *nameoff = 0;
244 *nameoff = READV(sh_name);
249 *nameoff = READV(sh_name);
260 ELFDBG(elf, "section=%"PRIu16" is: offset=%"PRIu64" size=%"PRIu64" nameoff=%"PRIu32"\n",
261 idx, *offset, *size, *nameoff);
342 &elf->header.strings.nameoff) < 0) {
381 uint32_t nameoff; local
383 int err = elf_get_section_info(elf, i, &off, &size, &nameoff);
409 uint32_t nameoff; local
[all...]
/external/dtc/
H A Dflattree.c279 int nameoff; local
284 nameoff = stringtable_insert(strbuf, prop->name);
288 emit->cell(etarget, nameoff);
/external/iproute2/misc/
H A Dss.c449 int nameoff; local
467 nameoff = strlen(name);
487 snprintf(name + nameoff, sizeof(name) - nameoff, "%d/fd/", pid);

Completed in 1144 milliseconds