Searched refs:ELF_T_NHDR (Results 1 – 14 of 14) sorted by relevance
/external/elfutils/libelf/ |
D | gelf_getnote.c | 46 if (unlikely (data->d_type != ELF_T_NHDR)) in gelf_getnote()
|
D | elf32_xlatetom.c | 63 if (src->d_type != ELF_T_NHDR in elfw2()
|
D | elf_getdata.c | 68 [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()
|
D | gelf_fsize.c | 66 [ELF_T_NHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Nhdr)), \
|
D | gelf_xlate.c | 198 [ELF_T_NHDR] = elf_cvt_note, \
|
D | libelf.h | 89 ELF_T_NHDR, /* Elf32_Nhdr, Elf64_Nhdr, ... */ enumerator
|
D | ChangeLog | 560 integer number of records in case of ELF_T_NHDR.
|
/external/elfutils/libdwelf/ |
D | dwelf_elf_gnu_build_id.c | 91 ELF_T_NHDR), in find_elf_build_id()
|
/external/elfutils/src/ |
D | xelf.h | 153 case ELF_T_NHDR: fsize = sizeof (Elf32_Nhdr); break; \ 285 case ELF_T_NHDR: fsize = sizeof (Elf64_Nhdr); break; \
|
D | elflint.c | 4346 ELF_T_NHDR); in check_note()
|
D | readelf.c | 9462 ELF_T_NHDR)); in handle_notes()
|
/external/elfutils/libdwfl/ |
D | linux-core-attach.c | 356 phdr->p_filesz, ELF_T_NHDR); in dwfl_core_file_attach()
|
D | core-file.c | 500 ELF_T_NHDR); in dwfl_core_file_report()
|
D | dwfl_segment_report_module.c | 469 xlatefrom.d_type = xlateto.d_type = ELF_T_NHDR; in dwfl_segment_report_module()
|