Home
last modified time | relevance | path

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

/freebsd-12.1/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.h220 Elf_Data *elf_rawdata(Elf_Scn *_scn, Elf_Data *_data);
H A Delf_data.c212 elf_rawdata(Elf_Scn *s, Elf_Data *ed) in elf_rawdata() function
H A Delf_update.c765 if ((d = elf_rawdata(s, NULL)) == NULL) in _libelf_write_scn()
/freebsd-12.1/lib/libelf/
H A DMakefile151 elf_getdata.3 elf_rawdata.3 \
/freebsd-12.1/contrib/elftoolchain/elfcopy/
H A Dbinary.c104 if ((d = elf_rawdata(scn, NULL)) == NULL) { in create_binary()
H A Dsections.c1066 (id = elf_rawdata(s->is, id)) != NULL) { in print_section()
1090 (id = elf_rawdata(s->is, id)) != NULL) { in read_section()
1191 if ((id = elf_rawdata(s->is, NULL)) == NULL) { in copy_data()
/freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstabs.c209 data = elf_rawdata(scn, NULL); in stabs_read()
/freebsd-12.1/contrib/elftoolchain/readelf/
H A Dreadelf.c3367 if ((d = elf_rawdata(s->scn, NULL)) == NULL) { in dump_svr4_hash64()
4254 if ((d = elf_rawdata(s->scn, NULL)) == NULL) { in dump_attributes()
4368 if ((d = elf_rawdata(s->scn, NULL)) == NULL) { in dump_mips_abiflags()
4441 if ((d = elf_rawdata(s->scn, NULL)) == NULL) { in dump_mips_reginfo()
4468 if ((d = elf_rawdata(s->scn, NULL)) == NULL) { in dump_mips_options()
6735 (d = elf_rawdata(s->scn, NULL)) == NULL) { in hex_dump()
6792 (d = elf_rawdata(s->scn, NULL)) == NULL) { in str_dump()
/freebsd-12.1/contrib/gcc/
H A Dsys-protos.h289 extern Elf_Data * elf_rawdata(Elf_Scn *, Elf_Data *);
/freebsd-12.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c791 opd_desc = elf_rawdata(opd_scn, NULL); in dt_symtab_lookup()
/freebsd-12.1/contrib/elftoolchain/elfdump/
H A Delfdump.c2245 if ((data = elf_rawdata(s->scn, NULL)) == NULL) { in elf_print_svr4_hash64()