Searched defs:type (Results 1 – 12 of 12) sorted by relevance
/elf/ |
A D | tst-auxvalmod.c | 23 getauxval_wrapper (unsigned long type, int *errnop) in getauxval_wrapper()
|
A D | dl-map-segments.h | 76 const ElfW(Ehdr) *header, int type, in _dl_map_segments()
|
A D | readelflib.c | 202 unsigned int type = *(unsigned int *) ptr; in process_elf_file() local
|
A D | dl-object.c | 57 _dl_new_object (char *realname, const char *libname, int type, in _dl_new_object()
|
A D | dl-tunable-types.h | 63 tunable_type_t type; /* Data type of the tunable. */ member
|
A D | pldd-xx.c | 21 #define EW(type) EW_(Elf, CLASS, type) argument
|
A D | dl-sysdep.c | 101 # define M(type) (1 << (type)) in _dl_sysdep_start() argument
|
A D | dl-reloc.c | 361 _dl_reloc_bad_type (struct link_map *map, unsigned int type, int plt) in _dl_reloc_bad_type()
|
A D | link.h | 30 #define ElfW(type) _ElfW (Elf, __ELF_NATIVE_CLASS, type) argument
|
A D | dl-load.c | 900 unsigned int type = *(unsigned int *) ptr; in _dl_process_pt_gnu_property() local 950 int type; in _dl_map_object_from_fd() local 1999 int type, int trace_mode, int mode, Lmid_t nsid) in _dl_map_object()
|
A D | rtld.c | 661 int type = (args->mode == __RTLD_OPENEXEC) ? lt_executable : lt_library; in map_doit() local
|
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
|
Completed in 47 milliseconds