Searched refs:ELF_T_NHDR (Results 1 – 15 of 15) sorted by relevance
/external/elfutils/libelf/ |
D | elf_getdata.c | 66 [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()
|
D | elf32_xlatetom.c | 59 if (src->d_type != ELF_T_NHDR && src->d_type != ELF_T_NHDR8 in elfw2()
|
D | gelf_getnote.c | 46 if (unlikely (data->d_type != ELF_T_NHDR && data->d_type != ELF_T_NHDR8)) in gelf_getnote()
|
D | gelf_fsize.c | 64 [ELF_T_NHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Nhdr)), \
|
D | gelf_xlate.c | 196 [ELF_T_NHDR] = elf_cvt_note4, \
|
D | libelf.h | 113 ELF_T_NHDR, /* Elf32_Nhdr, Elf64_Nhdr, ... */ enumerator
|
D | ChangeLog | 127 * 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/ |
D | dwelf_elf_gnu_build_id.c | 93 : ELF_T_NHDR)), in find_elf_build_id()
|
/external/perf_data_converter/src/quipper/ |
D | dso_test_utils.cc | 131 data->d_type = ELF_T_NHDR; in WriteElfWithMultipleBuildids()
|
/external/elfutils/libdwfl/ |
D | linux-core-attach.c | 361 : ELF_T_NHDR)); in dwfl_core_file_attach()
|
D | core-file.c | 501 : ELF_T_NHDR)); in dwfl_core_file_report()
|
D | dwfl_segment_report_module.c | 483 ? ELF_T_NHDR8 : ELF_T_NHDR); in dwfl_segment_report_module()
|
/external/elfutils/src/ |
D | elflint.c | 4409 ? ELF_T_NHDR8 : ELF_T_NHDR)); in check_note()
|
D | ChangeLog | 85 (check_note): Use p_align to pass either ELF_T_NHDR or ELF_T_NHDR8 to
|
D | readelf.c | 12334 ? ELF_T_NHDR8 : ELF_T_NHDR))); in handle_notes()
|