Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf_getdata.c66 [SHT_NOTE] = ELF_T_NHDR, /* Need alignment to guess ELF_T_NHDR8. */
102 [ELF_T_NHDR] = __alignof__ (ElfW2(Bits,Nhdr)), \
130 if (t == ELF_T_NHDR && align == 8) in __libelf_data_type()
279 if (t == ELF_T_NHDR && align == 8) in __libelf_set_rawdata_wrlock()
281 if (t == ELF_T_VDEF || t == ELF_T_NHDR || t == ELF_T_NHDR8 in __libelf_set_rawdata_wrlock()
Delf32_xlatetom.c59 if (src->d_type != ELF_T_NHDR && src->d_type != ELF_T_NHDR8 in elfw2()
Dgelf_getnote.c46 if (unlikely (data->d_type != ELF_T_NHDR && data->d_type != ELF_T_NHDR8)) in gelf_getnote()
Dgelf_fsize.c64 [ELF_T_NHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Nhdr)), \
Dgelf_xlate.c196 [ELF_T_NHDR] = elf_cvt_note4, \
Dlibelf.h113 ELF_T_NHDR, /* Elf32_Nhdr, Elf64_Nhdr, ... */ enumerator
DChangeLog127 * elf32_xlatetom.c (xlatetom): Recognize both ELF_T_NHDR and
141 * gelf_xlate.c (__elf_xfctstom): Set ELF_T_NHDR to elf_cvt_note4,
919 integer number of records in case of ELF_T_NHDR.
/external/elfutils/libdwelf/
Ddwelf_elf_gnu_build_id.c93 : ELF_T_NHDR)), in find_elf_build_id()
/external/perf_data_converter/src/quipper/
Ddso_test_utils.cc131 data->d_type = ELF_T_NHDR; in WriteElfWithMultipleBuildids()
/external/elfutils/libdwfl/
Dlinux-core-attach.c361 : ELF_T_NHDR)); in dwfl_core_file_attach()
Dcore-file.c501 : ELF_T_NHDR)); in dwfl_core_file_report()
Ddwfl_segment_report_module.c483 ? ELF_T_NHDR8 : ELF_T_NHDR); in dwfl_segment_report_module()
/external/elfutils/src/
Delflint.c4409 ? ELF_T_NHDR8 : ELF_T_NHDR)); in check_note()
DChangeLog85 (check_note): Use p_align to pass either ELF_T_NHDR or ELF_T_NHDR8 to
Dreadelf.c12334 ? ELF_T_NHDR8 : ELF_T_NHDR))); in handle_notes()