OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionIndex
(Results
1 - 13
of
13
) sorted by null
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCELFStreamer.cpp
124
uint64_t
SectionIndex
=
128
ELFSymbol->setIndex(
SectionIndex
);
/external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h
331
void PrintIndexTable(unsigned
SectionIndex
, const Elf_Shdr *IT) const;
472
void PrinterContext<ET>::PrintIndexTable(unsigned
SectionIndex
,
502
errs() << "corrupt unwind data in section " <<
SectionIndex
<< "\n";
525
FindExceptionTable(
SectionIndex
, Entry * IndexTableEntrySize + 4);
542
int
SectionIndex
= 0;
547
SW.printNumber("
SectionIndex
",
SectionIndex
);
552
PrintIndexTable(
SectionIndex
, &Sec);
554
++
SectionIndex
;
ELFDumper.cpp
468
StringRef &SectionName, unsigned &
SectionIndex
) {
469
SectionIndex
= Symbol->st_shndx;
480
else if (Symbol->isReserved() &&
SectionIndex
!= SHN_XINDEX)
483
if (
SectionIndex
== SHN_XINDEX)
484
SectionIndex
=
486
ErrorOr<const typename ELFO::Elf_Shdr *> Sec = Obj.getSection(
SectionIndex
);
[
all
...]
MachODumper.cpp
286
uint8_t
SectionIndex
;
372
Symbol.
SectionIndex
= Entry.n_sect;
380
Symbol.
SectionIndex
= Entry.n_sect;
436
int
SectionIndex
= -1;
438
++
SectionIndex
;
452
W.printNumber("Index",
SectionIndex
);
632
W.printHex("Section", SectionName, MOSymbol.
SectionIndex
);
/external/llvm/lib/MC/
MachObjectWriter.cpp
325
uint8_t
SectionIndex
= MSD.
SectionIndex
;
335
SectionIndex
= AliaseeInfo->
SectionIndex
;
376
write8(
SectionIndex
);
543
MSD.
SectionIndex
= 0;
546
MSD.
SectionIndex
= 0;
549
MSD.
SectionIndex
= SectionIndexMap.lookup(&Symbol.getSection());
550
assert(MSD.
SectionIndex
&& "Invalid section index!");
569
MSD.
SectionIndex
= 0
[
all
...]
ELFObjectWriter.cpp
81
uint32_t
SectionIndex
;
93
return
SectionIndex
< RHS.
SectionIndex
;
488
Writer.writeSymbol(StringIndex, Info, Value, Size, Other, MSD.
SectionIndex
,
807
MSD.
SectionIndex
= ELF::SHN_ABS;
810
MSD.
SectionIndex
= ELF::SHN_COMMON;
813
MSD.
SectionIndex
= RevGroupMap.lookup(&Symbol);
814
if (MSD.
SectionIndex
>= ELF::SHN_LORESERVE)
817
MSD.
SectionIndex
= ELF::SHN_UNDEF;
822
MSD.
SectionIndex
= SectionIndexMap.lookup(&Section)
[
all
...]
MCAssembler.cpp
894
unsigned
SectionIndex
= 0;
901
Sec.setOrdinal(
SectionIndex
++);
[
all
...]
/external/llvm/tools/dsymutil/
MachODebugMapParser.cpp
74
uint8_t
SectionIndex
, uint16_t Flags,
87
uint8_t Type, uint8_t
SectionIndex
, uint16_t Flags,
211
uint8_t
SectionIndex
, uint16_t Flags,
255
<< format_hex_no_prefix(
SectionIndex
, 2) << " "
340
uint8_t
SectionIndex
,
/prebuilts/go/darwin-x86/src/debug/elf/
elf.go
304
type
SectionIndex
int
307
SHN_UNDEF
SectionIndex
= 0 /* Undefined, missing, irrelevant. */
308
SHN_LORESERVE
SectionIndex
= 0xff00 /* First of reserved range. */
309
SHN_LOPROC
SectionIndex
= 0xff00 /* First processor-specific. */
310
SHN_HIPROC
SectionIndex
= 0xff1f /* Last processor-specific. */
311
SHN_LOOS
SectionIndex
= 0xff20 /* First operating system-specific. */
312
SHN_HIOS
SectionIndex
= 0xff3f /* Last operating system-specific. */
313
SHN_ABS
SectionIndex
= 0xfff1 /* Absolute values. */
314
SHN_COMMON
SectionIndex
= 0xfff2 /* Common data. */
315
SHN_XINDEX
SectionIndex
= 0xffff /* Escape; index stored elsewhere. *
[
all
...]
file.go
131
Section
SectionIndex
447
symbols[i].Section =
SectionIndex
(sym.Shndx)
490
symbols[i].Section =
SectionIndex
(sym.Shndx)
/prebuilts/go/linux-x86/src/debug/elf/
elf.go
304
type
SectionIndex
int
307
SHN_UNDEF
SectionIndex
= 0 /* Undefined, missing, irrelevant. */
308
SHN_LORESERVE
SectionIndex
= 0xff00 /* First of reserved range. */
309
SHN_LOPROC
SectionIndex
= 0xff00 /* First processor-specific. */
310
SHN_HIPROC
SectionIndex
= 0xff1f /* Last processor-specific. */
311
SHN_LOOS
SectionIndex
= 0xff20 /* First operating system-specific. */
312
SHN_HIOS
SectionIndex
= 0xff3f /* Last operating system-specific. */
313
SHN_ABS
SectionIndex
= 0xfff1 /* Absolute values. */
314
SHN_COMMON
SectionIndex
= 0xfff2 /* Common data. */
315
SHN_XINDEX
SectionIndex
= 0xffff /* Escape; index stored elsewhere. *
[
all
...]
file.go
131
Section
SectionIndex
447
symbols[i].Section =
SectionIndex
(sym.Shndx)
490
symbols[i].Section =
SectionIndex
(sym.Shndx)
/external/llvm/include/llvm/MC/
MCMachObjectWriter.h
79
uint8_t
SectionIndex
;
Completed in 302 milliseconds