OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tscn
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/libdwfl/
derelocate.c
151
Elf_Scn *
tscn
= elf_getscn (mod->main.elf, shdr->sh_info);
local
152
if (likely (
tscn
!= NULL))
154
if (sec->scn ==
tscn
)
207
Elf_Scn *
tscn
= elf_getscn (mod->main.elf, shdr->sh_info);
local
208
if (likely (
tscn
!= NULL))
210
if (mod->reloc_info->refs[i].scn ==
tscn
)
395
Elf_Scn *
tscn
= mod->reloc_info->refs[idx].scn;
local
398
relocscn,
tscn
, true);
relocate.c
286
Elf_Scn *
tscn
, bool debugscn, bool partial)
290
GElf_Shdr *tshdr = gelf_getshdr (
tscn
, &tshdr_mem);
301
Elf_Data *tdata = elf_rawdata (
tscn
, NULL);
595
Elf_Scn *
tscn
= elf_getscn (debugfile, shdr->sh_info);
local
596
if (unlikely (
tscn
== NULL))
600
&reloc_symtab, scn, shdr,
tscn
,
611
Elf_Scn *relocscn, Elf_Scn *
tscn
, bool partial)
627
tscn
, false, partial));
libdwflP.h
253
/* Process (simple) relocations in arbitrary section
TSCN
of an ET_REL file.
254
RELOCSCN is SHT_REL or SHT_RELA and
TSCN
is its sh_info target section. */
256
Elf_Scn *relocscn, Elf_Scn *
tscn
,
Completed in 25 milliseconds