Searched refs:oldelf (Results 1 – 2 of 2) sorted by relevance
/build/tools/apriori/ |
D | apriori.c | 84 while ((scn = elf_nextscn (source->oldelf, scn)) != NULL) in print_shdrs() 160 while ((oldscn = elf_nextscn (source->oldelf, oldscn)) != NULL) { in create_elf_sections() 188 elf_strptr(source->oldelf, in create_elf_sections() 240 while ((oldscn = elf_nextscn (source->oldelf, oldscn)) != NULL) { in setup_shdr_info() 266 elf_strptr (source->oldelf, source->shstrndx, in setup_shdr_info() 338 elf = elf_clone(source->oldelf, ELF_C_EMPTY); in init_elf() 342 GElf_Ehdr *oldehdr = gelf_getehdr(source->oldelf, &source->old_ehdr_mem); in init_elf() 347 FAILIF_LIBELF(gelf_newehdr (elf, gelf_getclass (source->oldelf)) == 0, in init_elf() 372 gelf_getphdr(source->oldelf, cnt, in init_elf() 453 elf_strptr(source->oldelf, source->shstrndx, shdr->sh_name); in do_init_source() [all …]
|
D | source.h | 50 Elf *oldelf; member
|