Home
last modified time | relevance | path

Searched refs:sectdata (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/texinfo/util/
H A Dgen-dir-node171 for sectdata in ${filesectdata}; do
172 file=`echo ${sectdata} | cut -d: -f1`
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote.c4794 char *sectdata; in compare_sections_command() local
4828 sectdata = xmalloc (size); in compare_sections_command()
4829 old_chain = make_cleanup (xfree, sectdata); in compare_sections_command()
4830 bfd_get_section_contents (exec_bfd, s, sectdata, 0, size); in compare_sections_command()
4831 host_crc = crc32 ((unsigned char *) sectdata, size, 0xffffffff); in compare_sections_command()