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)), \ 128 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 | 288 * elf32_xlatetom.c (xlatetom): Recognize both ELF_T_NHDR and 302 * gelf_xlate.c (__elf_xfctstom): Set ELF_T_NHDR to elf_cvt_note4, 1080 integer number of records in case of ELF_T_NHDR.
|
/external/elfutils/tests/ |
D | xlate_notes.c | 114 .d_version = EV_CURRENT, .d_type = ELF_T_NHDR, in main()
|
/external/elfutils/libdwelf/ |
D | dwelf_elf_gnu_build_id.c | 93 : ELF_T_NHDR)), in find_elf_build_id()
|
/external/elfutils/libdwfl/ |
D | linux-core-attach.c | 362 : ELF_T_NHDR)); in dwfl_core_file_attach()
|
D | core-file.c | 516 : ELF_T_NHDR)); in dwfl_core_file_report()
|
D | dwfl_segment_report_module.c | 531 : ELF_T_NHDR); in dwfl_segment_report_module()
|
/external/elfutils/src/ |
D | elflint.c | 4434 ? ELF_T_NHDR8 : ELF_T_NHDR)); in check_note()
|
D | ChangeLog | 491 (check_note): Use p_align to pass either ELF_T_NHDR or ELF_T_NHDR8 to
|
D | readelf.c | 12573 ? ELF_T_NHDR8 : ELF_T_NHDR))); in handle_notes()
|