Searched refs:elf_rawdata (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/elftoolchain/libelf/ |
| H A D | libelf_checksum.c | 89 while ((d = elf_rawdata(scn, d)) != NULL) in _libelf_checksum()
|
| H A D | Version.map | 59 elf_rawdata;
|
| H A D | Makefile | 132 elf_getdata.3 elf_rawdata.3 \
|
| H A D | libelf.h | 220 Elf_Data *elf_rawdata(Elf_Scn *_scn, Elf_Data *_data);
|
| H A D | elf_data.c | 212 elf_rawdata(Elf_Scn *s, Elf_Data *ed) in elf_rawdata() function
|
| H A D | elf_update.c | 765 if ((d = elf_rawdata(s, NULL)) == NULL) in _libelf_write_scn()
|
| /freebsd-12.1/lib/libelf/ |
| H A D | Makefile | 151 elf_getdata.3 elf_rawdata.3 \
|
| /freebsd-12.1/contrib/elftoolchain/elfcopy/ |
| H A D | binary.c | 104 if ((d = elf_rawdata(scn, NULL)) == NULL) { in create_binary()
|
| H A D | sections.c | 1066 (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 D | stabs.c | 209 data = elf_rawdata(scn, NULL); in stabs_read()
|
| /freebsd-12.1/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 3367 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 D | sys-protos.h | 289 extern Elf_Data * elf_rawdata(Elf_Scn *, Elf_Data *);
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_link.c | 791 opd_desc = elf_rawdata(opd_scn, NULL); in dt_symtab_lookup()
|
| /freebsd-12.1/contrib/elftoolchain/elfdump/ |
| H A D | elfdump.c | 2245 if ((data = elf_rawdata(s->scn, NULL)) == NULL) { in elf_print_svr4_hash64()
|