Searched refs:note_start (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/
H A Dbuildid.c18 const void *note_start,
24 Elf32_Nhdr *nhdr = (Elf32_Nhdr *)(note_start + note_offs);
32 note_start + note_offs +
54 const void *note_start,
58 if (note_start < page_addr || note_start + note_size < note_start)
62 if (note_start + note_size > page_addr + PAGE_SIZE)
65 return parse_build_id_buf(build_id, size, note_start, note_size);
16 parse_build_id_buf(unsigned char *build_id, __u32 *size, const void *note_start, Elf32_Word note_size) argument
51 parse_build_id(const void *page_addr, unsigned char *build_id, __u32 *size, const void *note_start, Elf32_Word note_size) argument
/linux-master/tools/testing/selftests/bpf/
H A Dtrace_helpers.c307 parse_build_id_buf(const void *note_start, Elf32_Word note_size, char *build_id) argument
312 Elf32_Nhdr *nhdr = (Elf32_Nhdr *)(note_start + note_offs);
317 memcpy(build_id, note_start + note_offs +

Completed in 162 milliseconds