Home
last modified time | relevance | path

Searched refs:ELF_T_NHDR (Results 1 – 14 of 14) sorted by relevance

/external/elfutils/libelf/
Dgelf_getnote.c46 if (unlikely (data->d_type != ELF_T_NHDR)) in gelf_getnote()
Delf32_xlatetom.c63 if (src->d_type != ELF_T_NHDR in elfw2()
Delf_getdata.c68 [SHT_NOTE] = ELF_T_NHDR,
106 [ELF_T_NHDR] = __alignof__ (ElfW2(Bits,Nhdr)), \
278 if (t == ELF_T_VDEF || t == ELF_T_NHDR in __libelf_set_rawdata_wrlock()
Dgelf_fsize.c66 [ELF_T_NHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Nhdr)), \
Dgelf_xlate.c198 [ELF_T_NHDR] = elf_cvt_note, \
Dlibelf.h89 ELF_T_NHDR, /* Elf32_Nhdr, Elf64_Nhdr, ... */ enumerator
DChangeLog560 integer number of records in case of ELF_T_NHDR.
/external/elfutils/libdwelf/
Ddwelf_elf_gnu_build_id.c91 ELF_T_NHDR), in find_elf_build_id()
/external/elfutils/src/
Dxelf.h153 case ELF_T_NHDR: fsize = sizeof (Elf32_Nhdr); break; \
285 case ELF_T_NHDR: fsize = sizeof (Elf64_Nhdr); break; \
Delflint.c4346 ELF_T_NHDR); in check_note()
Dreadelf.c9462 ELF_T_NHDR)); in handle_notes()
/external/elfutils/libdwfl/
Dlinux-core-attach.c356 phdr->p_filesz, ELF_T_NHDR); in dwfl_core_file_attach()
Dcore-file.c500 ELF_T_NHDR); in dwfl_core_file_report()
Ddwfl_segment_report_module.c469 xlatefrom.d_type = xlateto.d_type = ELF_T_NHDR; in dwfl_segment_report_module()