Searched refs:elf_rawdata (Results 1 – 12 of 12) sorted by relevance
/freebsd/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 | 223 Elf_Data *elf_rawdata(Elf_Scn *_scn, Elf_Data *_data);
|
H A D | elf_data.c | 215 elf_rawdata(Elf_Scn *s, Elf_Data *ed) in elf_rawdata() function
|
H A D | elf_update.c | 771 if ((d = elf_rawdata(s, NULL)) == NULL) in _libelf_write_scn()
|
/freebsd/lib/libelf/ |
H A D | Makefile | 159 elf_getdata.3 elf_rawdata.3 \
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | binary.c | 108 if ((d = elf_rawdata(scn, NULL)) == NULL) { in create_binary()
|
H A D | 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/contrib/elftoolchain/readelf/ |
H A D | 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/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_link.c | 783 opd_desc = elf_rawdata(opd_scn, NULL); in dt_symtab_lookup()
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 2248 if ((data = elf_rawdata(s->scn, NULL)) == NULL) { in elf_print_svr4_hash64()
|