OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_relocation_group_has_addend
(Results
1 - 2
of
2
) sorted by null
/bionic/linker/
linker_reloc_iterators.h
98
if (
is_relocation_group_has_addend
() &&
122
if (
is_relocation_group_has_addend
() &&
130
} else if (!
is_relocation_group_has_addend
()) {
151
bool
is_relocation_group_has_addend
() {
function in class:packed_reloc_iterator
/bionic/tools/relocation_packer/src/
delta_encoder.cc
28
static bool
is_relocation_group_has_addend
(uint64_t flags) {
function
79
if (
is_relocation_group_has_addend
(group_flags) &&
98
if (
is_relocation_group_has_addend
(group_flags) &&
107
if (!
is_relocation_group_has_addend
(group_flags)) {
145
if (
is_relocation_group_has_addend
(group_flags) &&
162
if (
is_relocation_group_has_addend
(group_flags) &&
170
reloc.r_addend =
is_relocation_group_has_addend
(group_flags) ? addend : 0;
174
if (!
is_relocation_group_has_addend
(group_flags)) {
230
if (!
is_relocation_group_has_addend
(flags)) {
Completed in 227 milliseconds