Searched refs:Chdr (Results 1 – 8 of 8) sorted by relevance
/external/elfutils/libelf/ |
D | elf32_getchdr.c | 42 ElfW2(LIBELFBITS,Chdr) * in ElfW2() argument 76 if (d->d_size < sizeof (ElfW2(LIBELFBITS,Chdr)) || d->d_buf == NULL) in ElfW2() 82 return (ElfW2(LIBELFBITS,Chdr) *) d->d_buf; in ElfW2()
|
D | abstract.h | 318 START (32, Chdr, Ext##Chdr) \ 322 END (32, Ext##Chdr) 325 START (64, Chdr, Ext##Chdr) \ 330 END (64, Ext##Chdr)
|
D | gelf_xlate.h | 53 TYPE (Chdr, LIBELFBITS)
|
D | elf32_updatenull.c | 394 ElfW2(LIBELFBITS,Chdr) *chdr; in __elfw2()
|
D | elf_getdata.c | 109 [ELF_T_CHDR] = __alignof__ (ElfW2(Bits,Chdr)), \
|
D | ChangeLog | 72 * gelf_xlate.h: Add Chdr.
|
/external/llvm/include/llvm/Object/ |
D | ELFTypes.h | 63 typedef Elf_Chdr_Impl<ELFType<E, Is64>> Chdr; typedef
|
/external/elfutils/src/ |
D | ChangeLog | 22 a valid Chdr.
|