Home
last modified time | relevance | path

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

/linux/lib/
H A Dbuildid.c169 const Elf32_Nhdr *nhdr; in parse_build_id()
175 while (note_end - note_off > sizeof(Elf32_Nhdr) + note_name_sz) { in parse_build_id()
176 nhdr = freader_fetch(r, note_off, sizeof(Elf32_Nhdr) + note_name_sz); in parse_build_id()
183 new_off = note_off + sizeof(Elf32_Nhdr); in parse_build_id()
193 build_id_off = note_off + sizeof(Elf32_Nhdr) + ALIGN(note_name_sz, 4); in parse_build_id()
/linux/tools/testing/selftests/bpf/
H A Dtrace_helpers.c409 while (note_offs + sizeof(Elf32_Nhdr) < note_size) { in parse_build_id_buf()
410 Elf32_Nhdr *nhdr = (Elf32_Nhdr *)(note_start + note_offs); in parse_build_id_buf()
416 ALIGN(sizeof("GNU"), 4) + sizeof(Elf32_Nhdr), nhdr->n_descsz); in parse_build_id_buf()
421 note_offs = note_offs + sizeof(Elf32_Nhdr) + in parse_build_id_buf()
/linux/include/uapi/linux/
H A Delf.h471 } Elf32_Nhdr; typedef
/linux/fs/proc/
H A Dvmcore.c935 Elf32_Nhdr *nhdr_ptr; in update_note_header_size_elf32()
955 sz = sizeof(Elf32_Nhdr) + in update_note_header_size_elf32()
964 nhdr_ptr = (Elf32_Nhdr*)((char*)nhdr_ptr + sz); in update_note_header_size_elf32()