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

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 3023 originated from the section given by INPUT_REL_HDR) to the
3029 Elf_Internal_Shdr *input_rel_hdr,
3046 if (esdo->rel.hdr && esdo->rel.hdr->sh_entsize == input_rel_hdr->sh_entsize)
3052 && esdo->rela.hdr->sh_entsize == input_rel_hdr->sh_entsize)
3068 erel += output_reldata->count * input_rel_hdr->sh_entsize;
3070 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr)
3078 erel += input_rel_hdr->sh_entsize;
3085 output_reldata->count += NUM_SHDR_ENTRIES (input_rel_hdr);
11980 Elf_Internal_Shdr *input_rel_hdr, *input_rela_hdr;
12209 input_rel_hdr = esdi->rel.hdr
11968 Elf_Internal_Shdr *input_rel_hdr, *input_rela_hdr; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 2985 originated from the section given by INPUT_REL_HDR) to the
2991 Elf_Internal_Shdr *input_rel_hdr,
3008 if (esdo->rel.hdr && esdo->rel.hdr->sh_entsize == input_rel_hdr->sh_entsize)
3014 && esdo->rela.hdr->sh_entsize == input_rel_hdr->sh_entsize)
3030 erel += output_reldata->count * input_rel_hdr->sh_entsize;
3032 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr)
3040 erel += input_rel_hdr->sh_entsize;
3047 output_reldata->count += NUM_SHDR_ENTRIES (input_rel_hdr);
11957 Elf_Internal_Shdr *input_rel_hdr, *input_rela_hdr;
12186 input_rel_hdr = esdi->rel.hdr
11945 Elf_Internal_Shdr *input_rel_hdr, *input_rela_hdr; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 2957 originated from the section given by INPUT_REL_HDR) to the
2963 Elf_Internal_Shdr *input_rel_hdr,
2980 if (esdo->rel.hdr && esdo->rel.hdr->sh_entsize == input_rel_hdr->sh_entsize)
2986 && esdo->rela.hdr->sh_entsize == input_rel_hdr->sh_entsize)
3002 erel += output_reldata->count * input_rel_hdr->sh_entsize;
3004 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr)
3012 erel += input_rel_hdr->sh_entsize;
3019 output_reldata->count += NUM_SHDR_ENTRIES (input_rel_hdr);
11888 Elf_Internal_Shdr *input_rel_hdr, *input_rela_hdr;
12117 input_rel_hdr = esdi->rel.hdr
11876 Elf_Internal_Shdr *input_rel_hdr, *input_rela_hdr; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 2943 originated from the section given by INPUT_REL_HDR) to the
2949 Elf_Internal_Shdr *input_rel_hdr,
2966 if (esdo->rel.hdr && esdo->rel.hdr->sh_entsize == input_rel_hdr->sh_entsize)
2972 && esdo->rela.hdr->sh_entsize == input_rel_hdr->sh_entsize)
2988 erel += output_reldata->count * input_rel_hdr->sh_entsize;
2990 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr)
2998 erel += input_rel_hdr->sh_entsize;
3005 output_reldata->count += NUM_SHDR_ENTRIES (input_rel_hdr);
11863 Elf_Internal_Shdr *input_rel_hdr, *input_rela_hdr;
12095 input_rel_hdr = esdi->rel.hdr
11851 Elf_Internal_Shdr *input_rel_hdr, *input_rela_hdr; local
    [all...]

Completed in 57 milliseconds