Searched refs:note_size (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/lib/ |
H A D | buildid.c | 19 Elf32_Word note_size) in parse_build_id_buf() 23 while (note_offs + sizeof(Elf32_Nhdr) < note_size) { in parse_build_id_buf() 55 Elf32_Word note_size) in parse_build_id() 58 if (note_start < page_addr || note_start + note_size < note_start) in parse_build_id() 62 if (note_start + note_size > page_addr + PAGE_SIZE) in parse_build_id() 65 return parse_build_id_buf(build_id, size, note_start, note_size); in parse_build_id() 16 parse_build_id_buf(unsigned char *build_id, __u32 *size, const void *note_start, Elf32_Word note_size) parse_build_id_buf() argument 51 parse_build_id(const void *page_addr, unsigned char *build_id, __u32 *size, const void *note_start, Elf32_Word note_size) parse_build_id() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | trace_helpers.c | 245 parse_build_id_buf(const void *note_start, Elf32_Word note_size, char *build_id) in parse_build_id_buf() argument 249 while (note_offs + sizeof(Elf32_Nhdr) < note_size) { in parse_build_id_buf()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | stackmap.c | 171 Elf32_Word note_size) in stack_map_parse_build_id() 176 if (note_start < page_addr || note_start + note_size < note_start) in stack_map_parse_build_id() 180 if (note_start + note_size > page_addr + PAGE_SIZE) in stack_map_parse_build_id() 183 while (note_offs + sizeof(Elf32_Nhdr) < note_size) { in stack_map_parse_build_id() 168 stack_map_parse_build_id(void *page_addr, unsigned char *build_id, void *note_start, Elf32_Word note_size) stack_map_parse_build_id() argument
|
Completed in 2 milliseconds