OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DT_ANDROID_RELSZ
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/include/
elf.h
169
#define
DT_ANDROID_RELSZ
(DT_LOOS + 3)
/bionic/tools/relocation_packer/src/
elf_file.cc
32
static constexpr int32_t
DT_ANDROID_RELSZ
= DT_LOOS + 3;
549
if (tag == DT_RELSZ || tag == DT_RELASZ || tag ==
DT_ANDROID_RELSZ
|| tag == DT_ANDROID_RELASZ) {
810
dyn.d_tag = relocations_type_ == REL ?
DT_ANDROID_RELSZ
: DT_ANDROID_RELASZ;
[
all
...]
Completed in 506 milliseconds