OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shdrstrndx
(Results
1 - 5
of
5
) sorted by null
/external/elfutils/tests/
dwelfgnucompressed.c
56
size_t
shdrstrndx
;
local
57
if (elf_getshdrstrndx (elf, &
shdrstrndx
) == -1)
77
const char *sname = elf_strptr (elf,
shdrstrndx
, shdr.sh_name);
elfgetchdr.c
56
size_t
shdrstrndx
;
local
57
if (elf_getshdrstrndx (elf, &
shdrstrndx
) == -1)
93
const char *sname = elf_strptr (elf,
shdrstrndx
, shdr.sh_name);
elfstrmerge.c
179
size_t
shdrstrndx
;
local
180
if (elf_getshdrstrndx (elf, &
shdrstrndx
) != 0)
183
Elf_Scn *shdrstrscn = elf_getscn (elf,
shdrstrndx
);
225
if (
shdrstrndx
== strtabndx)
273
if (shdr->sh_name != 0 && scnnum !=
shdrstrndx
)
275
const char *sname = elf_strptr (elf,
shdrstrndx
, shdr->sh_name);
331
if (unlikely (secndx == 0 || secndx ==
shdrstrndx
|| secndx >= shdrnum))
348
return secndx <
shdrstrndx
? secndx : secndx - 1;
447
if (ndx == 0 || ndx ==
shdrstrndx
)
522
&& sym.st_shndx ==
shdrstrndx
)
[
all
...]
/external/elfutils/src/
elfcompress.c
368
size_t
shdrstrndx
;
local
369
if (elf_getshdrstrndx (elf, &
shdrstrndx
) != 0)
461
const char *sname = elf_strptr (elf,
shdrstrndx
, shdr->sh_name);
501
if (shdr->sh_link ==
shdrstrndx
)
665
sname = elf_strptr (elf,
shdrstrndx
, shdr->sh_name);
672
/* strdup sname, the
shdrstrndx
section itself might be
681
&& (ndx ==
shdrstrndx
725
if (ndx ==
shdrstrndx
)
781
if (ndx ==
shdrstrndx
)
835
if (! adjust_names || ndx !=
shdrstrndx
)
[
all
...]
/device/google/contexthub/util/nanoapp_postprocess/
postprocess_elf.c
588
size_t
shdrstrndx
;
local
595
if (elf_getshdrstrndx(elf, &
shdrstrndx
) != 0) {
605
sectionName = elf_strptr(elf,
shdrstrndx
, shdr.sh_name);
[
all
...]
Completed in 328 milliseconds