Home
last modified time | relevance | path

Searched refs:REL_GOT (Results 1 – 19 of 19) sorted by relevance

/third_party/musl/arch/s390x/
Dreloc.h4 #define REL_GOT R_390_GLOB_DAT macro
/third_party/musl/arch/or1k/
Dreloc.h6 #define REL_GOT R_OR1K_GLOB_DAT macro
/third_party/musl/arch/aarch64/
Dreloc.h14 #define REL_GOT R_AARCH64_GLOB_DAT macro
/third_party/musl/arch/microblaze/
Dreloc.h12 #define REL_GOT R_MICROBLAZE_GLOB_DAT macro
/third_party/musl/arch/x86_64/
Dreloc.h5 #define REL_GOT R_X86_64_GLOB_DAT macro
/third_party/musl/arch/x32/
Dreloc.h17 #define REL_GOT R_X86_64_GLOB_DAT macro
/third_party/musl/arch/arm/
Dreloc.h20 #define REL_GOT R_ARM_GLOB_DAT macro
/third_party/musl/porting/liteos_a/user/arch/arm/
Dreloc.h20 #define REL_GOT R_ARM_GLOB_DAT macro
/third_party/musl/arch/i386/
Dreloc.h5 #define REL_GOT R_386_GLOB_DAT macro
/third_party/musl/arch/powerpc/
Dreloc.h13 #define REL_GOT R_PPC_GLOB_DAT macro
/third_party/musl/arch/powerpc64/
Dreloc.h13 #define REL_GOT R_PPC64_GLOB_DAT macro
/third_party/musl/arch/m68k/
Dreloc.h15 #define REL_GOT R_68K_GLOB_DAT macro
/third_party/musl/arch/sh/
Dreloc.h25 #define REL_GOT R_SH_GLOB_DAT macro
/third_party/musl/src/internal/
Ddynlink.h32 REL_GOT, enumerator
/third_party/musl/porting/linux/user/src/internal/
Ddynlink.h40 REL_GOT, enumerator
/third_party/musl/ldso/
Ddynlink.c365 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs()
388 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/ldso/
Ddynlink.c363 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs()
386 if (dso->lazy && (type==REL_PLT || type==REL_GOT)) { in do_relocs()
421 case REL_GOT: in do_relocs()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c363 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs()
386 if (dso->lazy && (type==REL_PLT || type==REL_GOT)) { in do_relocs()
421 case REL_GOT: in do_relocs()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c986 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs()
1020 if (dso->lazy && (type==REL_PLT || type==REL_GOT)) { in do_relocs()
1058 case REL_GOT: in do_relocs()