Searched refs:elf_rawdata (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14-stable/contrib/elftoolchain/libelf/ |
| HD | libelf_checksum.c | 89 while ((d = elf_rawdata(scn, d)) != NULL) in _libelf_checksum()
|
| HD | Version.map | 59 elf_rawdata;
|
| HD | Makefile | 132 elf_getdata.3 elf_rawdata.3 \
|
| HD | libelf.h | 223 Elf_Data *elf_rawdata(Elf_Scn *_scn, Elf_Data *_data);
|
| HD | elf_data.c | 215 elf_rawdata(Elf_Scn *s, Elf_Data *ed) in elf_rawdata() function
|
| HD | elf_update.c | 771 if ((d = elf_rawdata(s, NULL)) == NULL) in _libelf_write_scn()
|
| /freebsd-14-stable/lib/libelf/ |
| HD | Makefile | 160 elf_getdata.3 elf_rawdata.3 \
|
| /freebsd-14-stable/contrib/elftoolchain/elfcopy/ |
| HD | binary.c | 108 if ((d = elf_rawdata(scn, NULL)) == NULL) { in create_binary()
|
| HD | sections.c | 1122 (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-14-stable/contrib/elftoolchain/readelf/ |
| HD | readelf.c | 3441 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-14-stable/contrib/elftoolchain/elfdump/ |
| HD | elfdump.c | 2248 if ((data = elf_rawdata(s->scn, NULL)) == NULL) { in elf_print_svr4_hash64()
|