Home
last modified time | relevance | path

Searched refs:descsz (Results 1 - 11 of 11) sorted by relevance

/third_party/elfutils/libebl/
H A Deblobjnote.c48 uint32_t descsz, const char *desc) in ebl_object_note()
50 if (! ebl->object_note (name, type, descsz, desc)) in ebl_object_note()
73 if (descsz < addrs_size + 3) in ebl_object_note()
100 const char *pname = memchr (provider, '\0', desc + descsz - provider); in ebl_object_note()
105 const char *args = memchr (pname, '\0', desc + descsz - pname); in ebl_object_note()
107 memchr (++args, '\0', desc + descsz - pname) != desc + descsz - 1) in ebl_object_note()
147 if (descsz > 0) in ebl_object_note()
159 if (descsz != addr_size) in ebl_object_note()
166 .d_buf = (void *) desc, .d_size = descsz in ebl_object_note()
47 ebl_object_note(Ebl *ebl, uint32_t namesz, const char *name, uint32_t type, uint32_t descsz, const char *desc) ebl_object_note() argument
[all...]
H A Deblobjnotetypename.c44 GElf_Word descsz, in ebl_object_note_type_name()
110 if (descsz == 0 && type == NT_VERSION) in ebl_object_note_type_name()
43 ebl_object_note_type_name(Ebl *ebl, const char *name, uint32_t type, GElf_Word descsz, char *buf, size_t len) ebl_object_note_type_name() argument
H A Dlibebl.h174 uint32_t type, GElf_Word descsz,
179 uint32_t type, uint32_t descsz, const char *desc);
H A Deblopenbackend.c194 uint32_t descsz, const char *desc);
563 uint32_t descsz __attribute__ ((unused)), in default_object_note()
/third_party/elfutils/libelf/
H A Dgelf_getnote.c81 in descsz to get to the end. */ in gelf_getnote()
90 GElf_Word descsz = (data->d_type == ELF_T_NHDR8 in gelf_getnote() local
100 || data->d_size - offset < descsz in gelf_getnote()
101 || (descsz == 0 && n->n_descsz != 0))) in gelf_getnote()
106 offset += descsz; in gelf_getnote()
/third_party/elfutils/backends/
H A Dx86_corenote.c35 ioperm_info (GElf_Word descsz, GElf_Word *regs_offset, in ioperm_info() argument
42 if (descsz % 4 != 0) in ioperm_info()
H A Di386_corenote.c122 tls_info (GElf_Word descsz, GElf_Word *regs_offset, in tls_info() argument
126 if (descsz % 16 != 0) in tls_info()
/third_party/elfio/elfio/
H A Delfio_note.hpp149 Elf_Word descsz = convertor( in process_section() local
154 ( ( descsz + align - 1 ) / align ) * (Elf_Xword)align; in process_section()
155 if ( namesz < size && descsz < size && current + advance <= size ) { in process_section()
H A Delfio_dump.hpp962 Elf_Word descsz; in notes() local
964 if ( notes.get_note( j, type, name, desc, descsz ) ) { in notes()
967 note( out, j, type, name, desc, descsz ); in notes()
993 Elf_Word descsz; in notes() local
995 if ( notes.get_note( j, type, name, desc, descsz ) ) { in notes()
998 note( out, j, type, name, desc, descsz ); in notes()
1014 Elf_Word descsz ) in note()
1034 << DUMP_HEX0x_FORMAT( 8 ) << descsz << " " in note()
1040 << DUMP_HEX0x_FORMAT( 8 ) << descsz << " " in note()
1044 if ( descsz ! in note()
[all...]
/third_party/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c609 size_t descsz = nh->n_descsz; in dwfl_segment_report_module() local
610 descsz = align == 8 ? NOTE_ALIGN8 (descsz) : NOTE_ALIGN4 (descsz); in dwfl_segment_report_module()
611 if (descsz > filesz - len || len + descsz < descsz) in dwfl_segment_report_module()
615 len += descsz; in dwfl_segment_report_module()
/third_party/elfutils/src/
H A Dreadelf.c12086 handle_core_items (Elf *core, const void *desc, size_t descsz, in handle_core_items() argument
12101 size_t size = descsz; in handle_core_items()
12143 if (descsz == 0) in handle_core_items()
12158 descsz -= eltsz; in handle_core_items()
12160 while (descsz >= eltsz && !memcmp (desc, last, eltsz)); in handle_core_items()
12166 descsz += eltsz; in handle_core_items()
12174 while (descsz > 0); in handle_core_items()
12427 handle_auxv_note (Ebl *ebl, Elf *core, GElf_Word descsz, GElf_Off desc_pos) in handle_auxv_note() argument
12429 Elf_Data *data = elf_getdata_rawchunk (core, desc_pos, descsz, ELF_T_AUXV); in handle_auxv_note()
12434 const size_t nauxv = descsz / gelf_fsiz in handle_auxv_note()
12538 handle_siginfo_note(Elf *core, GElf_Word descsz, GElf_Off desc_pos) handle_siginfo_note() argument
12595 handle_file_note(Elf *core, GElf_Word descsz, GElf_Off desc_pos) handle_file_note() argument
[all...]

Completed in 21 milliseconds