Searched refs:nhdr (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/fs/proc/ |
D | kcore.c | 318 struct elf_phdr *nhdr, *phdr; in elf_kcore_store_hdr() local 349 nhdr = (struct elf_phdr *) bufp; in elf_kcore_store_hdr() 352 nhdr->p_type = PT_NOTE; in elf_kcore_store_hdr() 353 nhdr->p_offset = 0; in elf_kcore_store_hdr() 354 nhdr->p_vaddr = 0; in elf_kcore_store_hdr() 355 nhdr->p_paddr = 0; in elf_kcore_store_hdr() 356 nhdr->p_filesz = 0; in elf_kcore_store_hdr() 357 nhdr->p_memsz = 0; in elf_kcore_store_hdr() 358 nhdr->p_flags = 0; in elf_kcore_store_hdr() 359 nhdr->p_align = 0; in elf_kcore_store_hdr() [all …]
|
/linux-2.6.39/scripts/ |
D | recordmcount.h | 380 unsigned nhdr, in tot_relsize() argument 387 for (; nhdr; --nhdr, ++shdrp) { in tot_relsize() 401 unsigned const nhdr = w2(ehdr->e_shnum); in do_func() local 410 unsigned const totrelsz = tot_relsize(shdr0, nhdr, shstrtab, fname); in do_func() 421 for (relhdr = shdr0, k = nhdr; k; --k, ++relhdr) { in do_func()
|
/linux-2.6.39/tools/perf/util/ |
D | symbol.c | 1338 GElf_Nhdr *nhdr = ptr; in elf_read_build_id() local 1339 int namesz = NOTE_ALIGN(nhdr->n_namesz), in elf_read_build_id() 1340 descsz = NOTE_ALIGN(nhdr->n_descsz); in elf_read_build_id() 1343 ptr += sizeof(*nhdr); in elf_read_build_id() 1346 if (nhdr->n_type == NT_GNU_BUILD_ID && in elf_read_build_id() 1347 nhdr->n_namesz == sizeof("GNU")) { in elf_read_build_id() 1401 GElf_Nhdr nhdr; in sysfs__read_build_id() local 1404 if (read(fd, &nhdr, sizeof(nhdr)) != sizeof(nhdr)) in sysfs__read_build_id() 1407 namesz = NOTE_ALIGN(nhdr.n_namesz); in sysfs__read_build_id() 1408 descsz = NOTE_ALIGN(nhdr.n_descsz); in sysfs__read_build_id() [all …]
|
/linux-2.6.39/include/pcmcia/ |
D | cistpl.h | 507 u_char nhdr; member
|
/linux-2.6.39/drivers/pcmcia/ |
D | cistpl.c | 1241 v2->nhdr = p[8]; in parse_vers_2()
|