OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:relas
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/binutils/
embedspu.sh
128
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'`
129
relas
=`echo ${
relas
}`
186
`test -z "${
relas
}" || ${READELF} -r -W ${INFILE} | awk \
192
split ("'"${
relas
}"'", s, " "); \
readelf.c
782
Elf_Internal_Rela *
relas
;
797
relas
= (Elf_Internal_Rela *) cmalloc (nrelas,
800
if (
relas
== NULL)
809
relas
[i].r_offset = BYTE_GET (erelas[i].r_offset);
810
relas
[i].r_info = BYTE_GET (erelas[i].r_info);
811
relas
[i].r_addend = BYTE_GET_SIGNED (erelas[i].r_addend);
827
relas
= (Elf_Internal_Rela *) cmalloc (nrelas,
830
if (
relas
== NULL)
839
relas
[i].r_offset = BYTE_GET (erelas[i].r_offset);
840
relas
[i].r_info = BYTE_GET (erelas[i].r_info)
779
Elf_Internal_Rela *
relas
;
local
[
all
...]
/external/llvm/include/llvm/Object/
ELF.h
159
Elf_Rela_Range
relas
(const Elf_Shdr *Sec) const {
function in class:llvm::object::ELFFile
/toolchain/binutils/binutils-2.25/bfd/
elf32-nds32.c
12451
Elf_Internal_Rela **
relas
; \/* The relocations associated with this fag.
member in struct:nds32_fag
[
all
...]
/external/llvm/tools/llvm-readobj/
ELFDumper.cpp
[
all
...]
Completed in 231 milliseconds