rtld.h (4849c3a57055c77aa3009f5b8cbcdc9d5ba10bd5) rtld.h (1a3b2ebf9595f4203df1b54d8a1343b908a1ea9d)
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright 1996, 1997, 1998, 1999, 2000 John D. Polstra.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 395 unchanged lines hidden (view full) ---

404int reloc_jmpslots(Obj_Entry *, int flags, struct Struct_RtldLockState *);
405int reloc_iresolve(Obj_Entry *, struct Struct_RtldLockState *);
406int reloc_gnu_ifunc(Obj_Entry *, int flags, struct Struct_RtldLockState *);
407void ifunc_init(Elf_Auxinfo[__min_size(AT_COUNT)]);
408void pre_init(void);
409void init_pltgot(Obj_Entry *);
410void allocate_initial_tls(Obj_Entry *);
411
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright 1996, 1997, 1998, 1999, 2000 John D. Polstra.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 395 unchanged lines hidden (view full) ---

404int reloc_jmpslots(Obj_Entry *, int flags, struct Struct_RtldLockState *);
405int reloc_iresolve(Obj_Entry *, struct Struct_RtldLockState *);
406int reloc_gnu_ifunc(Obj_Entry *, int flags, struct Struct_RtldLockState *);
407void ifunc_init(Elf_Auxinfo[__min_size(AT_COUNT)]);
408void pre_init(void);
409void init_pltgot(Obj_Entry *);
410void allocate_initial_tls(Obj_Entry *);
411
412void *__crt_calloc(size_t num, size_t size);
413void __crt_free(void *cp);
414void *__crt_malloc(size_t nbytes);
415void *__crt_realloc(void *cp, size_t nbytes);
416
412#endif /* } */
417#endif /* } */