Searched defs:calculate_tls_end (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/libexec/rtld-elf/arm/
H A Drtld_machdep.h69 #define calculate_tls_end(off, size) ((off) + (size)) macro
/freebsd-10-stable/libexec/rtld-elf/ia64/
H A Drtld_machdep.h68 #define calculate_tls_end(off, size) ((off) + (size)) macro
/freebsd-10-stable/libexec/rtld-elf/mips/
H A Drtld_machdep.h69 #define calculate_tls_end(off, size) ((off) + (size)) macro
/freebsd-10-stable/libexec/rtld-elf/sparc64/
H A Drtld_machdep.h65 #define calculate_tls_end(off, size) ((off) + (size)) macro
/freebsd-10-stable/libexec/rtld-elf/powerpc64/
H A Drtld_machdep.h76 #define calculate_tls_end(off, size) ((off) + (size)) macro
/freebsd-10-stable/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h84 #define calculate_tls_end(off, size) ((off) + (size)) macro
/freebsd-10-stable/libexec/rtld-elf/i386/
H A Drtld_machdep.h78 #define calculate_tls_end(off, size) (off) macro
/freebsd-10-stable/libexec/rtld-elf/amd64/
H A Drtld_machdep.h78 #define calculate_tls_end(off, size) (off) macro

Completed in 73 milliseconds