HelenOS sources

elf_word          334 abi/include/abi/elf.h 	elf_word e_version;
elf_word          338 abi/include/abi/elf.h 	elf_word e_flags;
elf_word          351 abi/include/abi/elf.h 	elf_word e_version;
elf_word          355 abi/include/abi/elf.h 	elf_word e_flags;
elf_word          369 abi/include/abi/elf.h 	elf_word p_type;
elf_word          373 abi/include/abi/elf.h 	elf_word p_filesz;
elf_word          374 abi/include/abi/elf.h 	elf_word p_memsz;
elf_word          375 abi/include/abi/elf.h 	elf_word p_flags;
elf_word          376 abi/include/abi/elf.h 	elf_word p_align;
elf_word          380 abi/include/abi/elf.h 	elf_word p_type;
elf_word          381 abi/include/abi/elf.h 	elf_word p_flags;
elf_word          394 abi/include/abi/elf.h 	elf_word sh_name;
elf_word          395 abi/include/abi/elf.h 	elf_word sh_type;
elf_word          396 abi/include/abi/elf.h 	elf_word sh_flags;
elf_word          399 abi/include/abi/elf.h 	elf_word sh_size;
elf_word          400 abi/include/abi/elf.h 	elf_word sh_link;
elf_word          401 abi/include/abi/elf.h 	elf_word sh_info;
elf_word          402 abi/include/abi/elf.h 	elf_word sh_addralign;
elf_word          403 abi/include/abi/elf.h 	elf_word sh_entsize;
elf_word          407 abi/include/abi/elf.h 	elf_word sh_name;
elf_word          408 abi/include/abi/elf.h 	elf_word sh_type;
elf_word          413 abi/include/abi/elf.h 	elf_word sh_link;
elf_word          414 abi/include/abi/elf.h 	elf_word sh_info;
elf_word          423 abi/include/abi/elf.h 	elf_word st_name;
elf_word          425 abi/include/abi/elf.h 	elf_word st_size;
elf_word          432 abi/include/abi/elf.h 	elf_word st_name;
elf_word          444 abi/include/abi/elf.h 	elf_word namesz;
elf_word          445 abi/include/abi/elf.h 	elf_word descsz;
elf_word          446 abi/include/abi/elf.h 	elf_word type;
elf_word          457 abi/include/abi/elf.h 	elf_word namesz;
elf_word          458 abi/include/abi/elf.h 	elf_word descsz;
elf_word          459 abi/include/abi/elf.h 	elf_word type;
elf_word          468 abi/include/abi/elf.h 		elf_word d_val;
elf_word          483 abi/include/abi/elf.h 	elf_word r_info;
elf_word          488 abi/include/abi/elf.h 	elf_word r_info;
elf_word           93 uspace/app/taskdump/elf_core.c 	elf_word flags;
elf_word           77 uspace/lib/c/arch/amd64/src/rtld/reloc.c 	elf_word sym_idx;
elf_word           64 uspace/lib/c/arch/arm32/src/rtld/reloc.c 	elf_word r_info;
elf_word           66 uspace/lib/c/arch/arm32/src/rtld/reloc.c 	elf_word sym_idx;
elf_word           62 uspace/lib/c/arch/ia32/src/rtld/reloc.c 	elf_word r_info;
elf_word           64 uspace/lib/c/arch/ia32/src/rtld/reloc.c 	elf_word sym_idx;
elf_word           89 uspace/lib/c/arch/ia64/src/rtld/reloc.c 	elf_word sym_idx;
elf_word           85 uspace/lib/c/arch/ppc32/src/rtld/reloc.c 	elf_word sym_idx;
elf_word           81 uspace/lib/c/arch/sparc64/src/rtld/reloc.c 	elf_word sym_idx;
elf_word           51 uspace/lib/c/generic/rtld/dynamic.c 	elf_word d_val;
elf_word           53 uspace/lib/c/generic/rtld/dynamic.c 	elf_word soname_idx;
elf_word           54 uspace/lib/c/generic/rtld/dynamic.c 	elf_word rpath_idx;
elf_word           50 uspace/lib/c/generic/rtld/symbol.c static elf_word elf_hash(const unsigned char *name)
elf_word           52 uspace/lib/c/generic/rtld/symbol.c 	elf_word h = 0, g;
elf_word           69 uspace/lib/c/generic/rtld/symbol.c 	elf_word nbucket;
elf_word           71 uspace/lib/c/generic/rtld/symbol.c 	elf_word i;
elf_word           73 uspace/lib/c/generic/rtld/symbol.c 	elf_word bucket;
elf_word           70 uspace/lib/c/include/rtld/dynamic.h 	elf_word *hash;
elf_word           70 uspace/lib/posix/include/libc/rtld/dynamic.h 	elf_word *hash;
HelenOS homepage, sources at GitHub