Home
last modified time | relevance | path

Searched defs:type (Results 1 – 12 of 12) sorted by relevance

/elf/
A Dtst-auxvalmod.c23 getauxval_wrapper (unsigned long type, int *errnop) in getauxval_wrapper()
A Ddl-map-segments.h76 const ElfW(Ehdr) *header, int type, in _dl_map_segments()
A Dreadelflib.c202 unsigned int type = *(unsigned int *) ptr; in process_elf_file() local
A Ddl-object.c57 _dl_new_object (char *realname, const char *libname, int type, in _dl_new_object()
A Ddl-tunable-types.h63 tunable_type_t type; /* Data type of the tunable. */ member
A Dpldd-xx.c21 #define EW(type) EW_(Elf, CLASS, type) argument
A Ddl-sysdep.c101 # define M(type) (1 << (type)) in _dl_sysdep_start() argument
A Ddl-reloc.c361 _dl_reloc_bad_type (struct link_map *map, unsigned int type, int plt) in _dl_reloc_bad_type()
A Dlink.h30 #define ElfW(type) _ElfW (Elf, __ELF_NATIVE_CLASS, type) argument
A Ddl-load.c900 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 Drtld.c661 int type = (args->mode == __RTLD_OPENEXEC) ? lt_executable : lt_library; in map_doit() local
A Delf.h573 #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