Home
last modified time | relevance | path

Searched refs:need_copy (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dserialization.h48 bool need_copy = !IsAligned(result_buffer); in StructSerializeImpl() local
50 if (need_copy) { in StructSerializeImpl()
61 if (need_copy) { in StructSerializeImpl()
84 bool need_copy = !IsAligned(input_buffer); in StructDeserializeImpl() local
86 if (need_copy) { in StructDeserializeImpl()
100 if (need_copy) in StructDeserializeImpl()
/external/elfutils/src/
Di386_ld.c596 if (unlikely (sym->type != STT_FUNC) && ! sym->need_copy) in elf_i386_count_relocations()
598 sym->need_copy = 1; in elf_i386_count_relocations()
828 if (unlikely (symref[idx]->need_copy)) in elf_i386_create_relocations()
872 symref[idx]->need_copy = 0; in elf_i386_create_relocations()
Dld.h456 unsigned int need_copy:1; member
Dldgeneric.c1552 newp->need_copy = 0; in add_relocatable_file()
2750 if (runp->need_copy) in compute_copy_reloc_offset()