OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:secname
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/tests/
line2addr.c
55
const char *
secname
= dwfl_module_relocation_info (mod, i, NULL);
local
56
if (n > 1 ||
secname
[0] != '\0')
57
printf ("%s(%s)+%#" PRIx64, modname,
secname
, address);
/external/llvm/tools/llvm-objdump/
llvm-objdump.cpp
523
StringRef
secname
;
local
524
if (error(si->getName(
secname
))) continue;
525
outs() << "RELOCATION RECORDS FOR [" <<
secname
<< "]:\n";
Completed in 495 milliseconds