OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scnname
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/libdw/
dwarf_begin_elf.c
118
const char *
scnname
= elf_strptr (result->elf, ehdr->e_shstrndx,
local
120
if (
scnname
== NULL)
133
if (strcmp (
scnname
, dwarf_scnnames[cnt]) == 0)
/external/elfutils/src/
elflint.c
3426
const char *
scnname
= elf_strptr (ebl->elf, shstrndx, shdr->sh_name);
local
3458
(int) cnt,
scnname
,
local
[
all
...]
ldgeneric.c
655
const char *
scnname
;
local
666
scnname
= elf_strptr (fileinfo->elf,
671
scnname
= ebl_section_name (ld_state.ebl, shndx, 0, buf, sizeof (buf),
678
scnname
,
691
scnname
= elf_strptr (oldfile->elf,
695
scnname
= ebl_section_name (ld_state.ebl, oldp->scndx, oldp->scndx,
701
scnname
, (uint64_t) oldsym->st_value);
[
all
...]
Completed in 46 milliseconds