Home
last modified time | relevance | path

Searched refs:get_elfshttype (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A Dpaxelf.h76 extern const char *get_elfshttype(int type);
H A Ddumpelf.c377 …printf("\t.sh_type = %-10u , /* [%s] */\n", (uint32_t)EGET(shdr->sh_type), get_elfshttype(typ… in dump_shdr()
H A Dpaxelf.c419 const char *get_elfshttype(int type) in get_elfshttype() function