HomeSort by: relevance | last modified time | path
    Searched defs:inote (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
opncls.c 1759 Elf_Internal_Note inote;
1802 inote.type = H_GET_32 (abfd, enote->type);
1803 inote.namesz = H_GET_32 (abfd, enote->namesz);
1804 inote.namedata = enote->name;
1805 inote.descsz = H_GET_32 (abfd, enote->descsz);
1806 inote.descdata = inote.namedata + BFD_ALIGN (inote.namesz, 4);
1809 if (inote.descsz <= 0
1810 || inote.type != NT_GNU_BUILD_I
1758 Elf_Internal_Note inote; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
opncls.c 1764 Elf_Internal_Note inote;
1807 inote.type = H_GET_32 (abfd, enote->type);
1808 inote.namesz = H_GET_32 (abfd, enote->namesz);
1809 inote.namedata = enote->name;
1810 inote.descsz = H_GET_32 (abfd, enote->descsz);
1811 inote.descdata = inote.namedata + BFD_ALIGN (inote.namesz, 4);
1814 if (inote.descsz <= 0
1815 || inote.type != NT_GNU_BUILD_I
1763 Elf_Internal_Note inote; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
opncls.c 1808 Elf_Internal_Note inote;
1851 inote.type = H_GET_32 (abfd, enote->type);
1852 inote.namesz = H_GET_32 (abfd, enote->namesz);
1853 inote.namedata = enote->name;
1854 inote.descsz = H_GET_32 (abfd, enote->descsz);
1855 inote.descdata = inote.namedata + BFD_ALIGN (inote.namesz, 4);
1858 if (inote.descsz <= 0
1859 || inote.type != NT_GNU_BUILD_I
1807 Elf_Internal_Note inote; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
opncls.c 1764 Elf_Internal_Note inote;
1807 inote.type = H_GET_32 (abfd, enote->type);
1808 inote.namesz = H_GET_32 (abfd, enote->namesz);
1809 inote.namedata = enote->name;
1810 inote.descsz = H_GET_32 (abfd, enote->descsz);
1811 inote.descdata = inote.namedata + BFD_ALIGN (inote.namesz, 4);
1814 if (inote.descsz <= 0
1815 || inote.type != NT_GNU_BUILD_I
1763 Elf_Internal_Note inote; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 17819 Elf_Internal_Note inote;
17853 inote.type = BYTE_GET (enote->type);
17854 inote.namesz = BYTE_GET (enote->namesz);
17855 inote.namedata = enote->name;
17856 inote.descsz = BYTE_GET (enote->descsz);
17857 inote.descdata = ((char *) enote
17858 + ELF_NOTE_DESC_OFFSET (inote.namesz, align));
17859 inote.descpos = offset + (inote.descdata - (char *) enote);
17861 + ELF_NOTE_NEXT_OFFSET (inote.namesz, inote.descsz, align))
17816 Elf_Internal_Note inote; local
24308 Elf_Internal_Note inote; local
24470 Elf_Internal_Note inote; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 17274 Elf_Internal_Note inote;
17308 inote.type = BYTE_GET (enote->type);
17309 inote.namesz = BYTE_GET (enote->namesz);
17310 inote.namedata = enote->name;
17311 inote.descsz = BYTE_GET (enote->descsz);
17312 inote.descdata = ((char *) enote
17313 + ELF_NOTE_DESC_OFFSET (inote.namesz, align));
17314 inote.descpos = offset + (inote.descdata - (char *) enote);
17316 + ELF_NOTE_NEXT_OFFSET (inote.namesz, inote.descsz, align))
17271 Elf_Internal_Note inote; local
23165 Elf_Internal_Note inote; local
23327 Elf_Internal_Note inote; local
    [all...]

Completed in 67 milliseconds