OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:r_length
(Results
76 - 84
of
84
) sorted by null
1
2
3
4
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
a.out.h
206
unsigned int
r_length
:2;
member in struct:relocation_info
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
a.out.h
206
unsigned int
r_length
:2;
member in struct:relocation_info
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
a.out.h
206
unsigned int
r_length
:2;
member in struct:relocation_info
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
a.out.h
206
unsigned int
r_length
:2;
member in struct:relocation_info
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
a.out.h
206
unsigned int
r_length
:2;
member in struct:relocation_info
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
a.out.h
206
unsigned int
r_length
:2;
member in struct:relocation_info
/external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc
450
const int
r_length
= small.returned_length[s];
local
451
if (n_length +
r_length
> 0) {
453
uint64_t r_pages = s *
r_length
;
459
(n_length +
r_length
),
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc
481
const int
r_length
= small.returned_length[s];
local
482
if (n_length +
r_length
> 0) {
484
uint64_t r_pages = s *
r_length
;
490
(n_length +
r_length
),
[
all
...]
/external/llvm/include/llvm/Support/
MachO.h
488
// Offset within page, scaled by
r_length
.
492
// Offset within page of GOT slot, scaled by
r_length
.
498
// Offset within page of TLVP slot, scaled by
r_length
.
932
r_length
:2,
member in struct:llvm::MachO::relocation_info
941
r_length
:2,
member in struct:llvm::MachO::scattered_relocation_info
947
r_length
:2,
[
all
...]
Completed in 853 milliseconds
1
2
3
4