Searched refs:elf_rawdata (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/lib/libelf/ |
| H A D | libelf_checksum.c | 89 while ((d = elf_rawdata(scn, d)) != NULL) in _libelf_checksum()
|
| H A D | Symbols.map | 65 elf_rawdata;
|
| H A D | elf_data.c | 215 elf_rawdata(Elf_Scn *s, Elf_Data *ed) in elf_rawdata() function
|
| H A D | libelf.h | 340 Elf_Data *elf_rawdata(Elf_Scn *_scn, Elf_Data *_data);
|
| H A D | elf_update.c | 768 if ((d = elf_rawdata(s, NULL)) == NULL) in _libelf_write_scn()
|
| /openbsd-src/usr.sbin/btrace/ |
| H A D | ksyms.c | 113 data = elf_rawdata(symtab, data); in kelf_open()
|
| /openbsd-src/usr.bin/ctfdump/ |
| H A D | ctfdump.c | 188 while ((data = elf_rawdata(scnsymtab, data)) != NULL) { in elf_idx2sym() 260 while ((data = elf_rawdata(scnctf, data)) != NULL) { in elf_dump()
|
| /openbsd-src/usr.sbin/rdsetroot/ |
| H A D | rdsetroot.c | 280 while ((data = elf_rawdata(symtab, data)) != NULL) { in symbol_get_u64()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | sys-protos.h | 289 extern Elf_Data * elf_rawdata(Elf_Scn *, Elf_Data *);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | sys-protos.h | 289 extern Elf_Data * elf_rawdata(Elf_Scn *, Elf_Data *);
|