Home
last modified time | relevance | path

Searched refs:note_size (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A D32and64bit.patch115 + Elf32_Addr) note_size = 3 * sizeof (Elf32_Word))
119 + if (size - 32 < note_size || note_size == 0)
124 + size -= note_size;
125 + abi_note = (void *) abi_note + note_size;
274 - ElfW(Addr) note_size = 3 * sizeof (ElfW(Word))
276 + Elf64_Addr note_size = 3 * sizeof (Elf64_Word)
H A Dendian-ness_handling.patch118 - Elf32_Addr) note_size = 3 * sizeof (Elf32_Word))
122 + Elf32_Addr note_size = 3 * sizeof (Elf32_Word)
126 if (size - 32 < note_size || note_size == 0)
265 Elf64_Addr note_size = 3 * sizeof (Elf64_Word)
271 if (size - 32 < note_size || note_size == 0)
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dstackmap.c168 Elf32_Word note_size) in stack_map_parse_build_id() argument
173 if (note_start < page_addr || note_start + note_size < note_start) in stack_map_parse_build_id()
177 if (note_start + note_size > page_addr + PAGE_SIZE) in stack_map_parse_build_id()
180 while (note_offs + sizeof(Elf32_Nhdr) < note_size) { in stack_map_parse_build_id()