Home
last modified time | relevance | path

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

/dports/science/sigrok-firmware-utils/firmware-20140418/
H A Dparseelf.py37 def read_shdr(this): member in elf
149 this.shdrs = [this.read_shdr() for i in range(this.ehdr['e_shnum'])]
/dports/devel/mspdebug/mspdebug-493f38b/formats/
H A Delf32.c174 static int read_shdr(struct elf32_info *info, FILE *in) in read_shdr() function
274 if (read_shdr(info, in) < 0) in read_all()
/dports/audio/spectmorph/spectmorph-0.5.2/tools/
H A Dsmsfimport.cc434 read_shdr (GenericIn *in, int len) in read_shdr() function
789 read_shdr (in, len); in read_sf2()