OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:secname
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/0.153/libdwfl/
dwfl_module_getdwarf.c
324
const char *
secname
= elf_strptr (mod->main.elf, shstrndx,
local
326
if (unlikely (
secname
== NULL))
328
if (!strcmp (
secname
, ".gnu.prelink_undo"))
/external/libunwind/src/dwarf/
Gfind_proc_info-lsb.c
135
char *
secname
= &stringtab[sec_hdrs[i].sh_name];
local
137
if (strcmp (
secname
, ".debug_frame") == 0)
149
else if (strcmp (
secname
, ".gnu_debuglink") == 0)
/external/llvm/tools/llvm-objdump/
llvm-objdump.cpp
567
StringRef
secname
;
local
568
if (error(Section.getName(
secname
)))
570
outs() << "RELOCATION RECORDS FOR [" <<
secname
<< "]:\n";
/external/elfutils/0.153/src/
readelf.c
5816
const char *
secname
= section_name (ebl, ehdr, shdr);
local
5821
elf_ndxscn (scn),
secname
, (uint64_t) shdr->sh_offset);
local
[
all
...]
Completed in 2261 milliseconds