Home
last modified time | relevance | path

Searched refs:elf_cvt_note (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/libelf/
Dnote_xlate.h30 elf_cvt_note (void *dest, const void *src, size_t len, int encode, in elf_cvt_note() function
79 elf_cvt_note (dest, src, len, encode, false); in elf_cvt_note4()
85 elf_cvt_note (dest, src, len, encode, true); in elf_cvt_note8()
DChangeLog80 * note_xlate.h (elf_cvt_note): Check n_namesz and n_descsz don't
143 * note_xlate.h (elf_cvt_note): Take nhdr8 argument and use it to
727 * note_xlate.h (elf_cvt_note): Copy over any leftover data if
1117 * note_xlate.h (elf_cvt_note): Don't examine a size too small to
1343 (__elf_xfctstom): Use elf_cvt_note.