OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:relas
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Object/
ELF.h
150
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
...]
/toolchain/binutils/binutils-2.25/binutils/
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
...]
Completed in 1256 milliseconds