OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tscn
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/0.153/libdwfl/
derelocate.c
155
Elf_Scn *
tscn
= elf_getscn (mod->main.elf, shdr->sh_info);
local
156
if (likely (
tscn
!= NULL))
158
if (sec->scn ==
tscn
)
211
Elf_Scn *
tscn
= elf_getscn (mod->main.elf, shdr->sh_info);
local
212
if (likely (
tscn
!= NULL))
214
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
299
Elf_Scn *
tscn
, bool debugscn, bool partial)
303
GElf_Shdr *tshdr = gelf_getshdr (
tscn
, &tshdr_mem);
318
Elf_Data *tdata = elf_rawdata (
tscn
, NULL);
622
Elf_Scn *
tscn
= elf_getscn (debugfile, shdr->sh_info);
local
623
if (unlikely (
tscn
== NULL))
627
&reloc_symtab, scn, shdr,
tscn
,
638
Elf_Scn *relocscn, Elf_Scn *
tscn
, bool partial)
654
tscn
, false, partial));
libdwflP.h
318
/* Process (simple) relocations in arbitrary section
TSCN
of an ET_REL file.
319
RELOCSCN is SHT_REL or SHT_RELA and
TSCN
is its sh_info target section. */
321
Elf_Scn *relocscn, Elf_Scn *
tscn
,
/external/elfutils/0.153/src/
strip.c
1649
Elf_Scn *
tscn
= elf_ge
tscn
(debugelf, shdr->sh_info);
local
[
all
...]
Completed in 158 milliseconds