Searched refs:elf_rand (Results 1 – 14 of 14) sorted by relevance
/external/elfutils/libelf/ |
D | elf_rand.c | 62 elf_rand (elf, offset) in elf_rand() function
|
D | libelf.map | 50 elf_rand;
|
D | Android.mk | 84 elf_rand.c \
|
D | libelf.h | 362 extern size_t elf_rand (Elf *__elf, size_t __offset);
|
D | Makefile.am | 56 elf_begin.c elf_next.c elf_rand.c elf_end.c elf_kind.c \
|
D | Makefile.in | 69 elf_next.$(OBJEXT) elf_rand.$(OBJEXT) elf_end.$(OBJEXT) \ 275 elf_begin.c elf_next.c elf_rand.c elf_end.c elf_kind.c \ 473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf_rand.Po@am__quote@
|
D | ChangeLog | 50 * elf_rand.c (elf_rand): Likewise.
|
/external/elfutils/tests/ |
D | arsymtest.c | 98 if (elf_rand (elf, arsym[narsym].as_off) != arsym[narsym].as_off) in main()
|
/external/elfutils/src/ |
D | nm.c | 447 && (elf_rand (elf, arsym->as_off) != arsym->as_off in handle_ar() 461 if (elf_rand (elf, SARMAG) != SARMAG) in handle_ar()
|
D | ar.c | 1351 if (elf_rand (elf, memp->old_off) == 0 in do_oper_insert()
|
D | readelf.c | 616 (void) elf_rand (pure_elf, aroff); in process_elf_file() 6424 if (unlikely (elf_rand (elf, as_off) == 0) in dump_archive_index()
|
D | ldgeneric.c | 1931 if (unlikely (elf_rand (fileinfo->elf, syms[cnt].as_off) in extract_from_archive()
|
/external/elfutils/ |
D | android.patch | 491 extern size_t elf_rand (Elf *__elf, size_t __offset);
|
D | NEWS | 591 libelf: Take offset of archive into account in elf_rand.
|