OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionNumber
(Results
1 - 12
of
12
) sorted by null
/external/llvm/tools/obj2yaml/
coff2yaml.cpp
99
Sym.Header.
SectionNumber
= Symbol->
SectionNumber
;
/external/llvm/lib/Object/
COFFObjectFile.cpp
112
if (error_code ec = getSection(symb->
SectionNumber
, Section))
130
if (error_code ec = getSection(symb->
SectionNumber
, Section))
149
symb->
SectionNumber
== COFF::IMAGE_SYM_UNDEFINED) {
174
symb->
SectionNumber
== COFF::IMAGE_SYM_UNDEFINED)
184
if (symb->
SectionNumber
== COFF::IMAGE_SYM_ABSOLUTE)
197
if (error_code ec = getSection(symb->
SectionNumber
, Section))
228
if (symb->
SectionNumber
> 0) {
230
if (error_code ec = getSection(symb->
SectionNumber
, Section))
235
switch (symb->
SectionNumber
) {
282
if (symb->
SectionNumber
<= COFF::IMAGE_SYM_UNDEFINED
[
all
...]
COFFYAML.cpp
255
IO.mapRequired("
SectionNumber
", S.Header.
SectionNumber
);
/external/llvm/tools/llvm-readobj/
COFFDumper.cpp
655
int
SectionNumber
= 0;
662
++
SectionNumber
;
670
W.printNumber("Number",
SectionNumber
);
723
int
SectionNumber
= 0;
727
++
SectionNumber
;
742
W.startLine() << "Section (" <<
SectionNumber
<< ") " << Name << " {\n";
807
if (error_code EC = Obj->getSection(Symbol->
SectionNumber
, Section)) {
823
W.printNumber("Section", SectionName, Symbol->
SectionNumber
);
835
Symbol->
SectionNumber
> 0) {
850
Symbol->
SectionNumber
== 0 &
[
all
...]
ELFDumper.cpp
531
int
SectionNumber
= -1;
537
++
SectionNumber
;
549
W.startLine() << "Section (" <<
SectionNumber
<< ") " << Name << " {\n";
/external/llvm/lib/MC/
WinCOFFObjectWriter.cpp
435
WeakDefault->Data.
SectionNumber
= COFF::IMAGE_SYM_ABSOLUTE;
497
S.Symbol->Data.
SectionNumber
= S.Number;
548
WriteLE16(S->Data.
SectionNumber
);
737
coff_symbol->Data.
SectionNumber
= coff_symbol->Section->Number;
/external/llvm/tools/yaml2obj/
yaml2coff.cpp
252
<< binary_le(i->Header.
SectionNumber
)
/external/llvm/include/llvm/Object/
COFF.h
152
support::little16_t
SectionNumber
;
/external/llvm/include/llvm/Support/
COFF.h
124
uint16_t
SectionNumber
;
/external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_genc.c
[
all
...]
/external/icu4c/tools/toolutil/
pkg_genc.c
[
all
...]
/external/llvm/tools/llvm-objdump/
llvm-objdump.cpp
650
<< "(sec " << format("%2d", int(symbol->
SectionNumber
)) << ")"
Completed in 920 milliseconds