Home
last modified time | relevance | path

Searched refs:elf_rawdata (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_checksum.c89 while ((d = elf_rawdata(scn, d)) != NULL) in _libelf_checksum()
H A DVersion.map59 elf_rawdata;
H A DMakefile132 elf_getdata.3 elf_rawdata.3 \
H A Dlibelf.h223 Elf_Data *elf_rawdata(Elf_Scn *_scn, Elf_Data *_data);
H A Delf_data.c215 elf_rawdata(Elf_Scn *s, Elf_Data *ed) in elf_rawdata() function
H A Delf_update.c771 if ((d = elf_rawdata(s, NULL)) == NULL) in _libelf_write_scn()
/freebsd/lib/libelf/
H A DMakefile159 elf_getdata.3 elf_rawdata.3 \
/freebsd/contrib/elftoolchain/elfcopy/
H A Dbinary.c108 if ((d = elf_rawdata(scn, NULL)) == NULL) { in create_binary()
H A Dsections.c1122 (id = elf_rawdata(s->is, id)) != NULL) { in print_section()
1146 (id = elf_rawdata(s->is, id)) != NULL) { in read_section()
1247 if ((id = elf_rawdata(s->is, NULL)) == NULL) { in copy_data()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c3441 if ((d = elf_rawdata(s->scn, NULL)) == NULL) { in dump_svr4_hash64()
4511 if ((d = elf_rawdata(s->scn, NULL)) == NULL) { in dump_attributes()
4625 if ((d = elf_rawdata(s->scn, NULL)) == NULL) { in dump_mips_abiflags()
4698 if ((d = elf_rawdata(s->scn, NULL)) == NULL) { in dump_mips_reginfo()
4725 if ((d = elf_rawdata(s->scn, NULL)) == NULL) { in dump_mips_options()
7108 (d = elf_rawdata(s->scn, NULL)) == NULL) { in hex_dump()
7173 (d = elf_rawdata(s->scn, NULL)) == NULL) { in str_dump()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c783 opd_desc = elf_rawdata(opd_scn, NULL); in dt_symtab_lookup()
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c2248 if ((data = elf_rawdata(s->scn, NULL)) == NULL) { in elf_print_svr4_hash64()