HomeSort by: relevance | last modified time | path
    Searched refs:relas (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
embedspu.sh 126 relas=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *[0-9]*\] *[^ ]* *RELA *[0-9a-f]* *0*\([0-9a-f][0-9a-f]*\).* \([0-9a-f][0-9a-f]*\) *[0-9a-f][0-9a-f]*$,\1 \2,p'`
127 relas=`echo ${relas}`
184 `test -z "${relas}" || ${READELF} -r -W ${INFILE} | awk \
190 split ("'"${relas}"'", s, " "); \
readelf.c 1398 Elf_Internal_Rela * relas;
1413 relas = (Elf_Internal_Rela *) cmalloc (nrelas,
1416 if (relas == NULL)
1425 relas[i].r_offset = BYTE_GET (erelas[i].r_offset);
1426 relas[i].r_info = BYTE_GET (erelas[i].r_info);
1427 relas[i].r_addend = BYTE_GET_SIGNED (erelas[i].r_addend);
1443 relas = (Elf_Internal_Rela *) cmalloc (nrelas,
1446 if (relas == NULL)
1455 relas[i].r_offset = BYTE_GET (erelas[i].r_offset);
1456 relas[i].r_info = BYTE_GET (erelas[i].r_info)
1395 Elf_Internal_Rela * relas; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
embedspu.sh 126 relas=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *[0-9]*\] *[^ ]* *RELA *[0-9a-f]* *0*\([0-9a-f][0-9a-f]*\).* \([0-9a-f][0-9a-f]*\) *[0-9a-f][0-9a-f]*$,\1 \2,p'`
127 relas=`echo ${relas}`
184 `test -z "${relas}" || ${READELF} -r -W ${INFILE} | awk \
190 split ("'"${relas}"'", s, " "); \
readelf.c 1337 Elf_Internal_Rela * relas;
1352 relas = (Elf_Internal_Rela *) cmalloc (nrelas,
1355 if (relas == NULL)
1364 relas[i].r_offset = BYTE_GET (erelas[i].r_offset);
1365 relas[i].r_info = BYTE_GET (erelas[i].r_info);
1366 relas[i].r_addend = BYTE_GET_SIGNED (erelas[i].r_addend);
1382 relas = (Elf_Internal_Rela *) cmalloc (nrelas,
1385 if (relas == NULL)
1394 relas[i].r_offset = BYTE_GET (erelas[i].r_offset);
1395 relas[i].r_info = BYTE_GET (erelas[i].r_info)
1334 Elf_Internal_Rela * relas; local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-nds32.c 12594 Elf_Internal_Rela **relas; /* The relocations associated with this fag.
12598 in relas. */
12599 int relas_capcity; /* The buffer size of relas.
12629 they are chained by relas array. */
12648 Insert `rel' into relocation list, relas. */
12650 /* Check whether relas is big enough. */
12654 iter->relas = bfd_realloc
12655 (iter->relas, iter->relas_capcity * sizeof (void *));
12657 iter->relas[iter->count++] = rel;
12668 new_fag->relas = (Elf_Internal_Rela **
12587 Elf_Internal_Rela **relas; \/* The relocations associated with this fag. member in struct:nds32_fag
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-nds32.c 12597 Elf_Internal_Rela **relas; /* The relocations associated with this fag.
12601 in relas. */
12602 int relas_capcity; /* The buffer size of relas.
12632 they are chained by relas array. */
12651 Insert `rel' into relocation list, relas. */
12653 /* Check whether relas is big enough. */
12657 iter->relas = bfd_realloc
12658 (iter->relas, iter->relas_capcity * sizeof (void *));
12660 iter->relas[iter->count++] = rel;
12671 new_fag->relas = (Elf_Internal_Rela **
12590 Elf_Internal_Rela **relas; \/* The relocations associated with this fag. member in struct:nds32_fag
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-nds32.c 12590 Elf_Internal_Rela **relas; /* The relocations associated with this fag.
12594 in relas. */
12595 int relas_capcity; /* The buffer size of relas.
12625 they are chained by relas array. */
12644 Insert `rel' into relocation list, relas. */
12646 /* Check whether relas is big enough. */
12650 iter->relas = bfd_realloc
12651 (iter->relas, iter->relas_capcity * sizeof (void *));
12653 iter->relas[iter->count++] = rel;
12664 new_fag->relas = (Elf_Internal_Rela **
12583 Elf_Internal_Rela **relas; \/* The relocations associated with this fag. member in struct:nds32_fag
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-nds32.c 12592 Elf_Internal_Rela **relas; /* The relocations associated with this fag.
12596 in relas. */
12597 int relas_capcity; /* The buffer size of relas.
12627 they are chained by relas array. */
12646 Insert `rel' into relocation list, relas. */
12648 /* Check whether relas is big enough. */
12652 iter->relas = bfd_realloc
12653 (iter->relas, iter->relas_capcity * sizeof (void *));
12655 iter->relas[iter->count++] = rel;
12666 new_fag->relas = (Elf_Internal_Rela **
12585 Elf_Internal_Rela **relas; \/* The relocations associated with this fag. member in struct:nds32_fag
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
ELF_x86_64.cpp 469 auto Relocations = Obj.relas(SecRef);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELF.h 267 Expected<Elf_Rela_Range> relas(const Elf_Shdr &Sec) const { function in class:llvm::object::ELFFile
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
elf2yaml.cpp 1076 auto Rels = Obj.relas(*Shdr);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 2915 Elf_Rela_Range Rels = unwrapOrError(FileName, Obj.relas(*PltRelSec));
5621 if (Expected<Elf_Rela_Range> RangeOrErr = Obj.relas(Sec)) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp 1866 Expected<typename ELFFile<ELFT>::Elf_Rela_Range> Relas =
1867 ElfFile.relas(*Shdr);
1868 if (!Relas)
1869 return Relas.takeError();
1871 if (Error Err = initRelocations(RelSec, Obj.SymbolTable, *Relas))

Completed in 86 milliseconds