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

/linux-master/lib/
H A Dbuildid.c19 Elf32_Word note_size)
23 while (note_offs + sizeof(Elf32_Nhdr) < note_size) {
55 Elf32_Word note_size)
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
311 while (note_offs + sizeof(Elf32_Nhdr) < note_size) {

Completed in 151 milliseconds