HomeSort by relevance Sort by last modified time
    Searched full:elf1 (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/common/linux/
file_id_unittest.cc 229 ELF elf1(EM_386, TypeParam::kClass, kLittleEndian);
232 elf1.AddSection(".foo", foo_1, SHT_PROGBITS);
235 elf1.AddSection(".text", text_1, SHT_PROGBITS);
236 elf1.Finish();
237 this->GetElfContents(elf1);
  /external/elfutils/src/src/
elfcmp.c 164 Elf *elf1 = open_file (fname1, &fd1, &ebl1); local
172 GElf_Ehdr *ehdr1 = gelf_getehdr (elf1, &ehdr1_mem);
211 if (unlikely (elf_getshdrnum (elf1, &shnum1) != 0))
226 if (unlikely (elf_getphdrnum (elf1, &phnum1) != 0))
253 scn1 = elf_nextscn (elf1, scn1);
256 sname1 = elf_strptr (elf1, ehdr1->e_shstrndx, shdr1->sh_name);
354 const char *name1 = elf_strptr (elf1, shdr1->sh_link,
570 raw1 = elf_rawfile (elf1, &size1);
593 GElf_Phdr *phdr1 = gelf_getphdr (elf1, ndx, &phdr1_mem);
649 elf_end (elf1);
    [all...]

Completed in 1038 milliseconds