/elf/ |
A D | dl-tunables.list | 36 type: INT_32 42 type: SIZE_T 47 type: INT_32 54 type: SIZE_T 59 type: SIZE_T 64 type: INT_32 70 type: SIZE_T 76 type: SIZE_T 82 type: SIZE_T 85 type: SIZE_T [all …]
|
A D | tst-auxvalmod.c | 23 getauxval_wrapper (unsigned long type, int *errnop) in getauxval_wrapper() argument 26 unsigned long result = getauxval (type); in getauxval_wrapper()
|
A D | dl-tunables.c | 117 min = cur->type.min; in do_tunable_update_val() 120 max = cur->type.max; in do_tunable_update_val() 125 min = cur->type.min; in do_tunable_update_val() 126 max = cur->type.max; in do_tunable_update_val() 135 cur->type.min = min; in do_tunable_update_val() 136 cur->type.max = max; in do_tunable_update_val() 373 (int) cur->type.min, in __tunables_print() 374 (int) cur->type.max); in __tunables_print() 379 (long int) cur->type.min, in __tunables_print() 385 (size_t) cur->type.min, in __tunables_print() [all …]
|
A D | dl-debug-symbols.S | 30 .type _r_debug, %object 34 .type _r_debug_extended, %object
|
A D | dl-reloc.c | 361 _dl_reloc_bad_type (struct link_map *map, unsigned int type, int plt) in _dl_reloc_bad_type() argument 377 if (__builtin_expect(type > 0xff, 0)) in _dl_reloc_bad_type() 379 *cp++ = DIGIT (type >> 28); in _dl_reloc_bad_type() 380 *cp++ = DIGIT (type >> 24); in _dl_reloc_bad_type() 381 *cp++ = DIGIT (type >> 20); in _dl_reloc_bad_type() 382 *cp++ = DIGIT (type >> 16); in _dl_reloc_bad_type() 383 *cp++ = DIGIT (type >> 12); in _dl_reloc_bad_type() 384 *cp++ = DIGIT (type >> 8); in _dl_reloc_bad_type() 387 *cp++ = DIGIT (type >> 4); in _dl_reloc_bad_type() 388 *cp++ = DIGIT (type); in _dl_reloc_bad_type()
|
A D | dl-tunable-types.h | 63 tunable_type_t type; /* Data type of the tunable. */ member
|
A D | link.h | 30 #define ElfW(type) _ElfW (Elf, __ELF_NATIVE_CLASS, type) argument
|
A D | tst-getauxval-static.c | 26 unsigned long getauxval_wrapper (unsigned long type, int *errnop);
|
A D | readelflib.c | 202 unsigned int type = *(unsigned int *) ptr; in process_elf_file() local 206 if (type < last_type) in process_elf_file() 213 last_type = type; in process_elf_file() 220 if (read_gnu_property (isa_level, type, in process_elf_file()
|
A D | dl-object.c | 57 _dl_new_object (char *realname, const char *libname, int type, in _dl_new_object() argument 66 assert (type == lt_executable); in _dl_new_object() 127 new->l_type = type; in _dl_new_object()
|
A D | dl-load.h | 117 const ElfW(Ehdr) *header, int type,
|
A D | dl-map-segments.h | 76 const ElfW(Ehdr) *header, int type, in _dl_map_segments() argument 83 if (__glibc_likely (type == ET_DYN)) in _dl_map_segments()
|
A D | pldd-xx.c | 21 #define EW(type) EW_(Elf, CLASS, type) argument
|
A D | dl-load.c | 900 unsigned int type = *(unsigned int *) ptr; in _dl_process_pt_gnu_property() local 904 if (type < last_type) in _dl_process_pt_gnu_property() 911 last_type = type; in _dl_process_pt_gnu_property() 950 int type; in _dl_map_object_from_fd() local 1076 type = header->e_type; in _dl_map_object_from_fd() 1228 if (__glibc_unlikely (type != ET_DYN) in _dl_map_object_from_fd() 1386 assert (type != ET_EXEC || l->l_type == lt_executable); in _dl_map_object_from_fd() 1591 ElfW(Word) type; in open_verify() 1999 int type, int trace_mode, int mode, Lmid_t nsid) in _dl_map_object() argument 2255 || (l = _dl_new_object (name_copy, name, type, loader, in _dl_map_object() [all …]
|
A D | dl-sysdep.c | 101 # define M(type) (1 << (type)) in _dl_sysdep_start() argument
|
A D | elf.h | 573 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument 578 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) argument 669 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) argument 673 #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type)) argument
|
A D | rtld.c | 661 int type = (args->mode == __RTLD_OPENEXEC) ? lt_executable : lt_library; in map_doit() local 662 args->map = _dl_map_object (args->loader, args->str, type, 0, in map_doit()
|