OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strscn
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/libelf/
elf_strptr.c
79
Elf_Scn *
strscn
;
local
91
strscn
= &runp->data[idx];
112
if (unlikely (
strscn
->shdr.e32->sh_type != SHT_STRTAB))
119
if (unlikely (offset >=
strscn
->shdr.e32->sh_size))
128
if (unlikely (
strscn
->shdr.e64->sh_type != SHT_STRTAB))
135
if (unlikely (offset >=
strscn
->shdr.e64->sh_size))
143
if (
strscn
->rawdata_base == NULL && !
strscn
->data_read)
147
if (
strscn
->rawdata_base == NULL && !
strscn
->data_rea
[
all
...]
/external/elfutils/libasm/
asm_end.c
140
Elf_Scn *
strscn
= elf_newscn (ctx->out.elf);
local
141
strtabdata = elf_newdata (
strscn
);
142
shdr = gelf_getshdr (
strscn
, &shdr_mem);
148
strscnndx = elf_ndxscn (
strscn
);
155
(void) gelf_update_shdr (
strscn
, shdr);
/external/elfutils/src/
unstrip.c
750
collect_symbols (Elf *outelf, bool rel, Elf_Scn *symscn, Elf_Scn *
strscn
,
756
Elf_Data *strdata = elf_getdata (
strscn
, NULL);
[
all
...]
ldgeneric.c
4316
Elf_Scn *
strscn
= NULL;
local
[
all
...]
Completed in 2688 milliseconds