OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:leb128
(Results
126 - 150
of
335
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
DataExtractor.h
362
/// Extract a signed
LEB128
value from \a *offset_ptr.
364
/// Extracts an signed
LEB128
number from this object's data
380
/// Extract a unsigned
LEB128
value from \a *offset_ptr.
382
/// Extracts an unsigned
LEB128
number from this object's data
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
DataExtractor.h
362
/// Extract a signed
LEB128
value from \a *offset_ptr.
364
/// Extracts an signed
LEB128
number from this object's data
380
/// Extract a unsigned
LEB128
value from \a *offset_ptr.
382
/// Extracts an unsigned
LEB128
number from this object's data
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
DataExtractor.h
321
/// Extract a signed
LEB128
value from \a *offset_ptr.
323
/// Extracts an signed
LEB128
number from this object's data
339
/// Extract a unsigned
LEB128
value from \a *offset_ptr.
341
/// Extracts an unsigned
LEB128
number from this object's data
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
DataExtractor.h
321
/// Extract a signed
LEB128
value from \a *offset_ptr.
323
/// Extracts an signed
LEB128
number from this object's data
339
/// Extract a unsigned
LEB128
value from \a *offset_ptr.
341
/// Extracts an unsigned
LEB128
number from this object's data
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
DataExtractor.h
362
/// Extract a signed
LEB128
value from \a *offset_ptr.
364
/// Extracts an signed
LEB128
number from this object's data
380
/// Extract a unsigned
LEB128
value from \a *offset_ptr.
382
/// Extracts an unsigned
LEB128
number from this object's data
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
DataExtractor.h
362
/// Extract a signed
LEB128
value from \a *offset_ptr.
364
/// Extracts an signed
LEB128
number from this object's data
380
/// Extract a unsigned
LEB128
value from \a *offset_ptr.
382
/// Extracts an unsigned
LEB128
number from this object's data
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
DataExtractor.h
362
/// Extract a signed
LEB128
value from \a *offset_ptr.
364
/// Extracts an signed
LEB128
number from this object's data
380
/// Extract a unsigned
LEB128
value from \a *offset_ptr.
382
/// Extracts an unsigned
LEB128
number from this object's data
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
DataExtractor.h
362
/// Extract a signed
LEB128
value from \a *offset_ptr.
364
/// Extracts an signed
LEB128
number from this object's data
380
/// Extract a unsigned
LEB128
value from \a *offset_ptr.
382
/// Extracts an unsigned
LEB128
number from this object's data
/prebuilts/go/darwin-x86/src/cmd/internal/dwarf/
dwarf.go
202
// AppendUleb128 appends v to b using DWARF's unsigned
LEB128
encoding.
218
// AppendSleb128 appends v to b using DWARF's signed
LEB128
encoding.
247
// sevenBitU returns the unsigned
LEB128
encoding of v if v is seven bits and nil otherwise.
256
// sevenBitS returns the signed
LEB128
encoding of v if v is seven bits and nil otherwise.
268
// Uleb128put appends v to s using DWARF's unsigned
LEB128
encoding.
278
// Sleb128put appends v to s using DWARF's signed
LEB128
encoding.
[
all
...]
/prebuilts/go/linux-x86/src/cmd/internal/dwarf/
dwarf.go
202
// AppendUleb128 appends v to b using DWARF's unsigned
LEB128
encoding.
218
// AppendSleb128 appends v to b using DWARF's signed
LEB128
encoding.
247
// sevenBitU returns the unsigned
LEB128
encoding of v if v is seven bits and nil otherwise.
256
// sevenBitS returns the signed
LEB128
encoding of v if v is seven bits and nil otherwise.
268
// Uleb128put appends v to s using DWARF's unsigned
LEB128
encoding.
278
// Sleb128put appends v to s using DWARF's signed
LEB128
encoding.
[
all
...]
/external/llvm/unittests/Support/
LEB128Test.cpp
1
//===- llvm/unittest/Support/LEB128Test.cpp -
LEB128
function tests -------===//
12
#include "llvm/Support/
LEB128
.h"
/frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp
19
#include <llvm/Support/
LEB128
.h>
26
/// skip_LEB128 - skip the first
LEB128
encoded value from *pp, update *pp
/frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp
17
#include "mcld/Support/
LEB128
.h"
209
uint64_t tag =
leb128
::decode<uint64_t>(subsubsection_data, tag_size);
/prebuilts/go/darwin-x86/src/debug/dwarf/
const.go
390
opConstu = 0x10 /* 1 op,
LEB128
const */
426
opBreg0 = 0x70 /* 1 op, signed
LEB128
constant */
/prebuilts/go/linux-x86/src/debug/dwarf/
const.go
390
opConstu = 0x10 /* 1 op,
LEB128
const */
426
opBreg0 = 0x70 /* 1 op, signed
LEB128
constant */
/art/compiler/
exception_test.cc
22
#include "base/
leb128
.h"
/art/dex2oat/linker/
elf_writer_quick.cc
26
#include "base/
leb128
.h"
/art/patchoat/
patchoat.h
64
//
LEB128
for each relocation position.
/external/llvm/lib/ProfileData/Coverage/
CoverageMappingWriter.cpp
16
#include "llvm/Support/
LEB128
.h"
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMUnwindOpAsm.cpp
18
#include "llvm/Support/
LEB128
.h"
/frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.cpp
13
#include "mcld/Support/
LEB128
.h"
114
// Though the integer is in
LEB128
format, but they occupy only 1 byte in
[
all
...]
/toolchain/binutils/binutils-2.27/bfd/
elf-eh-frame.c
87
/* Move *ITER over an
leb128
, stopping at END. Return true if the end
88
of the
leb128
was found. */
101
/* Like skip_leb128, but treat the
leb128
as an unsigned value and
360
/* One
leb128
argument. */
371
/* Two
leb128
arguments. */
382
/* A
leb128
followed by a variable-length argument. */
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
AsmPrinter.h
475
/// Emit the specified signed
leb128
value.
478
/// Emit the specified unsigned
leb128
value.
481
/// Emit the specified unsigned
leb128
value padded to a specific number
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
AsmPrinter.h
475
/// Emit the specified signed
leb128
value.
478
/// Emit the specified unsigned
leb128
value.
481
/// Emit the specified unsigned
leb128
value padded to a specific number
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
AsmPrinter.h
475
/// Emit the specified signed
leb128
value.
478
/// Emit the specified unsigned
leb128
value.
481
/// Emit the specified unsigned
leb128
value padded to a specific number
Completed in 643 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>