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

  /src/external/gpl3/binutils/dist/bfd/
elf.c 13601 #define SHT_SECONDARY_RELOC (SHT_LOOS + SHT_RELA)
13618 hdr->sh_type = SHT_SECONDARY_RELOC;
13653 if (hdr->sh_type == SHT_SECONDARY_RELOC
13811 if (isection->sh_type != SHT_SECONDARY_RELOC)
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 13818 #define SHT_SECONDARY_RELOC (SHT_LOOS + SHT_RELA)
13835 hdr->sh_type = SHT_SECONDARY_RELOC;
13870 if (hdr->sh_type == SHT_SECONDARY_RELOC
14028 if (isection->sh_type != SHT_SECONDARY_RELOC)
  /src/external/gpl3/gdb/dist/bfd/
elf.c 13725 #define SHT_SECONDARY_RELOC (SHT_LOOS + SHT_RELA)
13742 hdr->sh_type = SHT_SECONDARY_RELOC;
13777 if (hdr->sh_type == SHT_SECONDARY_RELOC
13935 if (isection->sh_type != SHT_SECONDARY_RELOC)
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 13899 #define SHT_SECONDARY_RELOC (SHT_LOOS + SHT_RELA)
13916 hdr->sh_type = SHT_SECONDARY_RELOC;
13951 if (hdr->sh_type == SHT_SECONDARY_RELOC
14111 if (isection->sh_type != SHT_SECONDARY_RELOC)

Completed in 522 milliseconds