Searched defs:psection (Results 1 – 8 of 8) sorted by relevance
| /third_party/elfio/c_wrapper/ |
| D | elfio_c_wrapper.cpp | 137 void elfio_section_get_name( psection_t psection, char* buffer, int len ) in elfio_section_get_name() 142 void elfio_section_set_name( psection_t psection, char* buffer ) in elfio_section_set_name() 147 char* elfio_section_get_data( psection_t psection ) in elfio_section_get_data() 152 void elfio_section_set_data( psection_t psection, in elfio_section_set_data() 159 void elfio_section_append_data( psection_t psection, in elfio_section_append_data() 210 psection_t psection ) in elfio_symbol_section_accessor_new() 265 psection_t psection ) in elfio_relocation_section_accessor_new() 319 pstring_t elfio_string_section_accessor_new( psection_t psection ) in elfio_string_section_accessor_new() 342 pnote_t elfio_note_section_accessor_new( pelfio_t pelfio, psection_t psection ) in elfio_note_section_accessor_new() 381 pmodinfo_t elfio_modinfo_section_accessor_new( psection_t psection ) in elfio_modinfo_section_accessor_new() [all …]
|
| /third_party/elfio/examples/c_wrapper/ |
| D | elfio_c_wrapper.cpp | 137 void elfio_section_get_name( psection_t psection, char* buffer, int len ) in elfio_section_get_name() 142 void elfio_section_set_name( psection_t psection, char* buffer ) in elfio_section_set_name() 147 char* elfio_section_get_data( psection_t psection ) in elfio_section_get_data() 152 void elfio_section_set_data( psection_t psection, in elfio_section_set_data() 159 void elfio_section_append_data( psection_t psection, in elfio_section_append_data() 210 psection_t psection ) in elfio_symbol_section_accessor_new() 265 psection_t psection ) in elfio_relocation_section_accessor_new() 320 pstring_t elfio_string_section_accessor_new( psection_t psection ) in elfio_string_section_accessor_new() 343 pnote_t elfio_note_section_accessor_new( pelfio_t pelfio, psection_t psection ) in elfio_note_section_accessor_new() 382 pmodinfo_t elfio_modinfo_section_accessor_new( psection_t psection ) in elfio_modinfo_section_accessor_new() [all …]
|
| D | c_example.c | 70 psection_t psection = elfio_get_section_by_index( pelfio, i ); in main() local 97 psection_t psection = elfio_get_section_by_name( pelfio, ".symtab" ); in main() local
|
| /third_party/libbpf/src/ |
| D | elf.c | 112 psection_t psection = elfio_get_section_by_index(pelfio, i); in elf_find_next_scn_by_type() local 119 psection_t psection = elfio_get_section_by_index(pelfio, j); in elf_find_next_scn_by_type() local 172 psection_t psection = elfio_get_section_by_index(elf, idx); in elf_sec_hdr_by_idx() local 283 psection_t psection = elfio_get_section_by_index(iter->elf, iter->verdef_strtabidx); in elf_get_vername() local
|
| D | btf.c | 1089 psection_t psection = elfio_get_section_by_index(elf, idx); in elf_sec_hdr_by_idx() local
|
| D | libbpf.c | 621 psection_t psection; member 3512 psection_t psection = elfio_get_section_by_index(obj->efile.elf, idx); local 3747 psection_t psection = elfio_get_section_by_index(elf, obj->efile.strtabidx); local
|
| /third_party/node/deps/openssl/openssl/crypto/conf/ |
| D | conf_def.c | 222 char *start, *psection, *pname; in def_load_bio() local
|
| /third_party/openssl/crypto/conf/ |
| D | conf_def.c | 222 char *start, *psection, *pname; in def_load_bio() local
|