Home
last modified time | relevance | path

Searched refs:REL_GOT (Results 1 - 20 of 20) sorted by relevance

/third_party/musl/arch/s390x/
H A Dreloc.h4 #define REL_GOT R_390_GLOB_DAT macro
/third_party/musl/porting/liteos_a/user/arch/arm/
H A Dreloc.h20 #define REL_GOT R_ARM_GLOB_DAT macro
/third_party/musl/arch/aarch64/
H A Dreloc.h14 #define REL_GOT R_AARCH64_GLOB_DAT macro
/third_party/musl/arch/or1k/
H A Dreloc.h6 #define REL_GOT R_OR1K_GLOB_DAT macro
/third_party/musl/arch/i386/
H A Dreloc.h5 #define REL_GOT R_386_GLOB_DAT macro
/third_party/musl/arch/microblaze/
H A Dreloc.h12 #define REL_GOT R_MICROBLAZE_GLOB_DAT macro
/third_party/musl/arch/x32/
H A Dreloc.h17 #define REL_GOT R_X86_64_GLOB_DAT macro
/third_party/musl/arch/x86_64/
H A Dreloc.h5 #define REL_GOT R_X86_64_GLOB_DAT macro
/third_party/musl/arch/m68k/
H A Dreloc.h15 #define REL_GOT R_68K_GLOB_DAT macro
/third_party/musl/arch/powerpc64/
H A Dreloc.h13 #define REL_GOT R_PPC64_GLOB_DAT macro
/third_party/musl/arch/arm/
H A Dreloc.h20 #define REL_GOT R_ARM_GLOB_DAT macro
/third_party/musl/arch/powerpc/
H A Dreloc.h13 #define REL_GOT R_PPC_GLOB_DAT macro
/third_party/musl/arch/sh/
H A Dreloc.h25 #define REL_GOT R_SH_GLOB_DAT macro
/third_party/musl/porting/linux/user/src/internal/
H A Ddynlink.h47 REL_GOT, enumerator
/third_party/musl/src/internal/
H A Ddynlink.h57 REL_GOT, enumerator
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c367 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs()
390 if (dso->lazy && (type==REL_PLT || type==REL_GOT)) { in do_relocs()
423 case REL_GOT: in do_relocs()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c367 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs()
390 if (dso->lazy && (type==REL_PLT || type==REL_GOT)) { in do_relocs()
423 case REL_GOT: in do_relocs()
/third_party/musl/ldso/
H A Ddynlink.c416 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs()
439 if (dso->lazy && (type==REL_PLT || type==REL_GOT)) { in do_relocs()
472 case REL_GOT: in do_relocs()
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c1054 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs()
1092 if (dso->lazy && (type==REL_PLT || type==REL_GOT)) { in do_relocs()
1128 case REL_GOT: in do_relocs()
/third_party/musl/ldso/linux/
H A Ddynlink.c1089 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs()
1127 if (dso->lazy && (type==REL_PLT || type==REL_GOT)) { in do_relocs()
1163 case REL_GOT: in do_relocs()

Completed in 29 milliseconds