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

  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c 1697 Elf_External_Note e_note; local
2551 Elf_External_Note e_note; local
    [all...]
tc-i386.c 10203 Elf_External_Note e_note; local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/emultempl/
elf32.em 922 Elf_External_Note *e_note;
943 e_note = (Elf_External_Note *) contents;
949 bfd_h_put_32 (abfd, sizeof "GNU", &e_note->namesz);
950 bfd_h_put_32 (abfd, size, &e_note->descsz);
951 bfd_h_put_32 (abfd, NT_GNU_BUILD_ID, &e_note->type);
952 memcpy (e_note->name, "GNU", sizeof "GNU");
    [all...]

Completed in 60 milliseconds