Home
last modified time | relevance | path

Searched refs:is_reloc_head_so_dep (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/porting/linux/user/src/internal/
H A Ddynlink.h144 bool is_reloc_head_so_dep; member
/third_party/musl/src/internal/
H A Ddynlink.h157 bool is_reloc_head_so_dep; member
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c741 * - We only check whether ns is accessible for the so if is_reloc_head_so_dep is true.
743 * How to set is_reloc_head_so_dep:
744 * When dlopen A, we set is_reloc_head_so_dep to true for
754 if (p->is_reloc_head_so_dep) { in add_can_search_so_list_in_dso()
3077 /* Set is_reloc_head_so_dep to true for all direct and indirect dependent sos of app, including app self. */ in __dls3()
3079 p->is_reloc_head_so_dep = true; in __dls3()
3144 q->is_reloc_head_so_dep = false; in __dls3()
3507 /* Set is_reloc_head_so_dep to true for all direct and indirect dependent sos of p, including p self. */
3508 p->is_reloc_head_so_dep = true;
3510 p->deps[i]->is_reloc_head_so_dep
[all...]
/third_party/musl/ldso/linux/
H A Ddynlink.c775 * - We only check whether ns is accessible for the so if is_reloc_head_so_dep is true.
777 * How to set is_reloc_head_so_dep:
778 * When dlopen A, we set is_reloc_head_so_dep to true for
788 if (p->is_reloc_head_so_dep) { in add_can_search_so_list_in_dso()
3317 /* Set is_reloc_head_so_dep to true for all direct and indirect dependent sos of app, including app self. */ in __dls3()
3319 p->is_reloc_head_so_dep = true; in __dls3()
3388 q->is_reloc_head_so_dep = false; in __dls3()
3783 /* Set is_reloc_head_so_dep to true for all direct and indirect dependent sos of p, including p self. */
3784 p->is_reloc_head_so_dep = true;
3786 p->deps[i]->is_reloc_head_so_dep
[all...]

Completed in 14 milliseconds