Searched refs:elf_rand (Results 1 – 12 of 12) sorted by relevance
/external/elfutils/libelf/ |
D | elf_rand.c | 41 elf_rand (Elf *elf, size_t offset) in elf_rand() function
|
D | libelf.map | 50 elf_rand;
|
D | Android.bp | 80 "elf_rand.c",
|
D | Makefile.am | 45 elf_begin.c elf_next.c elf_rand.c elf_end.c elf_kind.c \
|
D | libelf.h | 414 extern size_t elf_rand (Elf *__elf, size_t __offset);
|
D | ChangeLog | 810 * elf_rand.c (elf_rand): Likewise.
|
/external/elfutils/tests/ |
D | arsymtest.c | 90 if (elf_rand (elf, arsym[narsym].as_off) != arsym[narsym].as_off) in main()
|
/external/elfutils/src/ |
D | nm.c | 462 && (elf_rand (elf, arsym->as_off) != arsym->as_off in handle_ar() 476 if (elf_rand (elf, SARMAG) != SARMAG) in handle_ar()
|
D | ar.c | 1369 if (elf_rand (elf, memp->old_off) == 0 in do_oper_insert()
|
D | readelf.c | 883 (void) elf_rand (pure_elf, aroff); in process_elf_file() 9722 if (unlikely (elf_rand (elf, as_off) == 0) in dump_archive_index()
|
D | ldgeneric.c | 1921 if (unlikely (elf_rand (fileinfo->elf, syms[cnt].as_off) in extract_from_archive()
|
/external/elfutils/ |
D | NEWS | 961 libelf: Take offset of archive into account in elf_rand.
|