HomeSort by relevance Sort by last modified time
    Searched defs:nameoff (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
fdt.h 89 fdt32_t nameoff; member in struct:fdt_property
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_sw.c 194 int nameoff; local
198 nameoff = _fdt_find_add_string(fdt, name);
199 if (nameoff == 0)
207 prop->nameoff = cpu_to_fdt32(nameoff);
241 int nameoff; local
243 nameoff = fdt32_to_cpu(prop->nameoff);
244 nameoff += fdt_size_dt_strings(fdt);
245 prop->nameoff = cpu_to_fdt32(nameoff);
    [all...]
  /external/dtc/libfdt/
fdt.h 89 fdt32_t nameoff; member in struct:fdt_property
fdt_sw.c 226 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 = cpu_to_fdt32(nameoff)
    [all...]
  /external/dtc/tests/
testutils.c 92 uint32_t tag, nameoff, proplen; local
103 nameoff = fdt32_to_cpu(prop->nameoff);
109 propname = fdt_string(fdt, nameoff);
  /system/libufdt/
ufdt_convert.c 356 res = fdt32_to_cpu(same_name_prop->nameoff);
371 int nameoff = _ufdt_get_property_nameoff(tree, prop_node->name, dict); local
372 if (nameoff == 0) return -1;
391 new_prop->nameoff = cpu_to_fdt32(nameoff);
  /external/kmod/libkmod/
libkmod-elf.c 64 uint32_t nameoff; /* offset in strings itself */ member in struct:kmod_elf::kmod_elf_header::__anon21950
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)
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/
flattree.c 279 int nameoff; local
284 nameoff = stringtable_insert(strbuf, prop->name);
288 emit->cell(etarget, nameoff);
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-mach-o.c 483 size_t nameoff; local
485 nameoff = i * sechdrsize + segname_offset;
486 if (strcmp ((char *) secdata + nameoff, omr->segment_name) != 0)
489 nameoff = i * sechdrsize + sectname_offset;
490 if (strcmp ((char *) secdata + nameoff, GNU_WRAPPER_NAMES) == 0)
495 else if (strcmp ((char *) secdata + nameoff, GNU_WRAPPER_INDEX) == 0)
500 else if (strcmp ((char *) secdata + nameoff, GNU_WRAPPER_SECTS) == 0)
505 else if (strcmp ((char *) secdata + nameoff, GNU_SECTION_NAMES) == 0)
    [all...]
  /external/iproute2/misc/
ss.c 449 int nameoff; local
467 nameoff = strlen(name);
487 snprintf(name + nameoff, sizeof(name) - nameoff, "%d/fd/", pid);
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.c 3730 unsigned int nameoff; local
3756 unsigned int nameoff; local
3799 unsigned int nameoff; local
3865 unsigned int nameoff; local
    [all...]
vms-alpha.c 1206 int nameoff; local
    [all...]

Completed in 523 milliseconds